Home
last modified time | relevance | path

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

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