Searched refs:FUNCTION_BIND (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocket_module.cpp | 108 …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 D | socket_module.h | 26 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 D | tlssocket_module.h | 36 static constexpr const char *FUNCTION_BIND = "bind"; variable
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 469 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()
|