Applied cynara in account's Daemon(remove security-server).
[platform/core/account/account-manager.git] / src / accounts / account_mgr.xml
index 32cf6bf..a8a95d5 100644 (file)
@@ -4,58 +4,48 @@
     <method name="account_add">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="a{sv}" name="account_data" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="i" name="account_db_id" direction="out" />
     </method>
     <method name="account_type_add">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="a{sv}" name="account_type_data" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="i" name="account_type_db_id" direction="out" />
     </method>
     <method name="account_query_all">
       <arg type="s" name="account_db_path" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="aa{sv}" name="account_data" direction="out" />
     </method>
     <method name="account_type_query_all">
       <arg type="s" name="account_db_path" direction="in" />
-         <arg type="s" name="cookie" direction="in" />
       <arg type="aa{sv}" name="account_type_data" direction="out" />
     </method>
     <method name="account_delete_from_db_by_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="i" name="account_db_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
     <method name="account_delete_from_db_by_user_name">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="user_name" direction="in" />
       <arg type="s" name="package_name" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
     <method name="account_delete_from_db_by_package_name">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="package_name" direction="in" />
-      <arg type="b" name="permission" direction="in" />      
-      <arg type="s" name="cookie" direction="in" />
+      <arg type="b" name="permission" direction="in" />
     </method>
     <method name="account_update_to_db_by_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="a{sv}" name="account_data" direction="in" />
       <arg type="i" name="account_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
     <method name="account_get_total_count_from_db">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="b" name="include_hidden" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="i" name="count" direction="out" />
     </method>
     <method name="account_query_account_by_account_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="i" name="account_db_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="a{sv}" name="account_data" direction="out" />
     </method>
     <method name="account_update_to_db_by_user_name">
       <arg type="a{sv}" name="account_data" direction="in" />
       <arg type="s" name="user_name" direction="in" />
       <arg type="s" name="package_name" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
     <method name="account_type_query_label_by_locale">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="app_id" direction="in" />
       <arg type="s" name="locale" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="s" name="label_name" direction="out" />
     </method>
     <method name="account_type_query_by_provider_feature">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="key" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="aa{sv}" name="account_type_list_data" direction="out" />
     </method>
     <method name="account_query_account_by_user_name">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="user_name" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="aa{sv}" name="account_list_data" direction="out" />
     </method>
     <method name="account_query_account_by_package_name">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="package_name" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="aa{sv}" name="account_list_data" direction="out" />
     </method>
     <method name="account_query_account_by_capability">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="capability_type" direction="in" />
       <arg type="i" name="capability_value" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="aa{sv}" name="account_list_data" direction="out" />
     </method>
     <method name="account_query_account_by_capability_type">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="capability_type" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="aa{sv}" name="account_list_data" direction="out" />
     </method>
     <method name="account_query_capability_by_account_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="i" name="account_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="aa{sv}" name="account_list_data" direction="out" />
     </method>
     <method name="account_update_sync_status_by_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="i" name="account_db_id" direction="in" />
       <arg type="i" name="sync_status" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
     <method name="account_type_query_provider_feature_by_app_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="app_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="a(ss)" name="feature_list_data" direction="out" />
     </method>
     <method name="account_type_query_supported_feature">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="app_id" direction="in" />
       <arg type="s" name="capability" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="i" name="is_supported" direction="out" />
     </method>
     <method name="account_type_update_to_db_by_app_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="a{sv}" name="account_type_variant" direction="in" />
       <arg type="s" name="app_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
     <method name="account_type_delete_by_app_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="app_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
     <method name="account_type_query_label_by_app_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="app_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="a(sss)" name="label_list_variant" direction="out" />
     </method>
     <method name="account_type_query_by_app_id">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="app_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
       <arg type="a{sv}" name="account_type_variant" direction="out" />
     </method>
     <method name="account_type_query_app_id_exist">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="s" name="app_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
     <method name="account_update_to_db_by_id_ex">
       <arg type="s" name="account_db_path" direction="in" />
       <arg type="a{sv}" name="account_variant" direction="in" />
       <arg type="i" name="account_id" direction="in" />
-      <arg type="s" name="cookie" direction="in" />
     </method>
   </interface>
 </node>