HomeSort by relevance Sort by last modified time
    Searched refs:CreateMessagePipe (Results 1 - 25 of 29) sorted by null

1 2

  /external/libmojo/mojo/edk/embedder/
pending_process_connection.h 30 // ScopedMessagePipeHandle pipe = connection.CreateMessagePipe(&pipe_token);
87 ScopedMessagePipeHandle CreateMessagePipe(std::string* token);
102 // created by CreateMessagePipe above) will be cleaned up at that time.
pending_process_connection.cc 26 ScopedMessagePipeHandle PendingProcessConnection::CreateMessagePipe(
embedder_unittest.cc 61 CreateMessagePipe(&server_mp, &client_mp);
77 CreateMessagePipe(&server_mp, &client_mp);
80 CreateMessagePipe(&server_mp2, &client_mp2);
87 CreateMessagePipe(&server_mp3, &client_mp3);
121 CreateMessagePipe(&server_mp, &client_mp);
124 CreateMessagePipe(&server_mp2, &client_mp2);
150 CreateMessagePipe(&server_mp, &client_mp);
155 CreateMessagePipe(&h0, &h1);
198 ScopedMessagePipeHandle parent_mp = process.CreateMessagePipe(&pipe_token);
212 ScopedMessagePipeHandle parent_mp = process.CreateMessagePipe(&pipe_token)
    [all...]
entrypoints.cc 103 return g_core->CreateMessagePipe(options, message_pipe_handle0,
  /external/libmojo/mojo/public/cpp/system/tests/
watcher_unittest.cc 52 CreateMessagePipe(nullptr, &a, &b);
76 CreateMessagePipe(nullptr, &a, &b);
88 CreateMessagePipe(nullptr, &a, &b);
101 CreateMessagePipe(nullptr, &a, &b);
123 CreateMessagePipe(nullptr, &a, &b);
145 CreateMessagePipe(nullptr, &a, &b);
167 CreateMessagePipe(nullptr, &a, &b);
189 CreateMessagePipe(nullptr, &a, &b);
core_unittest.cc 181 CreateMessagePipe(nullptr, &h0, &h1);
238 CreateMessagePipe(nullptr, &h0, &h1);
363 CreateMessagePipe(nullptr, &h0, &h1);
368 if (CreateMessagePipe(nullptr, &h2, &h3) != MOJO_RESULT_OK)
369 CreateMessagePipe(nullptr, &h2, &h3); // Must be old EDK.
417 CreateMessagePipe(nullptr, &h0, &h1);
422 if (CreateMessagePipe(nullptr, &h2, &h3) != MOJO_RESULT_OK)
423 CreateMessagePipe(nullptr, &h2, &h3); // Must be old EDK.
  /external/libmojo/mojo/public/cpp/system/
message_pipe.h 44 inline MojoResult CreateMessagePipe(const MojoCreateMessagePipeOptions* options,
140 MojoResult result = CreateMessagePipe(nullptr, &handle0, &handle1);
147 MojoResult result = CreateMessagePipe(&options, &handle0, &handle1);
  /external/libmojo/mojo/edk/system/
multiprocess_message_pipe_unittest.cc 698 TEST_P(MultiprocessMessagePipeTestWithPeerSupport, CreateMessagePipe) {
700 CreateMessagePipe(&p0, &p1);
710 CreateMessagePipe(&p0, &p1);
716 CreateMessagePipe(&p2, &p3);
776 CreateMessagePipe(&p0, &p1);
834 CreateMessagePipe(&echo_factory_proxy, &echo_factory_request);
837 CreateMessagePipe(&echo_proxy_a, &echo_request_a);
840 CreateMessagePipe(&echo_proxy_b, &echo_request_b);
843 CreateMessagePipe(&echo_proxy_c, &echo_request_c);
    [all...]
message_pipe_unittest.cc 452 CreateMessagePipe(&a, &b);
559 CreateMessagePipe(&a, &b);
560 CreateMessagePipe(&c, &d);
585 CreateMessagePipe(&a, &b);
586 CreateMessagePipe(&c, &d);
610 CreateMessagePipe(&a, &b);
611 CreateMessagePipe(&c, &d);
628 CreateMessagePipe(&a, &b);
639 CreateMessagePipe(&a, &b);
640 CreateMessagePipe(&c, &d)
    [all...]
shared_buffer_unittest.cc 46 CreateMessagePipe(&p0, &p1);
138 CreateMessagePipe(&p0, &p1);
204 CreateMessagePipe(&p0, &p1);
212 CreateMessagePipe(&pipe[0], &pipe[1]);
core_unittest.cc 303 // |CreateMessagePipe()|: Nothing to check (apart from things that cause
470 // |CreateMessagePipe()|:
474 core()->CreateMessagePipe(nullptr, nullptr, nullptr),
477 core()->CreateMessagePipe(nullptr, &h, nullptr),
480 core()->CreateMessagePipe(nullptr, nullptr, &h),
510 ASSERT_EQ(MOJO_RESULT_OK, core()->CreateMessagePipe(nullptr, &h[0], &h[1]));
692 core()->CreateMessagePipe(nullptr, &h_passing[0], &h_passing[1]));
722 core()->CreateMessagePipe(nullptr, &h_passing[0], &h_passing[1]));
729 core()->CreateMessagePipe(nullptr, &h_passing[0], &h_passing[1]));
733 core()->CreateMessagePipe(nullptr, &h_passed[0], &h_passed[1]))
    [all...]
message_pipe_perftest.cc 140 CreateMessagePipe(&server_handle, &client_handle);
wait_set_dispatcher_unittest.cc 33 CreateMessagePipe(&dispatcher0_, &dispatcher1_);
58 void CreateMessagePipe(scoped_refptr<MessagePipeDispatcher>* d0,
253 CreateMessagePipe(&mp1_dispatcher0, &mp1_dispatcher1);
core.h 178 MojoResult CreateMessagePipe(
  /external/libmojo/mojo/public/cpp/bindings/tests/
e2e_perftest.cc 188 CreateMessagePipe(&client_mp, &service_mp);
198 CreateMessagePipe(&client_mp, &service_mp);
router_unittest.cc 26 CreateMessagePipe(nullptr, &handle0_, &handle1_);
handle_passing_unittest.cc 94 CreateMessagePipe(nullptr, &pipe0, &pipe1_);
union_unittest.cc     [all...]
  /external/libmojo/mojo/edk/test/
mojo_test_base.h 86 static void CreateMessagePipe(MojoHandle* p0, MojoHandle* p1);
multiprocess_test_helper.cc 155 pipe = process.CreateMessagePipe(&pipe_token);
mojo_test_base.cc 106 void MojoTestBase::CreateMessagePipe(MojoHandle *p0, MojoHandle* p1) {
  /external/libmojo/mojo/public/c/system/
thunks.h 53 MojoResult (*CreateMessagePipe)(
thunks.cc 47 assert(g_thunks.CreateMessagePipe);
48 return g_thunks.CreateMessagePipe(options, message_pipe_handle0,
  /external/libmojo/mojo/edk/js/
core.cc 97 gin::Dictionary CreateMessagePipe(const gin::Arguments& args) {
312 .SetMethod("createMessagePipe", CreateMessagePipe)
  /external/libmojo/mojo/android/system/
core_impl.cc 64 static ScopedJavaLocalRef<jobject> CreateMessagePipe(

Completed in 1236 milliseconds

1 2