Searched refs:xpc_object_t (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/ARCMT/ |
D | Common.h | 76 #define xpc_retain(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o retain]; }) 77 #define xpc_release(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o release]; … 80 typedef id xpc_object_t; typedef 83 void _xpc_object_validate(xpc_object_t object);
|
D | autoreleases.m.result | 15 xpc_object_t _xpc_prop; 19 @property (strong) xpc_object_t xpc_prop; 43 -(void) setXpc_prop:(xpc_object_t) newVal {
|
D | autoreleases.m | 15 xpc_object_t _xpc_prop; 19 @property (retain) xpc_object_t xpc_prop; 45 -(void) setXpc_prop:(xpc_object_t) newVal { argument
|
D | dispatch.m.result | 13 void func2(xpc_object_t o) {
|
D | dispatch.m | 15 void func2(xpc_object_t o) {
|
D | objcmt-arc-cf-annotations.m | 1734 typedef void * xpc_object_t; typedef 1735 xpc_object_t _CFXPCCreateXPCObjectFromCFObject(CFTypeRef cf); 1736 void xpc_release(xpc_object_t object); 1740 xpc_object_t xpc; 2042 typedef xpc_object_t xpc_connection_t;
|
D | objcmt-arc-cf-annotations.m.result | 1782 typedef void * xpc_object_t; 1783 xpc_object_t _CFXPCCreateXPCObjectFromCFObject(CFTypeRef cf); 1784 void xpc_release(xpc_object_t object); 1788 xpc_object_t xpc; 2090 typedef xpc_object_t xpc_connection_t;
|
/external/lldb/source/Host/macosx/launcherXPCService/ |
D | main.mm | 23 int _validate_authorization(xpc_object_t message); 26 int _setup_posixspawn_attributes_file_actions(xpc_object_t message, posix_spawnattr_t *attr, posix_… 70 bool extract_args(xpc_object_t message, const char *prefix, const char ***argsOut) 99 int get_args(xpc_object_t message, const char **path, const char ***argsOut, const char ***envOut) 138 static void launcherXPC_peer_event_handler(xpc_connection_t peer, xpc_object_t event) 191 xpc_object_t reply = xpc_dictionary_create_reply(event); 208 xpc_connection_set_event_handler(peer, ^(xpc_object_t event) {
|
D | LauncherXPCService.mm | 12 int _validate_authorization(xpc_object_t message)
|
D | LauncherRootXPCService.mm | 14 int _validate_authorization(xpc_object_t message)
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 1343 PackageXPCArguments (xpc_object_t message, const char *prefix, const Args& args) 1484 xpc_connection_set_event_handler(conn, ^(xpc_object_t event) { 1509 xpc_object_t message = xpc_dictionary_create (nil, nil, 0); 1523 xpc_object_t reply = xpc_connection_send_message_with_reply_sync(conn, message);
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1729 typedef void * xpc_object_t; typedef 1730 xpc_object_t _CFXPCCreateXPCObjectFromCFObject(CFTypeRef cf); 1731 void xpc_release(xpc_object_t object); 1735 xpc_object_t xpc; 2118 typedef xpc_object_t xpc_connection_t;
|