Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
H A Dnet_conn_callback_observer.cpp137 if (!netConnection->GetEventManager()->HasEventListener(EVENT_NET_UNAVAILABLE)) { in NetUnavailable()
138 NETMANAGER_BASE_LOGI("no event listener find %{public}s", EVENT_NET_UNAVAILABLE); in NetUnavailable()
141 …netConnection->GetEventManager()->EmitByUv(EVENT_NET_UNAVAILABLE, nullptr, NetUnavailableCallback); in NetUnavailable()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/constant/include/
H A Dconstant.h33 static constexpr const char *EVENT_NET_UNAVAILABLE = "netUnavailable"; variable
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp463 EVENT_NET_UNAVAILABLE}; in On()