remove dependency of security-server for applying cynara.
[platform/core/api/libaccount-service.git] / src / accounts / account_mgr.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <node name="/org/tizen/account/manager">
3   <interface name="org.tizen.account.manager">
4     <method name="account_add">
5       <arg type="s" name="account_db_path" direction="in" />
6       <arg type="a{sv}" name="account_data" direction="in" />
7       <arg type="i" name="account_db_id" direction="out" />
8     </method>
9     <method name="account_type_add">
10       <arg type="s" name="account_db_path" direction="in" />
11       <arg type="a{sv}" name="account_type_data" direction="in" />
12       <arg type="i" name="account_type_db_id" direction="out" />
13     </method>
14     <method name="account_query_all">
15       <arg type="s" name="account_db_path" direction="in" />
16       <arg type="aa{sv}" name="account_data" direction="out" />
17     </method>
18     <method name="account_type_query_all">
19       <arg type="s" name="account_db_path" direction="in" />
20       <arg type="aa{sv}" name="account_type_data" direction="out" />
21     </method>
22     <method name="account_delete_from_db_by_id">
23       <arg type="s" name="account_db_path" direction="in" />
24       <arg type="i" name="account_db_id" direction="in" />
25     </method>
26     <method name="account_delete_from_db_by_user_name">
27       <arg type="s" name="account_db_path" direction="in" />
28       <arg type="s" name="user_name" direction="in" />
29       <arg type="s" name="package_name" direction="in" />
30     </method>
31     <method name="account_delete_from_db_by_package_name">
32       <arg type="s" name="account_db_path" direction="in" />
33       <arg type="s" name="package_name" direction="in" />
34       <arg type="b" name="permission" direction="in" />
35     </method>
36     <method name="account_update_to_db_by_id">
37       <arg type="s" name="account_db_path" direction="in" />
38       <arg type="a{sv}" name="account_data" direction="in" />
39       <arg type="i" name="account_id" direction="in" />
40     </method>
41     <method name="account_get_total_count_from_db">
42       <arg type="s" name="account_db_path" direction="in" />
43       <arg type="b" name="include_hidden" direction="in" />
44       <arg type="i" name="count" direction="out" />
45     </method>
46     <method name="account_query_account_by_account_id">
47       <arg type="s" name="account_db_path" direction="in" />
48       <arg type="i" name="account_db_id" direction="in" />
49       <arg type="a{sv}" name="account_data" direction="out" />
50     </method>
51     <method name="account_update_to_db_by_user_name">
52       <arg type="s" name="account_db_path" direction="in" />
53       <arg type="a{sv}" name="account_data" direction="in" />
54       <arg type="s" name="user_name" direction="in" />
55       <arg type="s" name="package_name" direction="in" />
56     </method>
57     <method name="account_type_query_label_by_locale">
58       <arg type="s" name="account_db_path" direction="in" />
59       <arg type="s" name="app_id" direction="in" />
60       <arg type="s" name="locale" direction="in" />
61       <arg type="s" name="label_name" direction="out" />
62     </method>
63     <method name="account_type_query_by_provider_feature">
64       <arg type="s" name="account_db_path" direction="in" />
65       <arg type="s" name="key" direction="in" />
66       <arg type="aa{sv}" name="account_type_list_data" direction="out" />
67     </method>
68     <method name="account_query_account_by_user_name">
69       <arg type="s" name="account_db_path" direction="in" />
70       <arg type="s" name="user_name" direction="in" />
71       <arg type="aa{sv}" name="account_list_data" direction="out" />
72     </method>
73     <method name="account_query_account_by_package_name">
74       <arg type="s" name="account_db_path" direction="in" />
75       <arg type="s" name="package_name" direction="in" />
76       <arg type="aa{sv}" name="account_list_data" direction="out" />
77     </method>
78     <method name="account_query_account_by_capability">
79       <arg type="s" name="account_db_path" direction="in" />
80       <arg type="s" name="capability_type" direction="in" />
81       <arg type="i" name="capability_value" direction="in" />
82       <arg type="aa{sv}" name="account_list_data" direction="out" />
83     </method>
84     <method name="account_query_account_by_capability_type">
85       <arg type="s" name="account_db_path" direction="in" />
86       <arg type="s" name="capability_type" direction="in" />
87       <arg type="aa{sv}" name="account_list_data" direction="out" />
88     </method>
89     <method name="account_query_capability_by_account_id">
90       <arg type="s" name="account_db_path" direction="in" />
91       <arg type="i" name="account_id" direction="in" />
92       <arg type="aa{sv}" name="account_list_data" direction="out" />
93     </method>
94     <method name="account_update_sync_status_by_id">
95       <arg type="s" name="account_db_path" direction="in" />
96       <arg type="i" name="account_db_id" direction="in" />
97       <arg type="i" name="sync_status" direction="in" />
98     </method>
99     <method name="account_type_query_provider_feature_by_app_id">
100       <arg type="s" name="account_db_path" direction="in" />
101       <arg type="s" name="app_id" direction="in" />
102       <arg type="a(ss)" name="feature_list_data" direction="out" />
103     </method>
104     <method name="account_type_query_supported_feature">
105       <arg type="s" name="account_db_path" direction="in" />
106       <arg type="s" name="app_id" direction="in" />
107       <arg type="s" name="capability" direction="in" />
108       <arg type="i" name="is_supported" direction="out" />
109     </method>
110     <method name="account_type_update_to_db_by_app_id">
111       <arg type="s" name="account_db_path" direction="in" />
112       <arg type="a{sv}" name="account_type_variant" direction="in" />
113       <arg type="s" name="app_id" direction="in" />
114     </method>
115     <method name="account_type_delete_by_app_id">
116       <arg type="s" name="account_db_path" direction="in" />
117       <arg type="s" name="app_id" direction="in" />
118     </method>
119     <method name="account_type_query_label_by_app_id">
120       <arg type="s" name="account_db_path" direction="in" />
121       <arg type="s" name="app_id" direction="in" />
122       <arg type="a(sss)" name="label_list_variant" direction="out" />
123     </method>
124     <method name="account_type_query_by_app_id">
125       <arg type="s" name="account_db_path" direction="in" />
126       <arg type="s" name="app_id" direction="in" />
127       <arg type="a{sv}" name="account_type_variant" direction="out" />
128     </method>
129     <method name="account_type_query_app_id_exist">
130       <arg type="s" name="account_db_path" direction="in" />
131       <arg type="s" name="app_id" direction="in" />
132     </method>
133     <method name="account_update_to_db_by_id_ex">
134       <arg type="s" name="account_db_path" direction="in" />
135       <arg type="a{sv}" name="account_variant" direction="in" />
136       <arg type="i" name="account_id" direction="in" />
137     </method>
138   </interface>
139 </node>