Home
last modified time | relevance | path

Searched refs:RADIO_TECHNOLOGY_IWLAN (Results 1 - 19 of 19) sorted by relevance

/base/web/webview/ohos_adapter/net_connect_adapter/src/
H A Dnet_connect_utils.cpp23 case RadioTech::RADIO_TECHNOLOGY_IWLAN: in ConvertToConnectTypeInner()
49 case RadioTech::RADIO_TECHNOLOGY_IWLAN: in ConvertToConnectsubtype()
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio_types.h135 RADIO_TECHNOLOGY_IWLAN = 11, member in OHOS::Telephony::RatType
/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_search_types.h148 RADIO_TECHNOLOGY_IWLAN = 11, member in OHOS::Telephony::RadioTech
293 RADIO_PROTOCOL_TECH_IWLAN = 1 << static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_IWLAN),
H A Dtel_ril_enum.h114 RADIO_TECHNOLOGY_IWLAN = 11, enumerator
/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_utils.h162 RADIO_TECHNOLOGY_IWLAN = 11, member in OHOS::Telephony::RatType
H A Dtelephony_radio_impl.cpp122 case RadioTech::RADIO_TECHNOLOGY_IWLAN: in WrapRadioTech()
123 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_IWLAN); in WrapRadioTech()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_enum.h332 RADIO_TECHNOLOGY_IWLAN = 11, enumerator
429 HRIL_RADIO_PROTOCOL_TECH_IWLAN = 1 << RADIO_TECHNOLOGY_IWLAN,
/base/telephony/core_service/utils/common/include/
H A Denum_convert.h223 RADIO_TECHNOLOGY_IWLAN = 11, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyRadioTech
/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp57 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_IWLAN, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
90 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_IWLAN, NetConnectSubtype::SUBTYPE_UNKNOWN)); in HWTEST_F()
/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp52 case OHOS::Telephony::RadioTech::RADIO_TECHNOLOGY_IWLAN: in Conv2TelRadioTechnology()
/base/telephony/core_service/utils/common/src/
H A Denum_convert.cpp222 case TelephonyRadioTech::RADIO_TECHNOLOGY_IWLAN: in GetCellularDataConnectionNetworkType()
223 result = "RADIO_TECHNOLOGY_IWLAN"; in GetCellularDataConnectionNetworkType()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_type_convert_test.cpp124 EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECHNOLOGY_IWLAN)), in HWTEST_F()
125 "RADIO_TECHNOLOGY_IWLAN"); in HWTEST_F()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_utils.cpp196 case static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_IWLAN): in ConvertRadioTechToRadioName()
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.cpp124 case RadioTech::RADIO_TECHNOLOGY_IWLAN: in WrapRadioTech()
125 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_IWLAN); in WrapRadioTech()
/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp442 case RadioTech::RADIO_TECHNOLOGY_IWLAN: in IsGsm()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_modem.c251 return RADIO_TECHNOLOGY_IWLAN; in ConvertVoiceTechToRadioTech()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp135 case RadioTech::RADIO_TECHNOLOGY_IWLAN: in WrapRadioTech()
136 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_IWLAN); in WrapRadioTech()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp77 case RadioTech::RADIO_TECHNOLOGY_IWLAN: in WrapRadioTech()
78 return static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_IWLAN); in WrapRadioTech()
3027 DECLARE_NAPI_STATIC_PROPERTY("RADIO_TECHNOLOGY_IWLAN", in InitEnumRadioType()
3028 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_IWLAN))), in InitEnumRadioType()
3316 DECLARE_NAPI_STATIC_PROPERTY("RADIO_TECHNOLOGY_IWLAN", in CreateRadioType()
3317 NapiUtil::ToInt32Value(env, static_cast<int32_t>(RatType::RADIO_TECHNOLOGY_IWLAN))), in CreateRadioType()
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1202 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_IWLAN))); in HWTEST_F()

Completed in 21 milliseconds