Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h207 static napi_value ConstructUDPSocketInstance(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp446 napi_value SocketModuleExports::ConstructUDPSocketInstance(napi_env env, napi_callback_info info) in ConstructUDPSocketInstance() function in OHOS::NetStack::Socket::SocketModuleExports
581 DECLARE_NAPI_FUNCTION(FUNCTION_CONSTRUCTOR_UDP_SOCKET_INSTANCE, ConstructUDPSocketInstance), in InitSocketProperties()