Home
last modified time | relevance | path

Searched refs:EVENT_NET_UNAVAILABLE (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
H A Dnet_conn_callback_observer.cpp179 if (!manager->HasEventListener(EVENT_NET_UNAVAILABLE)) { in NetUnavailable()
180 NETMANAGER_BASE_LOGI("no event listener find %{public}s", EVENT_NET_UNAVAILABLE); in NetUnavailable()
186 manager->Emit(EVENT_NET_UNAVAILABLE, arg); in NetUnavailable()
188 manager->EmitByUvWithModuleId(EVENT_NET_UNAVAILABLE, handler, netConnection->moduleId_); in NetUnavailable()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/constant/include/
H A Dconstant.h33 static constexpr const char *EVENT_NET_UNAVAILABLE = "netUnavailable"; variable
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp466 EVENT_NET_UNAVAILABLE}; in On()

Completed in 3 milliseconds