blob: fbf12cfbf9a6bcb803ae66d49fda2a264d22ba16 [file]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2022 The ChromiumOS Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<node name="/org/chromium/PrivateComputing"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.PrivateComputing">
<method name="SaveLastPingDatesStatus">
<tp:docstring>
Sets the device last ping dates status to preserved file.
</tp:docstring>
<arg name="request" type="ay" direction="in">
Serialized SaveStatusRequest message.
</arg>
<arg name="response" type="ay" direction="out">
Serialized SaveStatusResponse message.
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple" />
</method>
<method name="GetLastPingDatesStatus">
<tp:docstring>
Retrieve the device last ping dates status from preserved file.
</tp:docstring>
<arg name="response" type="ay" direction="out">
Serialized GetStatusResponse message.
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple" />
</method>
</interface>
</node>