Lines Matching full:name
2 <node name="/org/chromium/UpdateEngine">
3 <interface name="org.chromium.UpdateEngineInterface">
4 <annotation name="org.freedesktop.DBus.GLib.CSymbol"
6 <annotation name="org.freedesktop.DBus.GLib.ClientCSymbol"
8 <method name="AttemptUpdate">
9 <arg type="s" name="app_version" direction="in" />
10 <arg type="s" name="omaha_url" direction="in" />
16 <method name="AttemptUpdateWithFlags">
17 <arg type="s" name="app_version" direction="in" />
18 <arg type="s" name="omaha_url" direction="in" />
20 <arg type="i" name="flags" direction="in" />
22 <method name="AttemptRollback">
23 <arg type="b" name="powerwash" direction="in" />
25 <method name="CanRollback">
26 <arg type="b" name="can_rollback" direction="out" />
28 <method name="ResetStatus">
30 <method name="GetStatus">
31 <arg type="x" name="last_checked_time" direction="out" />
32 <arg type="d" name="progress" direction="out" />
33 <arg type="s" name="current_operation" direction="out" />
34 <arg type="s" name="new_version" direction="out" />
35 <arg type="x" name="new_size" direction="out" />
37 <method name="RebootIfNeeded">
39 <method name="SetChannel">
40 <arg type="s" name="target_channel" direction="in" />
41 <arg type="b" name="is_powerwash_allowed" direction="in" />
43 <method name="GetChannel">
44 <arg type="b" name="get_current_channel" direction="in" />
45 <arg type="s" name="channel" direction="out" />
47 <method name="SetP2PUpdatePermission">
48 <annotation name="org.freedesktop.DBus.GLib.CSymbol"
50 <annotation name="org.freedesktop.DBus.GLib.ClientCSymbol"
52 <arg type="b" name="enabled" direction="in" />
54 <method name="GetP2PUpdatePermission">
55 <annotation name="org.freedesktop.DBus.GLib.CSymbol"
57 <annotation name="org.freedesktop.DBus.GLib.ClientCSymbol"
59 <arg type="b" name="enabled" direction="out" />
61 <method name="SetUpdateOverCellularPermission">
62 <arg type="b" name="allowed" direction="in" />
64 <method name="GetUpdateOverCellularPermission">
65 <arg type="b" name="allowed" direction="out" />
67 <method name="GetDurationSinceUpdate">
68 <arg type="x" name="usec_wallclock" direction="out" />
70 <signal name="StatusUpdate">
71 <arg type="x" name="last_checked_time" />
72 <arg type="d" name="progress" />
73 <arg type="s" name="current_operation" />
74 <arg type="s" name="new_version" />
75 <arg type="x" name="new_size" />
77 <method name="GetPrevVersion">
78 <arg type="s" name="prev_version" direction="out" />
80 <method name="GetRollbackPartition">
81 <arg type="s" name="rollback_partition_name" direction="out" />
83 <method name="GetLastAttemptError">
84 <arg type="i" name="last_attempt_error" direction="out" />