Home
last modified time | relevance | path

Searched refs:FUNCTION_REPORT_NET_DISCONNECTED (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.h48 static constexpr const char *FUNCTION_REPORT_NET_DISCONNECTED = "reportNetDisconnected"; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp186 DECLARE_NAPI_FUNCTION(FUNCTION_REPORT_NET_DISCONNECTED, ReportNetDisconnected), in InitConnectionModule()
367 …emplate::Interface<ReportNetDisconnectedContext>(env, info, FUNCTION_REPORT_NET_DISCONNECTED, null… in ReportNetDisconnected()