Searched refs:AUTH_XPC_HINTS_NAME (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthd_private.h77 #define AUTH_XPC_HINTS_NAME "_agent_hints" macro
H A Dagent.c278 xpc_dictionary_set_value(requestObject, AUTH_XPC_HINTS_NAME, hintsArray);
288 xpc_object_t xpcHints = xpc_dictionary_get_value(object, AUTH_XPC_HINTS_NAME);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dagentquery.cpp66 #define AUTH_XPC_HINTS_NAME "_agent_hints" macro
707 xpc_dictionary_set_value(requestObject, AUTH_XPC_HINTS_NAME, hintsArray);
715 xpc_object_t xpcHints = xpc_dictionary_get_value(object, AUTH_XPC_HINTS_NAME);

Completed in 175 milliseconds