Home
last modified time | relevance | path

Searched refs:TelephonyRadioTech (Results 1 – 3 of 3) sorted by relevance

/base/telephony/core_service/utils/common/src/
Denum_convert.cpp188 switch (static_cast<TelephonyRadioTech>(type)) { in GetCellularDataConnectionNetworkType()
189 case TelephonyRadioTech::RADIO_TECHNOLOGY_UNKNOWN: in GetCellularDataConnectionNetworkType()
192 case TelephonyRadioTech::RADIO_TECHNOLOGY_GSM: in GetCellularDataConnectionNetworkType()
195 case TelephonyRadioTech::RADIO_TECHNOLOGY_1XRTT: in GetCellularDataConnectionNetworkType()
198 case TelephonyRadioTech::RADIO_TECHNOLOGY_WCDMA: in GetCellularDataConnectionNetworkType()
201 case TelephonyRadioTech::RADIO_TECHNOLOGY_HSPA: in GetCellularDataConnectionNetworkType()
204 case TelephonyRadioTech::RADIO_TECHNOLOGY_HSPAP: in GetCellularDataConnectionNetworkType()
207 case TelephonyRadioTech::RADIO_TECHNOLOGY_TD_SCDMA: in GetCellularDataConnectionNetworkType()
210 case TelephonyRadioTech::RADIO_TECHNOLOGY_EVDO: in GetCellularDataConnectionNetworkType()
213 case TelephonyRadioTech::RADIO_TECHNOLOGY_EHRPD: in GetCellularDataConnectionNetworkType()
[all …]
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_type_convert_test.cpp102 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
104 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
106 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
108 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
110 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
112 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
114 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
116 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
118 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
120 …EXPECT_EQ(GetCellularDataConnectionNetworkType(static_cast<int32_t>(TelephonyRadioTech::RADIO_TECH…
[all …]
/base/telephony/core_service/utils/common/include/
Denum_convert.h169 enum class TelephonyRadioTech { enum