Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A 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 …]
H A 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()
H A Dassociated_interface_ptr_state.h87 InterfaceEndpointClient* endpoint_client() { return endpoint_client_.get(); } in endpoint_client()
93 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
H A Dinterface_ptr_state.h63 InterfaceEndpointClient* endpoint_client() const { in endpoint_client()
91 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
H A Dassociated_binding.cc61 endpoint_client_.reset(new InterfaceEndpointClient( in BindImpl()
H A Dassociated_interface_ptr_state.cc69 endpoint_client_ = std::make_unique<InterfaceEndpointClient>( in Bind()
H A Dinterface_ptr_state.cc84 endpoint_client_.reset(new InterfaceEndpointClient( in InitializeEndpointClient()
H A Dbinding_state.cc105 endpoint_client_.reset(new InterfaceEndpointClient( in BindInternal()
H A Dbinding_state.h94 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
H A Dmultiplex_router.h104 InterfaceEndpointClient* endpoint_client,
/aosp_15_r20/external/libchrome/mojo/public/js/lib/
H A 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 …]
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A 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()
H A Dbindings_perftest.cc207 InterfaceEndpointClient client0( in TEST_F()
210 InterfaceEndpointClient client1( in TEST_F()
256 InterfaceEndpointClient client( in TEST_F()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/
H A 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);
H A Dassociated_group_controller.h21 class InterfaceEndpointClient; variable
60 InterfaceEndpointClient* endpoint_client, in COMPONENT_EXPORT()
H A Dassociated_binding.h79 std::unique_ptr<InterfaceEndpointClient> endpoint_client_;
/aosp_15_r20/external/libchrome/ipc/
H A 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()
/aosp_15_r20/external/cronet/ipc/
H A Dipc_mojo_bootstrap.cc429 mojo::InterfaceEndpointClient* client, in AttachEndpointClient()
605 mojo::InterfaceEndpointClient* client() const { in client()
610 void AttachClient(mojo::InterfaceEndpointClient* client, in AttachClient()
762 mojo::InterfaceEndpointClient* client = client_; in OnSyncMessageEventReady()
837 raw_ptr<mojo::InterfaceEndpointClient> client_ = nullptr;
971 mojo::InterfaceEndpointClient* client = endpoint->client(); in NotifyEndpointOfError()
1070 mojo::InterfaceEndpointClient* client = endpoint->client(); in Accept()
1167 mojo::InterfaceEndpointClient* client = endpoint->client(); in AcceptOnEndpointThread()
1219 mojo::InterfaceEndpointClient* client = endpoint->client(); in AcceptSyncMessage()
/aosp_15_r20/external/libchrome/mojo/public/js/
H A 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(