Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/include/
H A Dconnection_module.h41 static constexpr const char *FUNCTION_CREATE_NET_CONNECTION = "createNetConnection"; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp171 DECLARE_NAPI_FUNCTION(FUNCTION_CREATE_NET_CONNECTION, CreateNetConnection), in InitConnectionModule()