Home
last modified time | relevance | path

Searched refs:NET_UNAVAILABLE_CHANGE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Devent_context.h37 constexpr const char *NET_UNAVAILABLE_CHANGE = "netUnavailable"; variable
H A Dnapi_common.cpp47 } else if (!eventInfo.compare(NET_UNAVAILABLE_CHANGE)) { in IsValidEvent()