Home
last modified time | relevance | path

Searched refs:local_endpoint (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc49 void CreateChannel(PlatformHandle* local_endpoint, in CreateChannel() argument
57 *local_endpoint = PlatformHandle(base::win::ScopedHandle( in CreateChannel()
64 PCHECK(local_endpoint->is_valid()); in CreateChannel()
81 CHECK(!::ConnectNamedPipe(local_endpoint->GetHandle().Get(), nullptr)); in CreateChannel()
85 void CreateChannel(PlatformHandle* local_endpoint,
91 *local_endpoint = PlatformHandle(std::move(handles[0]));
93 DCHECK(local_endpoint->is_valid());
115 void CreateChannel(PlatformHandle* local_endpoint,
139 *local_endpoint = PlatformHandle(base::ScopedFD(fds[0]));
141 DCHECK(local_endpoint->is_valid());
Dplatform_channel.h56 const PlatformChannelEndpoint& local_endpoint() const { in COMPONENT_EXPORT()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.c31 …SSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, local_endpoint, local_identit…
32 … STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, remote_endpoint, local_endpoint, &grpc_gcp_End…
48 …SSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, local_endpoint, in_bytes, &gr…
49 … STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, remote_endpoint, local_endpoint, &grpc_gcp_End…
107local_endpoint) < 65536 && pb_membersize(grpc_gcp_StartClientHandshakeReq, remote_endpoint) < 6553…
118local_endpoint) < 256 && pb_membersize(grpc_gcp_StartClientHandshakeReq, remote_endpoint) < 256 &&…
Dhandshaker.pb.h113 grpc_gcp_Endpoint local_endpoint; member
128 grpc_gcp_Endpoint local_endpoint; member
Dalts_handshaker_service_api.cc67 req->client_start.local_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy()
89 req->server_start.local_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy()
302 set_endpoint(&req->client_start.local_endpoint, ip_address, port, protocol); in grpc_gcp_handshaker_req_set_local_endpoint()
305 set_endpoint(&req->server_start.local_endpoint, ip_address, port, protocol); in grpc_gcp_handshaker_req_set_local_endpoint()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp1351 endpoint_type local_endpoint() const in local_endpoint() function in asio::basic_socket
1354 endpoint_type ep = this->get_service().local_endpoint( in local_endpoint()
1381 endpoint_type local_endpoint(asio::error_code& ec) const in local_endpoint() function in asio::basic_socket
1383 return this->get_service().local_endpoint(this->get_implementation(), ec); in local_endpoint()
Dbasic_socket_acceptor.hpp865 endpoint_type local_endpoint() const in local_endpoint() function in asio::basic_socket_acceptor
868 endpoint_type ep = this->get_service().local_endpoint( in local_endpoint()
896 endpoint_type local_endpoint(asio::error_code& ec) const in local_endpoint() function in asio::basic_socket_acceptor
898 return this->get_service().local_endpoint(this->get_implementation(), ec); in local_endpoint()
Dsocket_acceptor_service.hpp215 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint() function in asio::socket_acceptor_service
218 return service_impl_.local_endpoint(impl, ec); in local_endpoint()
Dstream_socket_service.hpp250 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint() function in asio::stream_socket_service
253 return service_impl_.local_endpoint(impl, ec); in local_endpoint()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc40 req->client_start.local_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create()
57 req->server_start.local_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create()
495 result &= handshaker_endpoint_equals(&l_req->local_endpoint, in grpc_gcp_handshaker_client_start_req_equals()
496 &r_req->local_endpoint); in grpc_gcp_handshaker_client_start_req_equals()
552 result &= handshaker_endpoint_equals(&l_req->local_endpoint, in grpc_gcp_handshaker_server_start_req_equals()
553 &r_req->local_endpoint); in grpc_gcp_handshaker_server_start_req_equals()
/external/parameter-framework/upstream/asio/stub/
Dasio.hpp104 const endpoint_base &local_endpoint() const { return base; } in local_endpoint() function
/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp146 const auto &endpoint = _socket.local_endpoint(); in acceptRegister()
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Dhandshaker.proto85 Endpoint local_endpoint = 6; field
128 Endpoint local_endpoint = 4; field
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto85 Endpoint local_endpoint = 6; field
128 Endpoint local_endpoint = 4; field
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto85 Endpoint local_endpoint = 6; field
128 Endpoint local_endpoint = 4; field
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp169 endpoint_type local_endpoint(const implementation_type& impl, in local_endpoint() function in asio::detail::reactive_socket_service