File: UKey.xml

package info (click to toggle)
golang-github-linuxdeepin-go-dbus-factory 1.9.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,864 kB
  • sloc: xml: 11,754; makefile: 35; sh: 13
file content (70 lines) | stat: -rw-r--r-- 2,587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
	 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
	<interface name="com.deepin.daemon.Authenticate.UKey">
		<method name="ConstructVerification">
			<arg name="serviceName" type="s" direction="in"></arg>
			<arg name="username" type="s" direction="in"></arg>
			<arg name="useDefaultService" type="b" direction="in"></arg>
			<arg name="id" type="s" direction="out"></arg>
		</method>
		<method name="SetDefaultDevice">
			<arg name="device" type="s" direction="in"></arg>
		</method>
		<method name="SetPin">
			<arg name="id" type="s" direction="in"></arg>
			<arg name="pin" type="s" direction="in"></arg>
		</method>
		<method name="SetSessionPath">
			<arg name="id" type="s" direction="in"></arg>
		</method>
		<method name="StartVerify">
			<arg name="id" type="s" direction="in"></arg>
		</method>
		<method name="StopVerify">
			<arg name="id" type="s" direction="in"></arg>
		</method>
		<signal name="VerifyResult">
			<arg name="id" type="s"></arg>
			<arg name="msg" type="s"></arg>
		</signal>
		<signal name="State">
			<arg name="id" type="s"></arg>
			<arg name="state" type="i"></arg>
		</signal>
		<property name="ValidDevices" type="s" access="read"></property>
		<property name="DefaultDevice" type="s" access="read"></property>
	</interface>
	<interface name="org.freedesktop.DBus.Introspectable">
		<method name="Introspect">
			<arg name="out" type="s" direction="out"></arg>
		</method>
	</interface>
	<interface name="org.freedesktop.DBus.Properties">
		<method name="Get">
			<arg name="interface" type="s" direction="in"></arg>
			<arg name="property" type="s" direction="in"></arg>
			<arg name="value" type="v" direction="out"></arg>
		</method>
		<method name="GetAll">
			<arg name="interface" type="s" direction="in"></arg>
			<arg name="props" type="a{sv}" direction="out"></arg>
		</method>
		<method name="Set">
			<arg name="interface" type="s" direction="in"></arg>
			<arg name="property" type="s" direction="in"></arg>
			<arg name="value" type="v" direction="in"></arg>
		</method>
		<signal name="PropertiesChanged">
			<arg name="interface" type="s" direction="out"></arg>
			<arg name="changed_properties" type="a{sv}" direction="out"></arg>
			<arg name="invalidates_properties" type="as" direction="out"></arg>
		</signal>
	</interface>
	<interface name="org.freedesktop.DBus.Peer">
		<method name="Ping"></method>
		<method name="GetMachineId">
			<arg name="machine_uuid" type="s" direction="out"></arg>
		</method>
	</interface>
</node>