/external/libmojo/mojo/public/cpp/system/ |
D | message_pipe.h | 38 typedef ScopedHandleBase<MessagePipeHandle> ScopedMessagePipeHandle; typedef 39 static_assert(sizeof(ScopedMessagePipeHandle) == sizeof(MessagePipeHandle), 45 ScopedMessagePipeHandle* message_pipe0, in CreateMessagePipe() 46 ScopedMessagePipeHandle* message_pipe1) { in CreateMessagePipe() 121 inline MojoResult FuseMessagePipes(ScopedMessagePipeHandle message_pipe0, in FuseMessagePipes() 122 ScopedMessagePipeHandle message_pipe1) { in FuseMessagePipes() 135 ScopedMessagePipeHandle handle0; 136 ScopedMessagePipeHandle handle1;
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | interface_ptr_info.h | 23 InterfacePtrInfo(ScopedMessagePipeHandle handle, uint32_t version) in InterfacePtrInfo() 45 ScopedMessagePipeHandle PassHandle() { return std::move(handle_); } in PassHandle() 46 const ScopedMessagePipeHandle& handle() const { return handle_; } in handle() 47 void set_handle(ScopedMessagePipeHandle handle) { in set_handle() 55 ScopedMessagePipeHandle handle_;
|
D | interface_request.h | 50 void Bind(ScopedMessagePipeHandle handle) { handle_ = std::move(handle); } in Bind() 56 ScopedMessagePipeHandle PassMessagePipe() { return std::move(handle_); } in PassMessagePipe() 68 ScopedMessagePipeHandle handle_; 77 InterfaceRequest<Interface> MakeRequest(ScopedMessagePipeHandle handle) { in MakeRequest()
|
D | connector.h | 46 Connector(ScopedMessagePipeHandle message_pipe, 89 ScopedMessagePipeHandle PassMessagePipe(); 177 ScopedMessagePipeHandle message_pipe_;
|
D | strong_binding.h | 56 StrongBinding(Interface* impl, ScopedMessagePipeHandle handle) in StrongBinding() 73 void Bind(ScopedMessagePipeHandle handle) { in Bind()
|
D | binding.h | 77 ScopedMessagePipeHandle handle, 125 void Bind(ScopedMessagePipeHandle handle,
|
/external/libmojo/mojo/public/cpp/system/tests/ |
D | watcher_unittest.cc | 51 ScopedMessagePipeHandle a, b; in TEST_F() 75 ScopedMessagePipeHandle a, b; in TEST_F() 87 ScopedMessagePipeHandle a, b; in TEST_F() 100 ScopedMessagePipeHandle a, b; in TEST_F() 122 ScopedMessagePipeHandle a, b; in TEST_F() 144 ScopedMessagePipeHandle a, b; in TEST_F() 166 ScopedMessagePipeHandle a, b; in TEST_F() 188 ScopedMessagePipeHandle a, b; in TEST_F()
|
D | core_unittest.cc | 176 ScopedMessagePipeHandle h0; in TEST() 177 ScopedMessagePipeHandle h1; in TEST() 236 ScopedMessagePipeHandle h0; in TEST() 237 ScopedMessagePipeHandle h1; in TEST() 361 ScopedMessagePipeHandle h0; in TEST() 362 ScopedMessagePipeHandle h1; in TEST() 366 ScopedMessagePipeHandle h2; in TEST() 367 ScopedMessagePipeHandle h3; in TEST() 415 ScopedMessagePipeHandle h0; in TEST() 416 ScopedMessagePipeHandle h1; in TEST() [all …]
|
/external/libmojo/mojo/edk/test/ |
D | multiprocess_test_helper.h | 28 using HandlerCallback = base::Callback<void(ScopedMessagePipeHandle)>; 36 ScopedMessagePipeHandle StartChild(const std::string& test_child_name); 41 ScopedMessagePipeHandle StartChildWithExtraSwitch(
|
D | multiprocess_test_helper.cc | 44 ScopedMessagePipeHandle pipe = CreateChildMessagePipe( in RunClientFunction() 57 ScopedMessagePipeHandle MultiprocessTestHelper::StartChild( in StartChild() 63 ScopedMessagePipeHandle MultiprocessTestHelper::StartChildWithExtraSwitch( in StartChildWithExtraSwitch() 120 ScopedMessagePipeHandle pipe = CreateParentMessagePipe(pipe_token, in StartChildWithExtraSwitch()
|
D | mojo_test_base.h | 33 using HandlerCallback = base::Callback<void(ScopedMessagePipeHandle)>; 52 ScopedMessagePipeHandle pipe_;
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | handle_passing_unittest.cc | 78 ScopedMessagePipeHandle pipe, in DoStuff() 92 ScopedMessagePipeHandle pipe0; in DoStuff() 150 ScopedMessagePipeHandle pipe1_; 183 ScopedMessagePipeHandle p = std::move(response->pipe); in DoStuff() 247 factory->DoStuff(std::move(request), ScopedMessagePipeHandle(), in TEST_F() 307 std::vector<ScopedMessagePipeHandle> pipes(2); in TEST_F() 314 factory->DoStuff(std::move(request), ScopedMessagePipeHandle(), in TEST_F()
|
D | array_common_test.h | 64 ArrayType<ScopedMessagePipeHandle> handles(2); in Handle() 71 ArrayType<ScopedMessagePipeHandle> handles2 = std::move(handles); in Handle() 75 ScopedMessagePipeHandle pipe_handle = std::move(handles2[0]); in Handle() 87 ArrayType<ScopedMessagePipeHandle> handles(2); in HandlesAreClosed() 159 ArrayType<ScopedMessagePipeHandle> array(10); in Clone()
|
D | request_response_unittest.cc | 40 ScopedMessagePipeHandle a, in EchoMessagePipeHandle() 73 ScopedMessagePipeHandle handle) { in WriteToMessagePipe()
|
D | validation_unittest.cc | 213 ScopedMessagePipeHandle tester_endpoint; in SetUp() 231 ScopedMessagePipeHandle testee_endpoint() { in testee_endpoint() 239 ScopedMessagePipeHandle handle) in TestMessageReceiver() 260 ScopedMessagePipeHandle testee_endpoint_;
|
D | e2e_perftest.cc | 145 ScopedMessagePipeHandle(MessagePipeHandle(client_mp)), in RunTests() 174 request.Bind(ScopedMessagePipeHandle(MessagePipeHandle(service_mp))); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
|
/external/libmojo/ipc/ |
D | ipc_mojo_message_helper.h | 18 mojo::ScopedMessagePipeHandle handle); 21 mojo::ScopedMessagePipeHandle* handle);
|
D | ipc_mojo_message_helper.cc | 16 mojo::ScopedMessagePipeHandle handle) { in WriteMessagePipeTo() 26 mojo::ScopedMessagePipeHandle* handle) { in ReadMessagePipeFrom()
|
D | ipc_mojo_param_traits.cc | 23 MojoMessageHelper::WriteMessagePipeTo(m, mojo::ScopedMessagePipeHandle(p)); in Write() 35 mojo::ScopedMessagePipeHandle handle; in Read()
|
/external/libmojo/mojo/edk/embedder/ |
D | embedder.h | 159 MOJO_SYSTEM_IMPL_EXPORT ScopedMessagePipeHandle 166 MOJO_SYSTEM_IMPL_EXPORT ScopedMessagePipeHandle
|
D | embedder.cc | 140 ScopedMessagePipeHandle CreateParentMessagePipe( in CreateParentMessagePipe() 146 ScopedMessagePipeHandle CreateChildMessagePipe(const std::string& token) { in CreateChildMessagePipe()
|
D | embedder_unittest.cc | 189 ScopedMessagePipeHandle parent_mp = in TEST_F() 191 ScopedMessagePipeHandle child_mp = in TEST_F() 206 ScopedMessagePipeHandle parent_mp = in TEST_F() 227 ScopedMessagePipeHandle parent_mp = in TEST_F()
|
/external/libmojo/mojo/message_pump/ |
D | message_pump_mojo.h | 165 ScopedMessagePipeHandle read_handle_; 166 ScopedMessagePipeHandle write_handle_;
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | router.h | 30 Router(ScopedMessagePipeHandle message_pipe, 69 ScopedMessagePipeHandle PassMessagePipe() { in PassMessagePipe()
|
D | multiplex_router.h | 58 ScopedMessagePipeHandle message_pipe, 92 ScopedMessagePipeHandle PassMessagePipe() { in PassMessagePipe()
|