Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp108 …return ModuleTemplate::Interface<TLSBindContext>(env, info, FUNCTION_BIND, nullptr, TLSSocketAsync… 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()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h26 static constexpr const char *FUNCTION_BIND = "bind";
67 static constexpr char FUNCTION_BIND[] = "bind";
130 static constexpr const char *FUNCTION_BIND = "bind";
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocket_module.h36 static constexpr const char *FUNCTION_BIND = "bind"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp469 DECLARE_NAPI_FUNCTION(UDPSocket::FUNCTION_BIND, UDPSocket::Bind), in DefineUDPSocketClass()
485 DECLARE_NAPI_FUNCTION(MulticastSocket::FUNCTION_BIND, MulticastSocket::Bind), in DefineMulticastSocketClass()
512 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_BIND, TCPSocket::Bind), in DefineTCPSocketClass()
530 DECLARE_NAPI_FUNCTION(LocalSocket::FUNCTION_BIND, LocalSocket::Bind), in DefineLocalSocketClass()