Home
last modified time | relevance | path

Searched refs:ConstructTCPSocketInstance (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h211 static napi_value ConstructTCPSocketInstance(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp504 napi_value SocketModuleExports::ConstructTCPSocketInstance(napi_env env, napi_callback_info info) in ConstructTCPSocketInstance() function in OHOS::NetStack::Socket::SocketModuleExports
584 DECLARE_NAPI_FUNCTION(FUNCTION_CONSTRUCTOR_TCP_SOCKET_INSTANCE, ConstructTCPSocketInstance), in InitSocketProperties()