Searched refs:xpc (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/sandbox/mac/ |
D | xpc_message_server.cc | 53 xpc_dictionary_get_audit_token(request.xpc, &token); in GetMessageSenderPID() 63 reply_message_ = xpc_dictionary_create_reply(request.xpc); in CreateReply() 66 reply.xpc = reply_message_; in CreateReply() 71 int rv = xpc_pipe_routine_reply(reply.xpc); in SendReply() 82 int rv = xpc_pipe_routine_forward(pipe, request.xpc); in ForwardMessage() 91 xpc_dictionary_set_int64(reply.xpc, "error", error_code); in RejectMessage() 101 int rv = xpc_pipe_receive(server_port_, &request.xpc); in ReceiveMessage() 109 xpc_release(request.xpc); in ReceiveMessage()
|
D | xpc_message_server_unittest.cc | 99 value = xpc_dictionary_get_uint64(request.xpc, "test_value"); 142 child_pid = xpc_dictionary_get_int64(request.xpc, "child_pid"); 197 xpc_dictionary_set_int64(request.xpc, "seen_by_first", 1); 202 xpc_dictionary_set_int64(reply.xpc, "seen_by_first", 203 xpc_dictionary_get_int64(request.xpc, "seen_by_first")); 204 xpc_dictionary_set_int64(reply.xpc, "seen_by_second", 2);
|
D | xpc_stubs_header.fragment | 22 #include <xpc/xpc.h>
|
D | BUILD.gn | 22 "xpc.cc", 23 "xpc.h",
|
D | sandbox_mac.gypi | 24 'xpc.cc', 25 'xpc.h',
|
D | message_server.h | 20 xpc_object_t xpc; member
|
/external/lldb/source/Host/macosx/launcherXPCService/ |
D | LauncherXPCService.mm | 9 #include <xpc/xpc.h>
|
D | LauncherRootXPCService.mm | 9 #include <xpc/xpc.h>
|
D | main.mm | 15 #include <xpc/xpc.h>
|
/external/lldb/tools/lldb-perf/lldbperf.xcodeproj/ |
D | project.pbxproj | 470 264B3DF016F7E47600D1E7AB /* com.apple.lldb.launcherXPCService.xpc */, 471 264B3DF216F7E47600D1E7AB /* com.apple.lldb.launcherRootXPCService.xpc */, 710 264B3DF016F7E47600D1E7AB /* com.apple.lldb.launcherXPCService.xpc */ = { 713 path = com.apple.lldb.launcherXPCService.xpc; 717 264B3DF216F7E47600D1E7AB /* com.apple.lldb.launcherRootXPCService.xpc */ = { 720 path = com.apple.lldb.launcherRootXPCService.xpc;
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts3matchinfo.test | 198 xxxxxxxxxxxxxxxxxx - pcx - xpc - ccc - pppxpcpcx - laxnpc - 215 xxxxxxxxxxxxxxxxxx - pcx - xpc - ccc - pppxpcpcx - laxnpc -
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 1788 xpc_object_t xpc; 1790 xpc = _CFXPCCreateXPCObjectFromCFObject( cf ); 1792 xpc_release(xpc);
|
D | objcmt-arc-cf-annotations.m | 1740 xpc_object_t xpc; 1742 xpc = _CFXPCCreateXPCObjectFromCFObject( cf ); 1744 xpc_release(xpc);
|
/external/lldb/lldb.xcodeproj/ |
D | project.pbxproj | 1753 …CService.xpc */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0… 1755 …ervice.xpc */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; … 1872 EDC6D49914E5C19B001B75F8 /* com.apple.lldb.launcherXPCService.xpc */, 1873 EDE274EC14EDCE1F005B0F75 /* com.apple.lldb.launcherRootXPCService.xpc */, 3692 productReference = EDC6D49914E5C19B001B75F8 /* com.apple.lldb.launcherXPCService.xpc */; 3709 productReference = EDE274EC14EDCE1F005B0F75 /* com.apple.lldb.launcherRootXPCService.xpc */; 5651 WRAPPER_EXTENSION = xpc; 5687 WRAPPER_EXTENSION = xpc; 5747 WRAPPER_EXTENSION = xpc; 5777 WRAPPER_EXTENSION = xpc; [all …]
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 20 #include <xpc/xpc.h>
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1735 xpc_object_t xpc; 1737 xpc = _CFXPCCreateXPCObjectFromCFObject( cf ); 1739 xpc_release(xpc);
|