/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 50 PlatformHandle* remote_endpoint) { in CreateChannel() argument 74 *remote_endpoint = PlatformHandle(base::win::ScopedHandle( in CreateChannel() 77 PCHECK(remote_endpoint->is_valid()); in CreateChannel() 86 PlatformHandle* remote_endpoint) { 92 *remote_endpoint = PlatformHandle(std::move(handles[1])); 94 DCHECK(remote_endpoint->is_valid()); 116 PlatformHandle* remote_endpoint) { 140 *remote_endpoint = PlatformHandle(base::ScopedFD(fds[1])); 142 DCHECK(remote_endpoint->is_valid());
|
D | platform_channel.h | 59 const PlatformChannelEndpoint& remote_endpoint() const { in COMPONENT_EXPORT()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | handshaker.pb.c | 32 …SSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, remote_endpoint, local_endpoi… 33 …G , OPTIONAL, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, target_name, remote_endpoint, 0), 49 …SSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, remote_endpoint, local_endpoi… 50 …AL, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, rpc_versions, remote_endpoint, &grpc_gcp_Rp… 107 …remote_endpoint) < 65536 && pb_membersize(grpc_gcp_StartClientHandshakeReq, rpc_versions) < 65536 … 118 …remote_endpoint) < 256 && pb_membersize(grpc_gcp_StartClientHandshakeReq, rpc_versions) < 256 && p…
|
D | handshaker.pb.h | 115 grpc_gcp_Endpoint remote_endpoint; member 130 grpc_gcp_Endpoint remote_endpoint; member
|
D | alts_handshaker_service_api.cc | 71 req->client_start.remote_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy() 93 req->server_start.remote_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy() 322 set_endpoint(&req->client_start.remote_endpoint, ip_address, port, in grpc_gcp_handshaker_req_set_remote_endpoint() 326 set_endpoint(&req->server_start.remote_endpoint, ip_address, port, in grpc_gcp_handshaker_req_set_remote_endpoint()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket.hpp | 1401 endpoint_type remote_endpoint() const in remote_endpoint() function in asio::basic_socket 1404 endpoint_type ep = this->get_service().remote_endpoint( in remote_endpoint() 1431 endpoint_type remote_endpoint(asio::error_code& ec) const in remote_endpoint() function in asio::basic_socket 1433 return this->get_service().remote_endpoint(this->get_implementation(), ec); in remote_endpoint()
|
D | stream_socket_service.hpp | 257 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in asio::stream_socket_service 260 return service_impl_.remote_endpoint(impl, ec); in remote_endpoint()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 42 req->client_start.remote_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 59 req->server_start.remote_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 499 result &= handshaker_endpoint_equals(&l_req->remote_endpoint, in grpc_gcp_handshaker_client_start_req_equals() 500 &r_req->remote_endpoint); in grpc_gcp_handshaker_client_start_req_equals() 556 result &= handshaker_endpoint_equals(&l_req->remote_endpoint, in grpc_gcp_handshaker_server_start_req_equals() 557 &r_req->remote_endpoint); in grpc_gcp_handshaker_server_start_req_equals()
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 89 Endpoint remote_endpoint = 7; field 132 Endpoint remote_endpoint = 5; field
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 89 Endpoint remote_endpoint = 7; field 132 Endpoint remote_endpoint = 5; field
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 89 Endpoint remote_endpoint = 7; field 132 Endpoint remote_endpoint = 5; field
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 181 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in asio::detail::reactive_socket_service
|