Home
last modified time | relevance | path

Searched refs:RADIO_TECHNOLOGY_NR (Results 1 - 25 of 27) sorted by relevance

12

/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio_types.h140 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 Dnetwork_search_types.h153 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 Dtel_ril_enum.h115 RADIO_TECHNOLOGY_NR = 12, enumerator
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h167 RADIO_TECHNOLOGY_NR = 12, member in OHOS::Telephony::RatType
172 RADIO_TECHNOLOGY_MAX = RADIO_TECHNOLOGY_NR,
H A Dtelephony_radio_impl.cpp124 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 Dnet_connect_utils.cpp38 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 Dnetwork_register.cpp215 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 Dradio_info.cpp276 case RadioTech::RADIO_TECHNOLOGY_NR: in RadioTechToPhoneType()
287 psRadioTech == RadioTech::RADIO_TECHNOLOGY_NR) { in RadioTechToPhoneType()
H A Dnetwork_search_manager.cpp1540 if ((lastCfgTech == RadioTech::RADIO_TECHNOLOGY_NR) && (lastPsRadioTech != RadioTech::RADIO_TECHNOLOGY_NR) && in IsNeedDelayNotify()
H A Dcell_info.cpp319 case RadioTech::RADIO_TECHNOLOGY_NR: in ConvertTechToCellType()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_enum.h333 RADIO_TECHNOLOGY_NR = 12, enumerator
430 HRIL_RADIO_PROTOCOL_TECH_NR = 1 << RADIO_TECHNOLOGY_NR
/base/telephony/core_service/utils/common/include/
H A Denum_convert.h227 RADIO_TECHNOLOGY_NR = 12 member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyRadioTech
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_branch_test.cpp293 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 Dsim_type_convert_test.cpp126 EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_NR)), in HWTEST_F()
127 "RADIO_TECHNOLOGY_NR"); in HWTEST_F()
H A Dzero_branch_test.cpp249 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 Dnet_connect_adapter_test.cpp68 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 Dtelephony_radio.cpp54 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_NR: in Conv2TelRadioTechnology()
/base/telephony/core_service/utils/common/src/
H A Denum_convert.cpp225 case TelephonyRadioTech::RADIO_TECHNOLOGY_NR: in GetCellularDataConnectionNetworkType()
226 result = "RADIO_TECHNOLOGY_NR"; in GetCellularDataConnectionNetworkType()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_utils.cpp199 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_NR): in ConvertRadioTechToRadioName()
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.cpp126 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 Dat_modem.c253 return RADIO_TECHNOLOGY_NR; in ConvertVoiceTechToRadioTech()
H A Dat_network.c49 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 Dincall_data_state_machine.cpp115 case RadioTech::RADIO_TECHNOLOGY_NR: in CanActiveDataByRadioTech()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp137 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 Dnapi_radio.cpp79 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()

Completed in 36 milliseconds

12