Searched refs:InterfaceEndpointClient (Results 1 – 18 of 18) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | interface_endpoint_client.cc | 30 const base::WeakPtr<InterfaceEndpointClient>& client, in DetermineIfEndpointIsConnected() 42 const base::WeakPtr<InterfaceEndpointClient>& endpoint_client, in ResponderThunk() 65 base::Bind(&InterfaceEndpointClient::RaiseError, endpoint_client_)); in ~ResponderThunk() 105 base::WeakPtr<InterfaceEndpointClient> endpoint_client_; 116 InterfaceEndpointClient::SyncResponseInfo::SyncResponseInfo( in SyncResponseInfo() 120 InterfaceEndpointClient::SyncResponseInfo::~SyncResponseInfo() {} in ~SyncResponseInfo() 124 InterfaceEndpointClient::HandleIncomingMessageThunk::HandleIncomingMessageThunk( in HandleIncomingMessageThunk() 125 InterfaceEndpointClient* owner) in HandleIncomingMessageThunk() 128 InterfaceEndpointClient::HandleIncomingMessageThunk:: 131 bool InterfaceEndpointClient::HandleIncomingMessageThunk::Accept( in Accept() [all …]
|
D | associated_interface_ptr_state.h | 87 InterfaceEndpointClient* endpoint_client() { return endpoint_client_.get(); } in endpoint_client() 93 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | interface_ptr_state.h | 63 InterfaceEndpointClient* endpoint_client() const { in endpoint_client() 91 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | multiplex_router.cc | 80 InterfaceEndpointClient* client() const { return client_; } in client() 82 void AttachClient(InterfaceEndpointClient* client, in AttachClient() 216 InterfaceEndpointClient* client_; 456 InterfaceEndpointClient* client, in AttachEndpointClient() 774 InterfaceEndpointClient* client = endpoint->client(); in ProcessNotifyErrorTask() 853 InterfaceEndpointClient* client = endpoint->client(); in ProcessIncomingMessage()
|
D | associated_binding.cc | 61 endpoint_client_.reset(new InterfaceEndpointClient( in BindImpl()
|
D | associated_interface_ptr_state.cc | 69 endpoint_client_ = std::make_unique<InterfaceEndpointClient>( in Bind()
|
D | interface_ptr_state.cc | 84 endpoint_client_.reset(new InterfaceEndpointClient( in InitializeEndpointClient()
|
D | binding_state.cc | 105 endpoint_client_.reset(new InterfaceEndpointClient( in BindInternal()
|
D | binding_state.h | 94 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
D | multiplex_router.h | 104 InterfaceEndpointClient* endpoint_client,
|
/external/libchrome/mojo/public/js/lib/ |
D | interface_endpoint_client.js | 8 function InterfaceEndpointClient(interfaceEndpointHandle, receiver, class 35 InterfaceEndpointClient.prototype.initControllerIfNecessary_ = function() { class 44 InterfaceEndpointClient.prototype.onAssociationEvent = function( 55 InterfaceEndpointClient.prototype.passHandle = function() { 72 InterfaceEndpointClient.prototype.close = function(reason) { 77 InterfaceEndpointClient.prototype.accept = function(message) { 91 InterfaceEndpointClient.prototype.acceptAndExpectResponse = function( 122 InterfaceEndpointClient.prototype.setPayloadValidators = function( 127 InterfaceEndpointClient.prototype.setIncomingReceiver = function(receiver) { 131 InterfaceEndpointClient.prototype.setConnectionErrorHandler = function( [all …]
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | interface_endpoint_client.h | 40 class MOJO_CPP_BINDINGS_EXPORT InterfaceEndpointClient 45 InterfaceEndpointClient(ScopedInterfaceEndpointHandle handle, 51 ~InterfaceEndpointClient() override; 143 explicit HandleIncomingMessageThunk(InterfaceEndpointClient* owner); 150 InterfaceEndpointClient* const owner_; 188 base::WeakPtrFactory<InterfaceEndpointClient> weak_ptr_factory_; 190 DISALLOW_COPY_AND_ASSIGN(InterfaceEndpointClient);
|
D | associated_group_controller.h | 21 class InterfaceEndpointClient; variable 60 InterfaceEndpointClient* endpoint_client, in COMPONENT_EXPORT()
|
D | associated_binding.h | 79 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | multiplex_router_unittest.cc | 66 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, in TEST_F() 70 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F() 113 InterfaceEndpointClient client0(std::move(endpoint0_), nullptr, in TEST_F() 117 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F() 160 InterfaceEndpointClient client0( in TEST_F() 165 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F() 232 InterfaceEndpointClient client0( in TEST_F() 242 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F() 291 InterfaceEndpointClient client0( in TEST_F() 294 InterfaceEndpointClient client1(std::move(endpoint1_), &generator, in TEST_F()
|
D | bindings_perftest.cc | 207 InterfaceEndpointClient client0( in TEST_F() 210 InterfaceEndpointClient client1( in TEST_F() 256 InterfaceEndpointClient client( in TEST_F()
|
/external/libchrome/ipc/ |
D | ipc_mojo_bootstrap.cc | 289 mojo::InterfaceEndpointClient* client, in AttachEndpointClient() 447 mojo::InterfaceEndpointClient* client() const { in client() 452 void AttachClient(mojo::InterfaceEndpointClient* client, in AttachClient() 549 mojo::InterfaceEndpointClient* client = client_; in OnSyncMessageEventReady() 601 mojo::InterfaceEndpointClient* client_ = nullptr; 718 mojo::InterfaceEndpointClient* client = endpoint->client(); in NotifyEndpointOfError() 799 mojo::InterfaceEndpointClient* client = endpoint->client(); in Accept() 852 mojo::InterfaceEndpointClient* client = endpoint->client(); in AcceptOnProxyThread() 881 mojo::InterfaceEndpointClient* client = endpoint->client(); in AcceptSyncMessage()
|
/external/libchrome/mojo/public/js/ |
D | bindings.js | 138 this.interfaceEndpointClient_ = new internal.InterfaceEndpointClient( 216 this.interfaceEndpointClient_ = new internal.InterfaceEndpointClient( 377 this.interfaceEndpointClient_ = new internal.InterfaceEndpointClient( 483 this.interfaceEndpointClient_ = new internal.InterfaceEndpointClient(
|