Home
last modified time | relevance | path

Searched refs:nsaState (Results 1 - 11 of 11) sorted by relevance

/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h277 int32_t nsaState; member
H A Dtelephony_radio_impl.cpp210 .nsaState = static_cast<int32_t>(NsaState::NSA_STATE_NOT_SUPPORT) in GetNetworkState()
/base/telephony/core_service/services/network_search/include/
H A Dnetwork_register.h68 int32_t UpdateNsaState(int32_t nsaState);
/base/telephony/state_registry/frameworks/cj/src/
H A Dtelephony_observer_utils.h239 int32_t nsaState; member
H A Dobserver_event_handler.cpp488 int32_t nsaState = static_cast<int32_t>(networkState->GetNrState()); in WorkNetworkStateUpdated() local
496 .nsaState = nsaState, in WorkNetworkStateUpdated()
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h195 int32_t nsaState = static_cast<int32_t>(NsaState::NSA_STATE_NOT_SUPPORT); member
/base/telephony/core_service/services/telephony_ext_wrapper/include/
H A Dtelephony_ext_wrapper.h79 int32_t slotId, int32_t cellId, bool endcAvailable, bool dcNrRestricted, int32_t nsaState);
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_register.cpp318 int32_t NetworkRegister::UpdateNsaState(int32_t nsaState) in UpdateNsaState() argument
320 int32_t newNsaState = nsaState; in UpdateNsaState()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp747 int32_t nsaState = static_cast<int32_t>(networkState->GetNrState()); in WorkNetworkStateUpdated() local
755 SetPropertyToNapiObject(env, callbackValue, "nsaState", nsaState); in WorkNetworkStateUpdated()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1833 int32_t nsaState = 1; in HWTEST_F() local
1834 EXPECT_EQ(networkRegister->UpdateNsaState(nsaState), nsaState); in HWTEST_F()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp421 NapiUtil::SetPropertyInt32(env, callbackValue, "nsaState", asyncContext->nsaState); in GetNetworkStateCallback()

Completed in 20 milliseconds