Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp36 int32_t WrapRegState(int32_t nativeState) in WrapRegState() function
743 SetPropertyToNapiObject(env, callbackValue, "regState", WrapRegState(regStatus)); in WorkNetworkStateUpdated()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp355 static int32_t WrapRegState(int32_t nativeState) in WrapRegState() function
420 … NapiUtil::SetPropertyInt32(env, callbackValue, "regState", WrapRegState(asyncContext->regStatus)); in GetNetworkStateCallback()