/base/web/webview/ohos_adapter/net_connect_adapter/src/ |
H A D | net_connect_utils.cpp | 32 case RadioTech::RADIO_TECHNOLOGY_EVDO: in ConvertToConnectTypeInner() 52 case RadioTech::RADIO_TECHNOLOGY_EVDO: in ConvertToConnectsubtype()
|
/base/telephony/core_service/frameworks/js/network_search/include/ |
H A D | napi_radio_types.h | 115 RADIO_TECHNOLOGY_EVDO = 7, member in OHOS::Telephony::RatType
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | network_search_types.h | 128 RADIO_TECHNOLOGY_EVDO = 7, member in OHOS::Telephony::RadioTech 289 RADIO_PROTOCOL_TECH_EVDO = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_EVDO),
|
H A D | tel_ril_enum.h | 110 RADIO_TECHNOLOGY_EVDO = 7, enumerator
|
/base/telephony/core_service/frameworks/cj/telephony_radio/src/ |
H A D | telephony_radio_utils.h | 142 RADIO_TECHNOLOGY_EVDO = 7, member in OHOS::Telephony::RatType
|
H A D | telephony_radio_impl.cpp | 116 case RadioTech::RADIO_TECHNOLOGY_EVDO: in WrapRadioTech() 117 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_EVDO); in WrapRadioTech()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_enum.h | 328 RADIO_TECHNOLOGY_EVDO = 7, enumerator 425 HRIL_RADIO_PROTOCOL_TECH_EVDO = 1 << RADIO_TECHNOLOGY_EVDO,
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 207 RADIO_TECHNOLOGY_EVDO = 7, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyRadioTech
|
/base/web/webview/test/unittest/net_connect_adapter_test/ |
H A D | net_connect_adapter_test.cpp | 64 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_EVDO, NetConnectType::CONNECTION_3G)); in HWTEST_F() 93 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_EVDO, NetConnectSubtype::SUBTYPE_UNKNOWN)); in HWTEST_F()
|
/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/ |
H A D | telephony_radio.cpp | 46 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_EVDO: in Conv2TelRadioTechnology()
|
/base/telephony/core_service/utils/common/src/ |
H A D | enum_convert.cpp | 210 case TelephonyRadioTech::RADIO_TECHNOLOGY_EVDO: in GetCellularDataConnectionNetworkType() 211 result = "RADIO_TECHNOLOGY_EVDO"; in GetCellularDataConnectionNetworkType()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_type_convert_test.cpp | 116 EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_EVDO)), in HWTEST_F() 117 "RADIO_TECHNOLOGY_EVDO"); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 247 EXPECT_EQ(cellInfo->ConvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_EVDO), CDMA); in HWTEST_F() 1864 networkRegister->ConvertTechFromRil(TelRilRadioTech::RADIO_TECHNOLOGY_EVDO), RadioTech::RADIO_TECHNOLOGY_EVDO); in HWTEST_F() 2009 networkSearchState->SetCfgTech(RadioTech::RADIO_TECHNOLOGY_EVDO); in HWTEST_F() 3377 EXPECT_EQ(radioInfo->RadioTechToPhoneType(RadioTech::RADIO_TECHNOLOGY_EVDO, RadioTech::RADIO_TECHNOLOGY_LTE), in HWTEST_F()
|
/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_utils.cpp | 184 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_EVDO): in ConvertRadioTechToRadioName()
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_register.cpp | 404 case TelRilRadioTech::RADIO_TECHNOLOGY_EVDO: in ConvertTechFromRil() 405 return RadioTech::RADIO_TECHNOLOGY_EVDO; in ConvertTechFromRil()
|
H A D | radio_info.cpp | 280 case RadioTech::RADIO_TECHNOLOGY_EVDO: in RadioTechToPhoneType()
|
H A D | cell_info.cpp | 316 case RadioTech::RADIO_TECHNOLOGY_EVDO: in ConvertTechToCellType()
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | observer_event_handler.cpp | 118 case RadioTech::RADIO_TECHNOLOGY_EVDO: in WrapRadioTech() 119 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_EVDO); in WrapRadioTech()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | network_state.cpp | 453 case RadioTech::RADIO_TECHNOLOGY_EVDO: in IsCdma()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_modem.c | 245 return RADIO_TECHNOLOGY_EVDO; in ConvertVoiceTechToRadioTech()
|
H A D | at_network.c | 45 const int32_t RAF_EVDO = 1 << RADIO_TECHNOLOGY_EVDO; 133 return RADIO_TECHNOLOGY_EVDO; in ConvertActToRadioTech()
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 129 case RadioTech::RADIO_TECHNOLOGY_EVDO: in WrapRadioTech() 130 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_EVDO); in WrapRadioTech()
|
/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 71 case RadioTech::RADIO_TECHNOLOGY_EVDO: in WrapRadioTech() 72 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_EVDO); in WrapRadioTech() 3019 DECLARE_NAPI_STATIC_PROPERTY("RADIO_TECHNOLOGY_EVDO", in InitEnumRadioType() 3020 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_EVDO))), in InitEnumRadioType() 3308 DECLARE_NAPI_STATIC_PROPERTY("RADIO_TECHNOLOGY_EVDO", in CreateRadioType() 3309 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_EVDO))), in CreateRadioType()
|
/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 1194 "EVDO", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_EVDO))); in HWTEST_F()
|