tizen_launch: added new requests for managing appinfo based on appid 11/216511/1
authorMinJeong Kim <minjjj.kim@samsung.com>
Sun, 27 Oct 2019 23:39:13 +0000 (08:39 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Sun, 27 Oct 2019 23:39:13 +0000 (08:39 +0900)
Change-Id: If60fcc9b96179d76c5e42343bbea130cffd128e5
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
protocol/tizen/tizen-launch.xml

index c420cf2..34b7628 100644 (file)
       <arg name="width" type="uint" />
       <arg name="height" type="uint" />
     </event>
+
+    <request name="register_appid">
+      <description summary="registers appid">
+        registers appid. Display server start to manage appinfo instance
+        based on not pid but appid with this request.
+      </description>
+      <arg name="appid" type="string" />
+    </request>
+
+    <request name="deregister_appid">
+      <description summary="deregisters appid">
+        deregister appid.
+      </description>
+      <arg name="appid" type="string" />
+    </request>
+
+    <request name="set_pid">
+      <description summary="set pid">
+        notifies pid corresponding appid.
+      </description>
+      <arg name="appid" type="string" />
+      <arg name="pid" type="uint" />
+    </request>
+
+    <request name="ready_metadata">
+      <description summary="notifies ready of metadata">
+         notifies ready of metadata. Display server can take valid metadata of
+         app matching "pid" and "appid" which delivered ad arguments, after
+         receiving this request.
+      </description>
+      <arg name="appid" type="string" />
+      <arg name="pid" type="uint" />
+    </request>
+
   </interface>
 </protocol>