Home
last modified time | relevance | path

Searched refs:xpc_object_t (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/ARCMT/
DCommon.h76 #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);
Dautoreleases.m.result15 xpc_object_t _xpc_prop;
19 @property (strong) xpc_object_t xpc_prop;
43 -(void) setXpc_prop:(xpc_object_t) newVal {
Dautoreleases.m15 xpc_object_t _xpc_prop;
19 @property (retain) xpc_object_t xpc_prop;
45 -(void) setXpc_prop:(xpc_object_t) newVal { argument
Ddispatch.m.result13 void func2(xpc_object_t o) {
Ddispatch.m15 void func2(xpc_object_t o) {
Dobjcmt-arc-cf-annotations.m1734 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;
Dobjcmt-arc-cf-annotations.m.result1782 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/
Dmain.mm23 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) {
DLauncherXPCService.mm12 int _validate_authorization(xpc_object_t message)
DLauncherRootXPCService.mm14 int _validate_authorization(xpc_object_t message)
/external/lldb/source/Host/macosx/
DHost.mm1343 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/
Dretain-release.m1729 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;