/external/libchrome/mojo/public/cpp/system/ |
D | invitation.h | 69 ScopedMessagePipeHandle AttachMessagePipe(base::StringPiece name); 72 ScopedMessagePipeHandle AttachMessagePipe(uint64_t name); 78 ScopedMessagePipeHandle ExtractMessagePipe(base::StringPiece name); 81 ScopedMessagePipeHandle ExtractMessagePipe(uint64_t name); 126 static ScopedMessagePipeHandle SendIsolated( 136 static ScopedMessagePipeHandle SendIsolated( 167 static ScopedMessagePipeHandle AcceptIsolated( 173 ScopedMessagePipeHandle ExtractMessagePipe(base::StringPiece name); 176 ScopedMessagePipeHandle ExtractMessagePipe(uint64_t name);
|
D | invitation.cc | 117 ScopedMessagePipeHandle OutgoingInvitation::AttachMessagePipe( in AttachMessagePipe() 126 return ScopedMessagePipeHandle(MessagePipeHandle(message_pipe_handle)); in AttachMessagePipe() 129 ScopedMessagePipeHandle OutgoingInvitation::AttachMessagePipe(uint64_t name) { in AttachMessagePipe() 134 ScopedMessagePipeHandle OutgoingInvitation::ExtractMessagePipe( in ExtractMessagePipe() 143 return ScopedMessagePipeHandle(MessagePipeHandle(message_pipe_handle)); in ExtractMessagePipe() 146 ScopedMessagePipeHandle OutgoingInvitation::ExtractMessagePipe(uint64_t name) { in ExtractMessagePipe() 174 ScopedMessagePipeHandle OutgoingInvitation::SendIsolated( in SendIsolated() 178 ScopedMessagePipeHandle pipe = in SendIsolated() 189 ScopedMessagePipeHandle OutgoingInvitation::SendIsolated( in SendIsolated() 193 ScopedMessagePipeHandle pipe = in SendIsolated() [all …]
|
D | message_pipe.h | 41 typedef ScopedHandleBase<MessagePipeHandle> ScopedMessagePipeHandle; typedef 42 static_assert(sizeof(ScopedMessagePipeHandle) == sizeof(MessagePipeHandle), 48 ScopedMessagePipeHandle* message_pipe0, in CreateMessagePipe() 49 ScopedMessagePipeHandle* message_pipe1) { in CreateMessagePipe() 120 inline MojoResult FuseMessagePipes(ScopedMessagePipeHandle message_pipe0, in FuseMessagePipes() 121 ScopedMessagePipeHandle message_pipe1) { in FuseMessagePipes() 134 ScopedMessagePipeHandle handle0; 135 ScopedMessagePipeHandle handle1;
|
D | scope_to_message_pipe.h | 24 explicit MessagePipeScoperBase(ScopedMessagePipeHandle pipe); 30 ScopedMessagePipeHandle pipe_; 39 explicit MessagePipeScoper(T scoped_object, ScopedMessagePipeHandle pipe) in MessagePipeScoper() 57 void ScopeToMessagePipe(T object, ScopedMessagePipeHandle pipe) { in ScopeToMessagePipe()
|
D | isolated_connection.h | 46 ScopedMessagePipeHandle Connect(PlatformChannelEndpoint endpoint); 50 ScopedMessagePipeHandle Connect(PlatformChannelServerEndpoint endpoint);
|
D | isolated_connection.cc | 29 ScopedMessagePipeHandle IsolatedConnection::Connect( in Connect() 35 ScopedMessagePipeHandle IsolatedConnection::Connect( in Connect()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | interface_ptr_info.h | 25 InterfacePtrInfo(ScopedMessagePipeHandle handle, uint32_t version) in InterfacePtrInfo() 47 ScopedMessagePipeHandle PassHandle() { return std::move(handle_); } in PassHandle() 48 const ScopedMessagePipeHandle& handle() const { return handle_; } in handle() 49 void set_handle(ScopedMessagePipeHandle handle) { in set_handle() 60 ScopedMessagePipeHandle handle_;
|
D | interface_request.h | 35 explicit InterfaceRequest(ScopedMessagePipeHandle handle) in InterfaceRequest() 60 ScopedMessagePipeHandle PassMessagePipe() { return std::move(handle_); } in PassMessagePipe() 86 ScopedMessagePipeHandle handle_;
|
D | connector.h | 81 Connector(ScopedMessagePipeHandle message_pipe, 128 ScopedMessagePipeHandle PassMessagePipe(); 231 ScopedMessagePipeHandle message_pipe_;
|
/external/libchrome/mojo/public/cpp/system/tests/ |
D | invitation_unittest.cc | 58 ScopedMessagePipeHandle* primordial_pipes, in LaunchChildTestClient() 140 static void WriteMessage(const ScopedMessagePipeHandle& pipe, in WriteMessage() 147 static std::string ReadMessage(const ScopedMessagePipeHandle& pipe) { in ReadMessage() 183 static ScopedMessagePipeHandle AcceptIsolatedInvitation() { in AcceptIsolatedInvitation() 206 ScopedMessagePipeHandle pipe; in TEST_P() 220 ScopedMessagePipeHandle pipe; in TEST_P() 233 ScopedMessagePipeHandle pipes[2]; in TEST_P() 254 ScopedMessagePipeHandle pipe0 = OutgoingInvitation::SendIsolated( in TEST() 256 ScopedMessagePipeHandle pipe1 = OutgoingInvitation::SendIsolated( in TEST() 267 ScopedMessagePipeHandle pipe; in TEST_P()
|
D | simple_watcher_unittest.cc | 49 ScopedMessagePipeHandle a, b; in TEST_F() 74 ScopedMessagePipeHandle a, b; in TEST_F() 120 ScopedMessagePipeHandle a, b; in TEST_F() 134 ScopedMessagePipeHandle a, b; in TEST_F() 157 ScopedMessagePipeHandle a, b; in TEST_F() 180 ScopedMessagePipeHandle a, b; in TEST_F() 203 ScopedMessagePipeHandle a, b; in TEST_F() 224 ScopedMessagePipeHandle a, b; in TEST_F() 248 ScopedMessagePipeHandle a, b; in TEST_F() 270 ScopedMessagePipeHandle a, b; in TEST_F()
|
D | core_unittest.cc | 151 ScopedMessagePipeHandle h0; in TEST() 152 ScopedMessagePipeHandle h1; in TEST() 208 ScopedMessagePipeHandle h0; in TEST() 209 ScopedMessagePipeHandle h1; in TEST() 291 ScopedMessagePipeHandle h0; in TEST() 292 ScopedMessagePipeHandle h1; in TEST() 296 ScopedMessagePipeHandle h2; in TEST() 297 ScopedMessagePipeHandle h3; in TEST() 333 ScopedMessagePipeHandle h0; in TEST() 334 ScopedMessagePipeHandle h1; in TEST() [all …]
|
D | wait_unittest.cc | 27 void WriteMessage(const ScopedMessagePipeHandle& handle, in WriteMessage() 35 std::string ReadMessage(const ScopedMessagePipeHandle& handle) { in ReadMessage() 129 [](ScopedMessagePipeHandle* handle) { in TEST_F() 149 [](ScopedMessagePipeHandle* handle) { in TEST_F() 168 [](ScopedMessagePipeHandle* handle) { in TEST_F() 238 [](ScopedMessagePipeHandle* handle) { in TEST_F() 255 [](ScopedMessagePipeHandle* handle) { in TEST_F() 282 [](ScopedMessagePipeHandle* handle) { in TEST_F()
|
/external/libchrome/ipc/ |
D | ipc_sync_channel_unittest.cc | 47 mojo::ScopedMessagePipeHandle channel_handle) in Worker() 64 Worker(mojo::ScopedMessagePipeHandle channel_handle, Channel::Mode mode) in Worker() 248 mojo::ScopedMessagePipeHandle channel_handle_; 301 mojo::ScopedMessagePipeHandle channel_handle) in SimpleServer() 316 explicit SimpleClient(mojo::ScopedMessagePipeHandle channel_handle) in SimpleClient() 355 mojo::ScopedMessagePipeHandle channel_handle) in TwoStepServer() 382 mojo::ScopedMessagePipeHandle channel_handle) in TwoStepClient() 429 explicit DelayClient(mojo::ScopedMessagePipeHandle channel_handle) in DelayClient() 462 mojo::ScopedMessagePipeHandle channel_handle) in NoHangServer() 483 mojo::ScopedMessagePipeHandle channel_handle) in NoHangClient() [all …]
|
D | ipc_test_base.h | 51 mojo::ScopedMessagePipeHandle TakeHandle(); 56 mojo::ScopedMessagePipeHandle handle_; 69 void Init(mojo::ScopedMessagePipeHandle handle); 79 mojo::ScopedMessagePipeHandle handle_;
|
D | ipc_channel_mojo.h | 50 mojo::ScopedMessagePipeHandle handle, in COMPONENT_EXPORT() 60 mojo::ScopedMessagePipeHandle handle, in COMPONENT_EXPORT() 65 mojo::ScopedMessagePipeHandle handle, in COMPONENT_EXPORT() 100 mojo::ScopedMessagePipeHandle handle, in COMPONENT_EXPORT()
|
D | ipc_channel_mojo.cc | 39 mojo::ScopedMessagePipeHandle handle, in MojoChannelFactory() 58 mojo::ScopedMessagePipeHandle handle_; 84 mojo::ScopedMessagePipeHandle handle, in Create() 95 mojo::ScopedMessagePipeHandle handle, in CreateServerFactory() 105 mojo::ScopedMessagePipeHandle handle, in CreateClientFactory() 114 mojo::ScopedMessagePipeHandle handle, in ChannelMojo()
|
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()
|
/external/libchrome/mojo/core/test/ |
D | multiprocess_test_helper.h | 27 using HandlerCallback = base::Callback<void(ScopedMessagePipeHandle)>; 51 ScopedMessagePipeHandle StartChild( 58 ScopedMessagePipeHandle StartChildWithExtraSwitch( 87 static mojo::ScopedMessagePipeHandle primordial_pipe;
|
D | multiprocess_test_helper.cc | 59 ScopedMessagePipeHandle pipe = in RunClientFunction() 74 ScopedMessagePipeHandle MultiprocessTestHelper::StartChild( in StartChild() 81 ScopedMessagePipeHandle MultiprocessTestHelper::StartChildWithExtraSwitch( in StartChildWithExtraSwitch() 160 ScopedMessagePipeHandle pipe; in StartChildWithExtraSwitch() 272 mojo::ScopedMessagePipeHandle MultiprocessTestHelper::primordial_pipe;
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | test_native_types.h | 43 ScopedMessagePipeHandle pipe); 52 void set_pipe(mojo::ScopedMessagePipeHandle pipe) { pipe_ = std::move(pipe); } in set_pipe() 53 mojo::ScopedMessagePipeHandle PassPipe() const { return std::move(pipe_); } in PassPipe() 57 mutable mojo::ScopedMessagePipeHandle pipe_;
|
D | test_helpers_unittest.cc | 72 void BounceOne(ScopedMessagePipeHandle one, in BounceOne() 77 void BounceTwo(ScopedMessagePipeHandle one, in BounceTwo() 78 ScopedMessagePipeHandle two, in BounceTwo() 112 ScopedMessagePipeHandle handle0, handle1; in TEST_F()
|
D | handle_passing_unittest.cc | 79 ScopedMessagePipeHandle pipe, in DoStuff() 93 ScopedMessagePipeHandle pipe0; in DoStuff() 148 ScopedMessagePipeHandle pipe1_; 179 ScopedMessagePipeHandle p = std::move(response->pipe); in DoStuff() 236 sample::RequestPtr request(sample::Request::New(1, ScopedMessagePipeHandle(), in TEST_P() 242 factory->DoStuff(std::move(request), ScopedMessagePipeHandle(), in TEST_P()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | interface_ptr_state.h | 71 void Bind(ScopedMessagePipeHandle handle, 75 ScopedMessagePipeHandle PassMessagePipe() { in PassMessagePipe() 96 ScopedMessagePipeHandle handle_;
|