Searched refs:error_xpc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecXPCError.c73 xpc_object_t error_xpc = xpc_dictionary_create(NULL, NULL, 0); local
75 SecXPCDictionarySetCFString(error_xpc, kDomainKey, CFErrorGetDomain(error));
76 xpc_dictionary_set_int64(error_xpc, kCodeKey, CFErrorGetCode(error));
79 SecXPCDictionarySetCFString(error_xpc, kDescriptionKey, description);
82 return error_xpc;
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecXPCError.c73 xpc_object_t error_xpc = xpc_dictionary_create(NULL, NULL, 0); local
75 SecXPCDictionarySetCFString(error_xpc, kDomainKey, CFErrorGetDomain(error));
76 xpc_dictionary_set_int64(error_xpc, kCodeKey, CFErrorGetCode(error));
79 SecXPCDictionarySetCFString(error_xpc, kDescriptionKey, description);
82 return error_xpc;

Completed in 100 milliseconds