Searched refs:FUNCTION_BIND (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocket_module.cpp | 108 return ModuleTemplate::Interface<TLSBindContext>(env, info, FUNCTION_BIND, nullptr, TLSSocketAsyncWork::ExecBind, in Bind() 134 return ModuleTemplate::Interface<TLSSetExtraOptionsContext>(env, info, FUNCTION_BIND, nullptr, in SetExtraOptions() 160 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_BIND, TLSSocket::Bind), in DefineTLSSocketClass()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/ |
H A D | socket_module.h | 26 static constexpr const char *FUNCTION_BIND = "bind"; member in OHOS::NetStack::Socket::SocketModuleExports::UDPSocket 67 static constexpr char FUNCTION_BIND[] = "bind"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocket 130 static constexpr const char *FUNCTION_BIND = "bind"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPSocket
|
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocket_module.h | 36 static constexpr const char *FUNCTION_BIND = "bind"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 470 DECLARE_NAPI_FUNCTION(UDPSocket::FUNCTION_BIND, UDPSocket::Bind), in DefineUDPSocketClass() 486 DECLARE_NAPI_FUNCTION(MulticastSocket::FUNCTION_BIND, MulticastSocket::Bind), in DefineMulticastSocketClass() 513 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_BIND, TCPSocket::Bind), in DefineTCPSocketClass() 531 DECLARE_NAPI_FUNCTION(LocalSocket::FUNCTION_BIND, LocalSocket::Bind), in DefineLocalSocketClass()
|
Completed in 4 milliseconds