Home
last modified time | relevance | path

Searched refs:GetCfgTech (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_state.h103 RadioTech GetCfgTech() const;
/ohos5.0/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp123 state->cfgTech_ = Conv2TelRadioTechnology(networkState->GetCfgTech()); in Conv2TelNetworkState()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp403 RadioTech NetworkState::GetCfgTech() const in GetCfgTech() function in OHOS::Telephony::NetworkState
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp139 TELEPHONY_LOGI("GetCfgTech():%{public}d", result->GetCfgTech()); in TestGetNetworkState()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp737 int32_t cfgTech = static_cast<int32_t>(networkState->GetCfgTech()); in WorkNetworkStateUpdated()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp1466 RadioTech cfgTech = inner->networkSearchState_->GetNetworkStatus()->GetCfgTech(); in IsNeedDelayNotify()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp419 …static_cast<int32_t>(result->GetNrState()), static_cast<int32_t>(result->GetCfgTech()), result->Is… in PrintNetworkStateInformation()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp406 asyncContext->cfgTech = static_cast<int32_t>(networkState->GetCfgTech()); in NativeGetNetworkState()