Home
last modified time | relevance | path

Searched refs:InterfaceEndpointClient (Results 1 – 11 of 11) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc30 void DCheckIfInvalid(const base::WeakPtr<InterfaceEndpointClient>& client, in DCheckIfInvalid()
43 const base::WeakPtr<InterfaceEndpointClient>& endpoint_client, in ResponderThunk()
66 base::Bind(&InterfaceEndpointClient::RaiseError, endpoint_client_)); in ~ResponderThunk()
101 base::WeakPtr<InterfaceEndpointClient> endpoint_client_;
112 InterfaceEndpointClient::SyncResponseInfo::SyncResponseInfo( in SyncResponseInfo()
116 InterfaceEndpointClient::SyncResponseInfo::~SyncResponseInfo() {} in ~SyncResponseInfo()
120 InterfaceEndpointClient::HandleIncomingMessageThunk::HandleIncomingMessageThunk( in HandleIncomingMessageThunk()
121 InterfaceEndpointClient* owner) in HandleIncomingMessageThunk()
124 InterfaceEndpointClient::HandleIncomingMessageThunk::
127 bool InterfaceEndpointClient::HandleIncomingMessageThunk::Accept( in Accept()
[all …]
Dassociated_interface_ptr_state.h88 endpoint_client_.reset(new InterfaceEndpointClient( in Bind()
146 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dmultiplex_router.cc83 InterfaceEndpointClient* client() const { return client_; } in client()
85 void AttachClient(InterfaceEndpointClient* client, in AttachClient()
254 InterfaceEndpointClient* client_;
515 InterfaceEndpointClient* client, in AttachEndpointClient()
817 InterfaceEndpointClient* client = endpoint->client(); in ProcessNotifyErrorTask()
891 InterfaceEndpointClient* client = endpoint->client(); in ProcessIncomingMessage()
Dinterface_ptr_state.h191 endpoint_client_.reset(new InterfaceEndpointClient( in ConfigureProxyIfNecessary()
209 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dbinding_state.cc83 endpoint_client_.reset(new InterfaceEndpointClient( in BindInternal()
Dbinding_state.h86 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dmultiplex_router.h99 InterfaceEndpointClient* endpoint_client, in NON_EXPORTED_BASE()
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h39 class MOJO_CPP_BINDINGS_EXPORT InterfaceEndpointClient
44 InterfaceEndpointClient(ScopedInterfaceEndpointHandle handle, in NON_EXPORTED_BASE()
50 ~InterfaceEndpointClient() override; in NON_EXPORTED_BASE()
141 explicit HandleIncomingMessageThunk(InterfaceEndpointClient* owner); in NON_EXPORTED_BASE()
148 InterfaceEndpointClient* const owner_; in NON_EXPORTED_BASE()
186 base::WeakPtrFactory<InterfaceEndpointClient> weak_ptr_factory_; in NON_EXPORTED_BASE()
188 DISALLOW_COPY_AND_ASSIGN(InterfaceEndpointClient); in NON_EXPORTED_BASE()
Dassociated_group_controller.h21 class InterfaceEndpointClient; variable
60 InterfaceEndpointClient* endpoint_client,
Dassociated_binding.h78 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
/external/libmojo/mojo/public/cpp/bindings/tests/
Dmultiplex_router_unittest.cc67 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, in TEST_F()
71 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F()
114 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, in TEST_F()
118 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F()
158 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, in TEST_F()
161 InterfaceEndpointClient client1(std::move(endpoint1_), nullptr, in TEST_F()
189 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, in TEST_F()
194 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F()
260 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, in TEST_F()
270 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F()
[all …]