/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/detail/ |
D | reactive_socket_recvfrom_op_ext.hpp | 37 reactive_socket_recvfrom_op_base_ext(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_base_ext() 87 reactive_socket_recvfrom_op_ext(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_ext()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/detail/ |
D | reactive_socket_recv_op_ext.hpp | 41 socket_type socket, socket_ops::state_type state, in reactive_socket_recv_op_base_ext() 104 socket_type socket, socket_ops::state_type state, in reactive_socket_recv_op_ext()
|
D | reactive_socket_recv_op_ext_local.hpp | 41 socket_type socket, socket_ops::state_type state, in reactive_socket_recv_op_base_ext_local() 104 socket_type socket, socket_ops::state_type state, in reactive_socket_recv_op_ext_local()
|
D | reactive_socket_recvmsg_op_ext.hpp | 42 socket_type socket, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in reactive_socket_recvmsg_op_base_ext() 86 socket_type socket, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in reactive_socket_recvmsg_op_ext()
|
D | reactive_socket_recvfrom_op_ext_local.hpp | 37 reactive_socket_recvfrom_op_base_ext_local(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_base_ext_local() 88 reactive_socket_recvfrom_op_ext_local(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_ext_local()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | reactive_socket_recvmsg_op.hpp | 41 socket_type socket, const MutableBufferSequence& buffers, in reactive_socket_recvmsg_op_base() 87 socket_type socket, const MutableBufferSequence& buffers, in reactive_socket_recvmsg_op()
|
D | reactive_socket_send_op.hpp | 40 socket_type socket, socket_ops::state_type state, in reactive_socket_send_op_base() 107 socket_type socket, socket_ops::state_type state, in reactive_socket_send_op()
|
D | reactive_socket_sendto_op.hpp | 40 socket_type socket, const ConstBufferSequence& buffers, in reactive_socket_sendto_op_base() 100 socket_type socket, const ConstBufferSequence& buffers, in reactive_socket_sendto_op()
|
D | reactive_socket_recv_op.hpp | 40 socket_type socket, socket_ops::state_type state, in reactive_socket_recv_op_base() 104 socket_type socket, socket_ops::state_type state, in reactive_socket_recv_op()
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | Java8FileDescriptorSocket.java | 60 Java8FileDescriptorSocket(Socket socket, String hostname, int port, boolean autoClose, in Java8FileDescriptorSocket() 88 public String selectApplicationProtocol(SSLSocket socket, List<String> protocols) { in toApplicationProtocolSelector()
|
H A D | Java8EngineSocket.java | 60 Java8EngineSocket(Socket socket, String hostname, int port, boolean autoClose, in Java8EngineSocket() 88 public String selectApplicationProtocol(SSLSocket socket, List<String> protocols) { in toApplicationProtocolSelector()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/detail/ |
D | reactive_socket_recvmsg_op_ext_local.hpp | 42 socket_type socket, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in reactive_socket_recvmsg_op_base_ext_local() 86 socket_type socket, const MutableBufferSequence& buffers, socket_base::message_flags in_flags, in reactive_socket_recvmsg_op_ext_local()
|
D | reactive_socket_recv_op_ext.hpp | 41 socket_type socket, socket_ops::state_type state, in reactive_socket_recv_op_base_ext() 104 socket_type socket, socket_ops::state_type state, in reactive_socket_recv_op_ext()
|
D | reactive_socket_recvfrom_op_ext_local.hpp | 37 reactive_socket_recvfrom_op_base_ext_local(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_base_ext_local() 88 reactive_socket_recvfrom_op_ext_local(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_ext_local()
|
/aosp_15_r20/external/apache-http/android/src/android/net/http/ |
H A D | CertificateChainValidator.java | 265 SSLSocket socket, String errorMessage, String defaultErrorMessage) in closeSocketThrowException() 271 private void closeSocketThrowException(SSLSocket socket, in closeSocketThrowException()
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/util/ |
H A D | AdvancedTlsX509KeyManager.java | 78 public String chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) { in chooseClientAlias() 93 public String chooseServerAlias(String keyType, Principal[] issuers, Socket socket) { in chooseServerAlias()
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | Java8FileDescriptorSocket.java | 59 Java8FileDescriptorSocket(Socket socket, String hostname, int port, boolean autoClose, in Java8FileDescriptorSocket() 87 public String selectApplicationProtocol(SSLSocket socket, List<String> protocols) { in toApplicationProtocolSelector()
|
H A D | Java8EngineSocket.java | 59 Java8EngineSocket(Socket socket, String hostname, int port, boolean autoClose, in Java8EngineSocket() 87 public String selectApplicationProtocol(SSLSocket socket, List<String> protocols) { in toApplicationProtocolSelector()
|
/aosp_15_r20/libcore/support/src/test/java/libcore/javax/net/ssl/ |
H A D | TestTrustManager.java | 88 public void checkClientTrusted(X509Certificate[] chain, String authType, Socket socket) in checkClientTrusted() 153 public void checkServerTrusted(X509Certificate[] chain, String authType, Socket socket) in checkServerTrusted()
|
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/tests/ |
H A D | test_utils.cc | 119 std::string ReadUntil(const int socket, const std::string& str, in ReadUntil() 162 std::string ReadExact(int socket, size_t content_bytes) { in ReadExact()
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | InternalChannelz.java | 96 public void addClientSocket(InternalInstrumented<SocketStats> socket) { in addClientSocket() 100 public void addListenSocket(InternalInstrumented<SocketStats> socket) { in addListenSocket() 106 InternalInstrumented<ServerStats> server, InternalInstrumented<SocketStats> socket) { in addServerSocket() 128 public void removeClientSocket(InternalInstrumented<SocketStats> socket) { in removeClientSocket() 132 public void removeListenSocket(InternalInstrumented<SocketStats> socket) { in removeListenSocket() 138 InternalInstrumented<ServerStats> server, InternalInstrumented<SocketStats> socket) { in removeServerSocket()
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/detail/ |
D | reactive_socket_recvfrom_op_ext.hpp | 37 reactive_socket_recvfrom_op_base_ext(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_base_ext() 88 reactive_socket_recvfrom_op_ext(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_ext()
|
D | reactive_socket_recvfrom_op_ext_local.hpp | 37 reactive_socket_recvfrom_op_base_ext_local(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_base_ext_local() 88 reactive_socket_recvfrom_op_ext_local(socket_type socket, int protocol_type, in reactive_socket_recvfrom_op_ext_local()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | channelz_sampler.cc | 98 inline int64_t GetSocketID(const grpc::channelz::v1::Socket& socket) { in GetSocketID() 120 inline std::string GetSocketName(const grpc::channelz::v1::Socket& socket) { in GetSocketName() 501 void StoreSocketInJson(const grpc::channelz::v1::Socket& socket) { in StoreSocketInJson()
|
/aosp_15_r20/external/rust/crates/vhost-device-vsock/src/ |
D | main.rs | 73 socket: String, field 98 socket: String, field 125 let mut socket = None; in parse_vm_params() localVariable
|