Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: cryptohome.xml

Issue 6598074: DoAutomaticFreeDiskSpaceControl() introduced (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cryptohome.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | etc/Cryptohome.conf » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8" ?> 1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- COPYRIGHT HERE 2 <!-- COPYRIGHT HERE
3 dbus-binding-tool -mode=glib-server -prefix=cryptohome cryptohome.xml 3 dbus-binding-tool -mode=glib-server -prefix=cryptohome cryptohome.xml
4 &gt; bindings/server.h 4 &gt; bindings/server.h
5 --> 5 -->
6 <node name="/org/chromium/"> 6 <node name="/org/chromium/">
7 <interface name="org.chromium.CryptohomeInterface"> 7 <interface name="org.chromium.CryptohomeInterface">
8 <annotation name="org.freedesktop.DBus.GLib.CSymbol" 8 <annotation name="org.freedesktop.DBus.GLib.CSymbol"
9 value="cryptohome"/> 9 value="cryptohome"/>
10 <method name="IsMounted"> 10 <method name="IsMounted">
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 </method> 69 </method>
70 <method name="Unmount"> 70 <method name="Unmount">
71 <arg type="b" name="done" direction="out" /> 71 <arg type="b" name="done" direction="out" />
72 </method> 72 </method>
73 <method name="RemoveTrackedSubdirectories"> 73 <method name="RemoveTrackedSubdirectories">
74 <arg type="b" name="done" direction="out" /> 74 <arg type="b" name="done" direction="out" />
75 </method> 75 </method>
76 <method name="AsyncRemoveTrackedSubdirectories"> 76 <method name="AsyncRemoveTrackedSubdirectories">
77 <arg type="i" name="async_id" direction="out" /> 77 <arg type="i" name="async_id" direction="out" />
78 </method> 78 </method>
79 <method name="DoAutomaticFreeDiskSpaceControl">
80 <arg type="b" name="done" direction="out" />
81 </method>
82 <method name="AsyncDoAutomaticFreeDiskSpaceControl">
83 <arg type="i" name="async_id" direction="out" />
84 </method>
79 <method name="TpmIsReady"> 85 <method name="TpmIsReady">
80 <arg type="b" name="ready" direction="out" /> 86 <arg type="b" name="ready" direction="out" />
81 </method> 87 </method>
82 <method name="TpmIsEnabled"> 88 <method name="TpmIsEnabled">
83 <arg type="b" name="enabled" direction="out" /> 89 <arg type="b" name="enabled" direction="out" />
84 </method> 90 </method>
85 <method name="TpmGetPassword"> 91 <method name="TpmGetPassword">
86 <arg type="s" name="password" direction="out" /> 92 <arg type="s" name="password" direction="out" />
87 </method> 93 </method>
88 <method name="TpmIsOwned"> 94 <method name="TpmIsOwned">
(...skipping 14 matching lines...) Expand all
103 <arg type="b" name="owned" /> 109 <arg type="b" name="owned" />
104 <arg type="b" name="was_owned_this_boot" /> 110 <arg type="b" name="was_owned_this_boot" />
105 </signal> 111 </signal>
106 <signal name="AsyncCallStatus"> 112 <signal name="AsyncCallStatus">
107 <arg type="i" name="async_id" /> 113 <arg type="i" name="async_id" />
108 <arg type="b" name="return_status" /> 114 <arg type="b" name="return_status" />
109 <arg type="i" name="return_code" /> 115 <arg type="i" name="return_code" />
110 </signal> 116 </signal>
111 </interface> 117 </interface>
112 </node> 118 </node>
OLDNEW
« no previous file with comments | « no previous file | etc/Cryptohome.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698