Searched refs:InterfaceEndpointClient (Results 1 – 11 of 11) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | interface_endpoint_client.cc | 30 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 …]
|
D | associated_interface_ptr_state.h | 88 endpoint_client_.reset(new InterfaceEndpointClient( in Bind() 146 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | multiplex_router.cc | 83 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()
|
D | interface_ptr_state.h | 191 endpoint_client_.reset(new InterfaceEndpointClient( in ConfigureProxyIfNecessary() 209 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | binding_state.cc | 83 endpoint_client_.reset(new InterfaceEndpointClient( in BindInternal()
|
D | binding_state.h | 86 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | multiplex_router.h | 99 InterfaceEndpointClient* endpoint_client, in NON_EXPORTED_BASE()
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | interface_endpoint_client.h | 39 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()
|
D | associated_group_controller.h | 21 class InterfaceEndpointClient; variable 60 InterfaceEndpointClient* endpoint_client,
|
D | associated_binding.h | 78 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 …]
|