Home
last modified time | relevance | path

Searched refs:RADIO_TECHNOLOGY_NR (Results 1 – 21 of 21) sorted by relevance

/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio_types.h140 RADIO_TECHNOLOGY_NR = 12, enumerator
145 RADIO_TECHNOLOGY_MAX = RADIO_TECHNOLOGY_NR,
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_search_types.h152 RADIO_TECHNOLOGY_NR = 12, enumerator
157 RADIO_TECHNOLOGY_MAX = RADIO_TECHNOLOGY_NR,
293 RADIO_PROTOCOL_TECH_NR = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_NR),
/base/telephony/core_service/services/network_search/src/
Dnetwork_register.cpp214 … if (static_cast<RadioTech>(channelConfigInfos_[i].ratType) == RadioTech::RADIO_TECHNOLOGY_NR && in ProcessChannelConfigInfo()
300 if (rat == RadioTech::RADIO_TECHNOLOGY_NR) { in UpdateNrState()
387 case HRilRadioTech::RADIO_TECHNOLOGY_NR: in ConvertTechFromRil()
388 return RadioTech::RADIO_TECHNOLOGY_NR; in ConvertTechFromRil()
460 tech = RadioTech::RADIO_TECHNOLOGY_NR; in GetTechnologyByNrConfig()
466 tech = RadioTech::RADIO_TECHNOLOGY_NR; in GetTechnologyByNrConfig()
473 tech = RadioTech::RADIO_TECHNOLOGY_NR; in GetTechnologyByNrConfig()
478 tech = RadioTech::RADIO_TECHNOLOGY_NR; in GetTechnologyByNrConfig()
Dradio_info.cpp260 case RadioTech::RADIO_TECHNOLOGY_NR: in RadioTechToPhoneType()
271 psRadioTech == RadioTech::RADIO_TECHNOLOGY_NR) { in RadioTechToPhoneType()
Dnetwork_search_manager.cpp1367 …if ((lastCfgTech == RadioTech::RADIO_TECHNOLOGY_NR) && (lastPsRadioTech != RadioTech::RADIO_TECHNO… in IsNeedDelayNotify()
Dcell_info.cpp313 case RadioTech::RADIO_TECHNOLOGY_NR: in ConvertTechToCellType()
/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_utils.cpp38 case RadioTech::RADIO_TECHNOLOGY_NR: in ConvertToConnectTypeInner()
53 case RadioTech::RADIO_TECHNOLOGY_NR: in ConvertToConnectsubtype()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_enum.h331 RADIO_TECHNOLOGY_NR = 12, enumerator
428 HRIL_RADIO_PROTOCOL_TECH_NR = 1 << RADIO_TECHNOLOGY_NR
/base/telephony/core_service/utils/common/include/
Denum_convert.h225 RADIO_TECHNOLOGY_NR = 12 enumerator
/base/web/webview/test/unittest/net_connect_adapter_test/
Dnet_connect_adapter_test.cpp68 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_NR, NetConnectType::CONNECTION_5G));
94 …typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_NR, NetConnectSubtype::SUBTYPE_UNKNOWN));
/base/telephony/core_service/utils/common/src/
Denum_convert.cpp225 case TelephonyRadioTech::RADIO_TECHNOLOGY_NR: in GetCellularDataConnectionNetworkType()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_type_convert_test.cpp126 …etCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_NR)),
Dzero_branch_test.cpp236 …EXPECT_EQ(cellInfo->ConvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_NR), CellInformation::CellTy…
1502 …networkRegister->GetTechnologyByNrConfig(RadioTech::RADIO_TECHNOLOGY_NR), RadioTech::RADIO_TECHNOL…
1530 …etworkRegister->ConvertTechFromRil(HRilRadioTech::RADIO_TECHNOLOGY_NR), RadioTech::RADIO_TECHNOLOG…
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts1872 RADIO_TECHNOLOGY_NR = 12 enumerator
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_utils.cpp257 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_NR): in ConvertRadioTechToRadioName()
/base/telephony/ril_adapter/services/vendor/src/
Dat_modem.c241 return RADIO_TECHNOLOGY_NR; in ConvertVoiceTechToRadioTech()
Dat_network.c48 const int32_t RAF_NR = 1 << RADIO_TECHNOLOGY_NR;
140 return RADIO_TECHNOLOGY_NR; in ConvertActToRadioTech()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp135 case RadioTech::RADIO_TECHNOLOGY_NR: in WrapRadioTech()
136 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR); in WrapRadioTech()
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp370 …lularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_NR)));
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp78 case RadioTech::RADIO_TECHNOLOGY_NR: in WrapRadioTech()
79 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR); in WrapRadioTech()
2850 …O_TECHNOLOGY_NR", NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR))), in InitEnumRadioType()
3139 …O_TECHNOLOGY_NR", NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR))), in CreateRadioType()
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp749 for (uint32_t radioTech = RADIO_TECHNOLOGY_GSM; radioTech <= RADIO_TECHNOLOGY_NR; radioTech++) { in ConvertRadioProtocolTech()