Searched refs:EVENT_NET_LOST (Results 1 – 3 of 3) sorted by relevance
117 if (!netConnection->GetEventManager()->HasEventListener(EVENT_NET_LOST)) { in NetLost()118 NETMANAGER_BASE_LOGI("no event listener find %{public}s", EVENT_NET_LOST); in NetLost()121 …netConnection->GetEventManager()->EmitByUv(EVENT_NET_LOST, new NetHandle(*netHandle), NetLostCallb… in NetLost()
32 static constexpr const char *EVENT_NET_LOST = "netLost"; variable
462 EVENT_NET_LOST, in On()