summaryrefslogtreecommitdiff
path: root/introspection/geofence.xml
diff options
context:
space:
mode:
authorjomui <jongmun.woo@samsung.com>2015-07-29 19:02:27 +0900
committerjomui <jongmun.woo@samsung.com>2015-07-29 19:03:03 +0900
commit5af8f5161212ad7fa0812d928eb684e5d821760c (patch)
tree0daddf607f45b501ad2eea062b736f0bbc142f72 /introspection/geofence.xml
parent0851a7d94a6df955b89bf9e68414b05ad0ab2524 (diff)
downloadgeofence-dbus-5af8f5161212ad7fa0812d928eb684e5d821760c.tar.gz
geofence-dbus-5af8f5161212ad7fa0812d928eb684e5d821760c.tar.bz2
geofence-dbus-5af8f5161212ad7fa0812d928eb684e5d821760c.zip
Signed-off-by: jomui <jongmun.woo@samsung.com> Change-Id: I08fd2e26eef6596973bbf78e9c13e408dfb4bc04
Diffstat (limited to 'introspection/geofence.xml')
-rw-r--r--introspection/geofence.xml56
1 files changed, 29 insertions, 27 deletions
diff --git a/introspection/geofence.xml b/introspection/geofence.xml
index 2f61278..391f37e 100644
--- a/introspection/geofence.xml
+++ b/introspection/geofence.xml
@@ -12,28 +12,21 @@
<arg direction="in" type="s" name="ssid"/>
<arg direction="out" type="i" name="fence_id"/>
</method>
- <method name="AddPlace">
- <arg direction="in" type="s" name="app_id"/>
- <arg direction="in" type="s" name="place_name"/>
- <arg direction="out" type="i" name="place_id"/>
- </method>
- <method name="EnableGeofence">
+ <method name="DeleteGeofence">
<arg direction="in" type="i" name="fence_id"/>
<arg direction="in" type="s" name="app_id"/>
- <arg direction="in" type="b" name="enable"/>
</method>
- <method name="UpdatePlace">
+ <method name="GetGeofences">
<arg direction="in" type="i" name="place_id"/>
<arg direction="in" type="s" name="app_id"/>
- <arg direction="in" type="s" name="place_name"/>
+ <arg direction="out" type="i" name="fence_count"/>
+ <arg direction="out" type="i" name="error_code"/>
+ <arg direction="out" type="aa{sv}" name="geofence_info"/>
</method>
- <method name="DeleteGeofence">
+ <method name="EnableGeofence">
<arg direction="in" type="i" name="fence_id"/>
<arg direction="in" type="s" name="app_id"/>
- </method>
- <method name="DeletePlace">
- <arg direction="in" type="i" name="place_id"/>
- <arg direction="in" type="s" name="app_id"/>
+ <arg direction="in" type="b" name="enable"/>
</method>
<method name="StartGeofence">
<arg direction="in" type="i" name="fence_id"/>
@@ -43,31 +36,40 @@
<arg direction="in" type="i" name="fence_id"/>
<arg direction="in" type="s" name="app_id"/>
</method>
- <method name="GetPlaceName">
+ <signal name="GeofenceInout">
+ <arg direction="out" type="s" name="app_id"/>
+ <arg direction="out" type="i" name="fence_id"/>
+ <arg direction="out" type="i" name="access_type"/>
+ <arg direction="out" type="i" name="fence_state"/>
+ </signal>
+
+ <!-- Place Management -->
+ <method name="AddPlace">
+ <arg direction="in" type="s" name="app_id"/>
+ <arg direction="in" type="s" name="place_name"/>
+ <arg direction="out" type="i" name="place_id"/>
+ </method>
+ <method name="UpdatePlace">
<arg direction="in" type="i" name="place_id"/>
<arg direction="in" type="s" name="app_id"/>
- <arg direction="out" type="i" name="error_code"/>
- <arg direction="out" type="s" name="place_name"/>
+ <arg direction="in" type="s" name="place_name"/>
</method>
- <method name="GetList">
+ <method name="DeletePlace">
+ <arg direction="in" type="i" name="place_id"/>
+ <arg direction="in" type="s" name="app_id"/>
+ </method>
+ <method name="GetPlaceName">
<arg direction="in" type="i" name="place_id"/>
<arg direction="in" type="s" name="app_id"/>
- <arg direction="out" type="i" name="fence_count"/>
<arg direction="out" type="i" name="error_code"/>
- <arg direction="out" type="aa{sv}" name="geofence_info"/>
+ <arg direction="out" type="s" name="place_name"/>
</method>
- <method name="GetPlaceList">
+ <method name="GetPlaces">
<arg direction="in" type="s" name="app_id"/>
<arg direction="out" type="i" name="place_count"/>
<arg direction="out" type="i" name="error_code"/>
<arg direction="out" type="aa{sv}" name="place_info"/>
</method>
- <signal name="GeofenceInout">
- <arg direction="out" type="s" name="app_id"/>
- <arg direction="out" type="i" name="fence_id"/>
- <arg direction="out" type="i" name="access_type"/>
- <arg direction="out" type="i" name="fence_state"/>
- </signal>
<signal name="GeofenceEvent">
<arg direction="out" type="i" name="place_id"/>
<arg direction="out" type="i" name="fence_id"/>