Searched refs:InterfaceEndpointClient (Results 1 – 10 of 10) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | interface_endpoint_client.cc | 28 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 …]
|
D | associated_interface_ptr_state.h | 88 endpoint_client_.reset(new InterfaceEndpointClient( in Bind() 135 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | multiplex_router.cc | 67 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()
|
D | binding_state.h | 159 endpoint_client_.reset(new InterfaceEndpointClient( in Bind() 237 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | interface_ptr_state.h | 314 endpoint_client_.reset(new InterfaceEndpointClient( in ConfigureProxyIfNecessary() 331 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | multiplex_router.h | 77 InterfaceEndpointClient* endpoint_client,
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | interface_endpoint_client.h | 33 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);
|
D | associated_group_controller.h | 20 class InterfaceEndpointClient; variable 54 InterfaceEndpointClient* endpoint_client,
|
D | associated_binding.h | 101 endpoint_client_.reset(new InterfaceEndpointClient( 164 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | multiplex_router_unittest.cc | 67 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 …]
|