Home
last modified time | relevance | path

Searched refs:EVENT_NET_CAPABILITIES_CHANGE (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/common/
Devent_context.h47 EVENT_NET_CAPABILITIES_CHANGE = 32, enumerator
Dnapi_common.cpp33 eventId = EVENT_NET_CAPABILITIES_CHANGE; in IsValidEvent()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/observer/src/
Dnet_conn_callback_observer.cpp48 if (!netConnection->GetEventManager()->HasEventListener(EVENT_NET_CAPABILITIES_CHANGE)) { in NetCapabilitiesChange()
49 NETMANAGER_BASE_LOGI("no event listener find %{public}s", EVENT_NET_CAPABILITIES_CHANGE); in NetCapabilitiesChange()
55 …netConnection->GetEventManager()->EmitByUv(EVENT_NET_CAPABILITIES_CHANGE, pair, NetCapabilitiesCha… in NetCapabilitiesChange()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/constant/include/
Dconstant.h30 static constexpr const char *EVENT_NET_CAPABILITIES_CHANGE = "netCapabilitiesChange"; variable
/foundation/communication/netmanager_base/frameworks/js/napi/netconn/src/
Dnapi_net_conn_observer.cpp141 listen.eventId = EVENT_NET_CAPABILITIES_CHANGE; in NetCapabilitiesChange()
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
Dconnection_module.cpp294 EVENT_NET_CAPABILITIES_CHANGE, in On()