Home
last modified time | relevance | path

Searched refs:FUNCTION_REPORT_NET_CONNECTED (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.h47 static constexpr const char *FUNCTION_REPORT_NET_CONNECTED = "reportNetConnected"; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp185 DECLARE_NAPI_FUNCTION(FUNCTION_REPORT_NET_CONNECTED, ReportNetConnected), in InitConnectionModule()
360 …duleTemplate::Interface<ReportNetConnectedContext>(env, info, FUNCTION_REPORT_NET_CONNECTED, nullp… in ReportNetConnected()