Home
last modified time | relevance | path

Searched refs:get_caller_uid (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/accountsservice/accountsservice-0.6.55/src/
H A Dutil.c134 if (get_caller_uid (context, &uid)) { in sys_log()
140 if (get_caller_uid (context, &uid) && pid != 0) { in sys_log()
166 if (!get_caller_uid (context, &uid)) { in get_caller_loginuid()
262 get_caller_uid (GDBusMethodInvocation *context, in get_caller_uid() function
H A Duser.c885 if (!get_caller_uid (context, &uid)) { in user_set_real_name()
995 if (!get_caller_uid (context, &uid)) { in user_set_email()
1046 if (!get_caller_uid (context, &uid)) { in user_set_language()
1095 if (!get_caller_uid (context, &uid)) { in user_set_session()
1144 if (!get_caller_uid (context, &uid)) { in user_set_session_type()
1193 if (!get_caller_uid (context, &uid)) { in user_set_x_session()
1245 if (!get_caller_uid (context, &uid)) { in user_get_password_expiration_policy()
1295 if (!get_caller_uid (context, &uid)) { in user_set_location()
1575 if (!get_caller_uid (context, &uid)) { in user_set_icon_file()
1873 if (!get_caller_uid (context, &uid)) { in user_set_password_mode()
[all …]
H A Dutil.h33 gboolean get_caller_uid (GDBusMethodInvocation *context, gint *uid);