Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_callback_observer.cpp119 if (!mdnsDisdicover->GetEventManager()->HasEventListener(EVENT_SERVICELOST)) { in HandleServiceLost()
120 NETMANAGER_EXT_LOGE("no event listener find %{public}s", EVENT_SERVICELOST); in HandleServiceLost()
124 mdnsDisdicover->GetEventManager()->EmitByUv(EVENT_SERVICELOST, new MDnsServiceInfo(serviceInfo), in HandleServiceLost()
H A Dmdns_module.cpp104 EVENT_SERVICELOST}; in On()
111 EVENT_SERVICELOST}; in Off()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/
H A Dconstant.h29 static constexpr const char *EVENT_SERVICELOST = "serviceLost"; variable