Home
last modified time | relevance | path

Searched refs:FUNCTION_BIND (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp108 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 Dsocket_module.h26 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 Dtlssocket_module.h36 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 Dsocket_module.cpp470 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