Home
last modified time | relevance | path

Searched refs:xpc (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/sandbox/mac/
Dxpc_message_server.cc53 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()
Dxpc_message_server_unittest.cc99 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);
Dxpc_stubs_header.fragment22 #include <xpc/xpc.h>
DBUILD.gn22 "xpc.cc",
23 "xpc.h",
Dsandbox_mac.gypi24 'xpc.cc',
25 'xpc.h',
Dmessage_server.h20 xpc_object_t xpc; member
/external/lldb/source/Host/macosx/launcherXPCService/
DLauncherXPCService.mm9 #include <xpc/xpc.h>
DLauncherRootXPCService.mm9 #include <xpc/xpc.h>
Dmain.mm15 #include <xpc/xpc.h>
/external/lldb/tools/lldb-perf/lldbperf.xcodeproj/
Dproject.pbxproj470 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/
Dfts3matchinfo.test198 xxxxxxxxxxxxxxxxxx - pcx - xpc - ccc - pppxpcpcx - laxnpc -
215 xxxxxxxxxxxxxxxxxx - pcx - xpc - ccc - pppxpcpcx - laxnpc -
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result1788 xpc_object_t xpc;
1790 xpc = _CFXPCCreateXPCObjectFromCFObject( cf );
1792 xpc_release(xpc);
Dobjcmt-arc-cf-annotations.m1740 xpc_object_t xpc;
1742 xpc = _CFXPCCreateXPCObjectFromCFObject( cf );
1744 xpc_release(xpc);
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj1753 …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/
DHost.mm20 #include <xpc/xpc.h>
/external/clang/test/Analysis/
Dretain-release.m1735 xpc_object_t xpc;
1737 xpc = _CFXPCCreateXPCObjectFromCFObject( cf );
1739 xpc_release(xpc);