summaryrefslogtreecommitdiff
path: root/dbus_specifications/org.genivi.persistence.admin.xml
blob: 57ce8850b8fce52023e01ac96f48dc3aee6830f9 (plain)
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
<!--
*
* Copyright (C) 2012-2013 Continental Automotive GmbH.
*
* Author: guy.sagnes@continental-corporation.com
*
* XML model of the dbus interfaces for the test NodeStateMachine
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Date             Author           Reason
* 2012.11.27 	   uidu0250 		Initial version
*
-->
<node>
  <interface name="org.genivi.persistence.admin">
    <method name="RegisterPersAdminNotification">
    	<arg name="BusName" type="s" direction="in"/>
    	<arg name="ObjName" type="s" direction="in"/>
    	<arg name="NotificationFlag" type="i" direction="in"/>
    	<arg name="TimeoutMs" type="u" direction="in"/>
    	<arg name="ErrorCode" type="i" direction="out"/>
    </method>
    <method name="UnRegisterPersAdminNotification">
    	<arg name="BusName" type="s" direction="in"/>
    	<arg name="ObjName" type="s" direction="in"/>
    	<arg name="NotificationFlag" type="i" direction="in"/>
    	<arg name="TimeoutMs" type="u" direction="in"/>
    	<arg name="ErrorCode" type="i" direction="out"/>
    </method>
    <method name="PersistenceAdminRequestCompleted">
        <arg name="RequestId" type="u" direction="in"/>
        <arg name="Status" type="i" direction="in"/>
        <arg name="ErrorCode" type="i" direction="out"/>
    </method>
  </interface>
  <interface name="org.genivi.persistence.adminconsumer">
    <method name="PersistenceAdminRequest">
        <arg name="Request" type="i" direction="in"/>
        <arg name="RequestId" type="i" direction="in"/>
        <arg name="ErrorCode" type="i" direction="out"/>
    </method>
  </interface>
</node>