Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc30 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 …]
Dassociated_interface_ptr_state.h87 InterfaceEndpointClient* endpoint_client() { return endpoint_client_.get(); } in endpoint_client()
93 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dinterface_ptr_state.h63 InterfaceEndpointClient* endpoint_client() const { in endpoint_client()
91 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dmultiplex_router.cc80 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()
Dassociated_binding.cc61 endpoint_client_.reset(new InterfaceEndpointClient( in BindImpl()
Dassociated_interface_ptr_state.cc69 endpoint_client_ = std::make_unique<InterfaceEndpointClient>( in Bind()
Dinterface_ptr_state.cc84 endpoint_client_.reset(new InterfaceEndpointClient( in InitializeEndpointClient()
Dbinding_state.cc105 endpoint_client_.reset(new InterfaceEndpointClient( in BindInternal()
Dbinding_state.h94 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
Dmultiplex_router.h104 InterfaceEndpointClient* endpoint_client,
/external/libchrome/mojo/public/js/lib/
Dinterface_endpoint_client.js8 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/
Dinterface_endpoint_client.h40 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);
Dassociated_group_controller.h21 class InterfaceEndpointClient; variable
60 InterfaceEndpointClient* endpoint_client, in COMPONENT_EXPORT()
Dassociated_binding.h79 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
/external/libchrome/mojo/public/cpp/bindings/tests/
Dmultiplex_router_unittest.cc66 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()
Dbindings_perftest.cc207 InterfaceEndpointClient client0( in TEST_F()
210 InterfaceEndpointClient client1( in TEST_F()
256 InterfaceEndpointClient client( in TEST_F()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc289 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/
Dbindings.js138 this.interfaceEndpointClient_ = new internal.InterfaceEndpointClient(
216 this.interfaceEndpointClient_ = new internal.InterfaceEndpointClient(
377 this.interfaceEndpointClient_ = new internal.InterfaceEndpointClient(
483 this.interfaceEndpointClient_ = new internal.InterfaceEndpointClient(