/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_radio_types.h | 140 RADIO_TECHNOLOGY_NR = 12, member in OHOS::Telephony::RatType 145 RADIO_TECHNOLOGY_MAX = RADIO_TECHNOLOGY_NR,
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | network_search_types.h | 153 RADIO_TECHNOLOGY_NR = 12, member in OHOS::Telephony::RadioTech 158 RADIO_TECHNOLOGY_MAX = RADIO_TECHNOLOGY_NR, 294 RADIO_PROTOCOL_TECH_NR = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_NR),
|
H A D | tel_ril_enum.h | 115 RADIO_TECHNOLOGY_NR = 12, enumerator
|
/base/telephony/core_service/frameworks/cj/telephony_radio/src/ |
H A D | telephony_radio_utils.h | 167 RADIO_TECHNOLOGY_NR = 12, member in OHOS::Telephony::RatType 172 RADIO_TECHNOLOGY_MAX = RADIO_TECHNOLOGY_NR,
|
H A D | telephony_radio_impl.cpp | 124 case RadioTech::RADIO_TECHNOLOGY_NR: in WrapRadioTech() 125 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR); in WrapRadioTech()
|
/base/web/webview/ohos_adapter/net_connect_adapter/src/ |
H A D | net_connect_utils.cpp | 38 case RadioTech::RADIO_TECHNOLOGY_NR: in ConvertToConnectTypeInner() 53 case RadioTech::RADIO_TECHNOLOGY_NR: in ConvertToConnectsubtype()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_register.cpp | 215 if (static_cast<RadioTech>(channelConfigInfos_[i].ratType) == RadioTech::RADIO_TECHNOLOGY_NR && in ProcessChannelConfigInfo() 301 if (rat == RadioTech::RADIO_TECHNOLOGY_NR) { in UpdateNrState() 412 case TelRilRadioTech::RADIO_TECHNOLOGY_NR: in ConvertTechFromRil() 413 return RadioTech::RADIO_TECHNOLOGY_NR; in ConvertTechFromRil() 485 tech = RadioTech::RADIO_TECHNOLOGY_NR; in GetTechnologyByNrConfig() 491 tech = RadioTech::RADIO_TECHNOLOGY_NR; in GetTechnologyByNrConfig() 498 tech = RadioTech::RADIO_TECHNOLOGY_NR; in GetTechnologyByNrConfig() 503 tech = RadioTech::RADIO_TECHNOLOGY_NR; in GetTechnologyByNrConfig()
|
H A D | radio_info.cpp | 276 case RadioTech::RADIO_TECHNOLOGY_NR: in RadioTechToPhoneType() 287 psRadioTech == RadioTech::RADIO_TECHNOLOGY_NR) { in RadioTechToPhoneType()
|
H A D | network_search_manager.cpp | 1540 if ((lastCfgTech == RadioTech::RADIO_TECHNOLOGY_NR) && (lastPsRadioTech != RadioTech::RADIO_TECHNOLOGY_NR) && in IsNeedDelayNotify()
|
H A D | cell_info.cpp | 319 case RadioTech::RADIO_TECHNOLOGY_NR: in ConvertTechToCellType()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_enum.h | 333 RADIO_TECHNOLOGY_NR = 12, enumerator 430 HRIL_RADIO_PROTOCOL_TECH_NR = 1 << RADIO_TECHNOLOGY_NR
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 227 RADIO_TECHNOLOGY_NR = 12 member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyRadioTech
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_branch_test.cpp | 293 RadioTech::RADIO_TECHNOLOGY_NR); in HWTEST_F() 297 RadioTech::RADIO_TECHNOLOGY_NR); in HWTEST_F() 301 RadioTech::RADIO_TECHNOLOGY_NR); in HWTEST_F() 305 RadioTech::RADIO_TECHNOLOGY_NR); in HWTEST_F()
|
H A D | sim_type_convert_test.cpp | 126 EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_NR)), in HWTEST_F() 127 "RADIO_TECHNOLOGY_NR"); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 249 EXPECT_EQ(cellInfo->ConvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_NR), NR); in HWTEST_F() 1827 networkRegister->GetTechnologyByNrConfig(RadioTech::RADIO_TECHNOLOGY_NR), RadioTech::RADIO_TECHNOLOGY_INVALID); in HWTEST_F() 1857 EXPECT_EQ(networkRegister->ConvertTechFromRil(TelRilRadioTech::RADIO_TECHNOLOGY_NR), in HWTEST_F() 1858 RadioTech::RADIO_TECHNOLOGY_NR); in HWTEST_F() 3386 EXPECT_EQ(radioInfo->RadioTechToPhoneType(RadioTech::RADIO_TECHNOLOGY_UNKNOWN, RadioTech::RADIO_TECHNOLOGY_NR), in HWTEST_F()
|
/base/web/webview/test/unittest/net_connect_adapter_test/ |
H A D | net_connect_adapter_test.cpp | 68 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_NR, NetConnectType::CONNECTION_5G)); in HWTEST_F() 94 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_NR, NetConnectSubtype::SUBTYPE_UNKNOWN)); in HWTEST_F()
|
/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/ |
H A D | telephony_radio.cpp | 54 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_NR: in Conv2TelRadioTechnology()
|
/base/telephony/core_service/utils/common/src/ |
H A D | enum_convert.cpp | 225 case TelephonyRadioTech::RADIO_TECHNOLOGY_NR: in GetCellularDataConnectionNetworkType() 226 result = "RADIO_TECHNOLOGY_NR"; in GetCellularDataConnectionNetworkType()
|
/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_utils.cpp | 199 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_NR): in ConvertRadioTechToRadioName()
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | observer_event_handler.cpp | 126 case RadioTech::RADIO_TECHNOLOGY_NR: in WrapRadioTech() 127 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR); in WrapRadioTech()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_modem.c | 253 return RADIO_TECHNOLOGY_NR; in ConvertVoiceTechToRadioTech()
|
H A D | at_network.c | 49 const int32_t RAF_NR = 1 << RADIO_TECHNOLOGY_NR; 141 return RADIO_TECHNOLOGY_NR; in ConvertActToRadioTech()
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | incall_data_state_machine.cpp | 115 case RadioTech::RADIO_TECHNOLOGY_NR: in CanActiveDataByRadioTech()
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 137 case RadioTech::RADIO_TECHNOLOGY_NR: in WrapRadioTech() 138 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR); in WrapRadioTech()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 79 case RadioTech::RADIO_TECHNOLOGY_NR: in WrapRadioTech() 80 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR); in WrapRadioTech() 3030 "RADIO_TECHNOLOGY_NR", NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR))), in InitEnumRadioType() 3319 "RADIO_TECHNOLOGY_NR", NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_NR))), in CreateRadioType()
|