1 <?xml version="1.0"?> 2 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" 3 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> 4 5 <node name="/org/chromium/PowerManager"> 6 <interface name="org.chromium.PowerManager"> 7 <method name="RegisterSuspendDelay"> 8 <arg name="serialized_request_proto" direction="in" type="ay"/> 9 <arg name="serialized_reply_proto" direction="out" type="ay"/> 10 </method> 11 <method name="UnregisterSuspendDelay"> 12 <arg name="serialized_proto" direction="in" type="ay"/> 13 </method> 14 <method name="HandleSuspendReadiness"> 15 <arg name="serialized_proto" direction="in" type="ay"/> 16 </method> 17 <signal name="SuspendImminent"> 18 <arg name="serialized_proto" type="ay"/> 19 </signal> 20 <signal name="SuspendDone"> 21 <arg name="serialized_proto" type="ay"/> 22 </signal> 23 <method name="RegisterDarkSuspendDelay"> 24 <arg name="serialized_request_proto" direction="in" type="ay"/> 25 <arg name="serialized_reply_proto" direction="out" type="ay"/> 26 </method> 27 <method name="UnregisterDarkSuspendDelay"> 28 <arg name="serialized_proto" direction="in" type="ay"/> 29 </method> 30 <method name="HandleDarkSuspendReadiness"> 31 <arg name="serialized_proto" direction="in" type="ay"/> 32 </method> 33 <method name="RecordDarkResumeWakeReason"> 34 <arg name="serialized_proto" direction="in" type="ay"/> 35 </method> 36 <signal name="DarkSuspendImminent"> 37 <arg name="serialized_proto" type="ay"/> 38 </signal> 39 </interface> 40 </node> 41