HomeSort by relevance Sort by last modified time
    Searched refs:DBUS_PID_UNSET (Results 1 - 6 of 6) sorted by null

  /external/dbus/dbus/
dbus-credentials-util.c 59 if (unix_pid != DBUS_PID_UNSET)
129 creds2 = make_credentials (12, DBUS_PID_UNSET, SAMPLE_SID);
138 creds2 = make_credentials (12, DBUS_PID_UNSET, NULL);
148 creds2 = make_credentials (12, DBUS_PID_UNSET, OTHER_SAMPLE_SID);
158 creds2 = make_credentials (DBUS_UID_UNSET, DBUS_PID_UNSET, SAMPLE_SID);
168 creds2 = make_credentials (15, DBUS_PID_UNSET, SAMPLE_SID);
178 creds2 = make_credentials (DBUS_UID_UNSET, DBUS_PID_UNSET, NULL);
195 _dbus_assert (_dbus_credentials_get_unix_pid (creds) == DBUS_PID_UNSET);
dbus-credentials.c 80 creds->unix_pid = DBUS_PID_UNSET;
234 return credentials->unix_pid != DBUS_PID_UNSET;
248 * Gets the UNIX process ID in the credentials, or #DBUS_PID_UNSET if
325 (possible_subset->unix_pid == DBUS_PID_UNSET ||
348 credentials->unix_pid == DBUS_PID_UNSET &&
413 other_credentials->unix_pid != DBUS_PID_UNSET)
448 credentials->unix_pid = DBUS_PID_UNSET;
526 if (credentials->unix_pid != DBUS_PID_UNSET)
dbus-auth-script.c 225 if (pid != DBUS_PID_UNSET)
453 auth_set_unix_credentials (auth, DBUS_UID_UNSET, DBUS_PID_UNSET);
458 auth_set_unix_credentials (auth, 0, DBUS_PID_UNSET);
463 auth_set_unix_credentials (auth, 4312, DBUS_PID_UNSET);
dbus-sysdeps.h 100 #define DBUS_PID_UNSET ((dbus_pid_t) -1)
dbus-sysdeps-unix.c     [all...]
dbus-transport.c     [all...]

Completed in 17 milliseconds