Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc28 void DCheckIfInvalid(const base::WeakPtr<InterfaceEndpointClient>& client, in DCheckIfInvalid()
41 const base::WeakPtr<InterfaceEndpointClient>& endpoint_client, in ResponderThunk()
64 base::Bind(&InterfaceEndpointClient::RaiseError, endpoint_client_)); in ~ResponderThunk()
99 base::WeakPtr<InterfaceEndpointClient> endpoint_client_;
110 InterfaceEndpointClient::SyncResponseInfo::SyncResponseInfo( in SyncResponseInfo()
114 InterfaceEndpointClient::SyncResponseInfo::~SyncResponseInfo() {} in ~SyncResponseInfo()
118 InterfaceEndpointClient::HandleIncomingMessageThunk::HandleIncomingMessageThunk( in HandleIncomingMessageThunk()
119 InterfaceEndpointClient* owner) in HandleIncomingMessageThunk()
122 InterfaceEndpointClient::HandleIncomingMessageThunk::
125 bool InterfaceEndpointClient::HandleIncomingMessageThunk::Accept( in Accept()
[all …]
Dassociated_interface_ptr_state.h88 endpoint_client_.reset(new InterfaceEndpointClient( in Bind()
135 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dmultiplex_router.cc67 InterfaceEndpointClient* client() const { return client_; } in client()
69 void AttachClient(InterfaceEndpointClient* client, in AttachClient()
233 InterfaceEndpointClient* client_;
408 InterfaceEndpointClient* client, in AttachEndpointClient()
679 InterfaceEndpointClient* client = endpoint->client(); in ProcessNotifyErrorTask()
762 InterfaceEndpointClient* client = endpoint->client(); in ProcessIncomingMessage()
Dbinding_state.h159 endpoint_client_.reset(new InterfaceEndpointClient( in Bind()
237 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dinterface_ptr_state.h314 endpoint_client_.reset(new InterfaceEndpointClient( in ConfigureProxyIfNecessary()
331 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dmultiplex_router.h77 InterfaceEndpointClient* endpoint_client,
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h33 class InterfaceEndpointClient : public MessageReceiverWithResponder {
37 InterfaceEndpointClient(ScopedInterfaceEndpointHandle handle,
42 ~InterfaceEndpointClient() override;
114 explicit HandleIncomingMessageThunk(InterfaceEndpointClient* owner);
121 InterfaceEndpointClient* const owner_;
148 base::WeakPtrFactory<InterfaceEndpointClient> weak_ptr_factory_;
150 DISALLOW_COPY_AND_ASSIGN(InterfaceEndpointClient);
Dassociated_group_controller.h20 class InterfaceEndpointClient; variable
54 InterfaceEndpointClient* endpoint_client,
Dassociated_binding.h101 endpoint_client_.reset(new InterfaceEndpointClient(
164 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 …]