Home
last modified time | relevance | path

Searched refs:RADIO_TECHNOLOGY_WCDMA (Results 1 – 19 of 19) sorted by relevance

/base/web/webview/ohos_adapter/net_connect_adapter/src/
Dnet_connect_utils.cpp28 case RadioTech::RADIO_TECHNOLOGY_WCDMA: in ConvertToConnectTypeInner()
50 case RadioTech::RADIO_TECHNOLOGY_WCDMA: in ConvertToConnectsubtype()
/base/telephony/core_service/frameworks/js/network_search/include/
Dnapi_radio_types.h90 RADIO_TECHNOLOGY_WCDMA = 3, enumerator
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_search_types.h105 RADIO_TECHNOLOGY_WCDMA = 3, enumerator
284 RADIO_PROTOCOL_TECH_WCDMA = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_WCDMA),
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_enum.h322 RADIO_TECHNOLOGY_WCDMA = 3, enumerator
419 HRIL_RADIO_PROTOCOL_TECH_WCDMA = 1 << RADIO_TECHNOLOGY_WCDMA,
/base/telephony/core_service/utils/common/include/
Denum_convert.h187 RADIO_TECHNOLOGY_WCDMA = 3, enumerator
/base/web/webview/test/unittest/net_connect_adapter_test/
Dnet_connect_adapter_test.cpp60 … typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_WCDMA, NetConnectType::CONNECTION_3G));
91 …typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_WCDMA, NetConnectSubtype::SUBTYPE_UNKNOW…
/base/telephony/core_service/utils/common/src/
Denum_convert.cpp198 case TelephonyRadioTech::RADIO_TECHNOLOGY_WCDMA: in GetCellularDataConnectionNetworkType()
/base/telephony/core_service/services/network_search/src/
Dnetwork_register.cpp375 case HRilRadioTech::RADIO_TECHNOLOGY_WCDMA: in ConvertTechFromRil()
376 return RadioTech::RADIO_TECHNOLOGY_WCDMA; in ConvertTechFromRil()
Dradio_info.cpp254 case RadioTech::RADIO_TECHNOLOGY_WCDMA: in RadioTechToPhoneType()
Dcell_info.cpp300 case RadioTech::RADIO_TECHNOLOGY_WCDMA: in ConvertTechToCellType()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_type_convert_test.cpp108 …ellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_WCDMA)),
Dzero_branch_test.cpp219 …cellInfo->ConvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_WCDMA), CellInformation::CellType::CEL…
317 tech->actType = HRilRadioTech::RADIO_TECHNOLOGY_WCDMA;
1532 …orkRegister->ConvertTechFromRil(HRilRadioTech::RADIO_TECHNOLOGY_WCDMA), RadioTech::RADIO_TECHNOLOG…
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts1798 RADIO_TECHNOLOGY_WCDMA = 3, enumerator
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_utils.cpp230 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_WCDMA): in ConvertRadioTechToRadioName()
/base/telephony/ril_adapter/services/vendor/src/
Dat_modem.c219 return RADIO_TECHNOLOGY_WCDMA; in ConvertVoiceTechToRadioTech()
Dat_network.c40 const int32_t RAF_WCDMA = 1 << RADIO_TECHNOLOGY_WCDMA;
122 return RADIO_TECHNOLOGY_WCDMA; in ConvertActToRadioTech()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp117 case RadioTech::RADIO_TECHNOLOGY_WCDMA: in WrapRadioTech()
118 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_WCDMA); in WrapRadioTech()
/base/telephony/cellular_data/test/
Dzero_branch_test.cpp352 …arDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_WCDMA)));
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp60 case RadioTech::RADIO_TECHNOLOGY_WCDMA: in WrapRadioTech()
61 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_WCDMA); in WrapRadioTech()
2832 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_WCDMA))), in InitEnumRadioType()
3121 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_WCDMA))), in CreateRadioType()