Searched refs:ConvertRadioTechToRadioName (Results 1 – 4 of 4) sorted by relevance
40 static std::string ConvertRadioTechToRadioName(const int32_t radioTech);
1006 …CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_UN…1010 …CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_1X…1012 …CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_WC…1016 …CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_HS…1018 …CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_TD…1022 …CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_EH…1024 …"LTE", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNO…1026 …CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LT…1028 …CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_IW…1030 …"NR", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOL…[all …]
415 std::string radioTechName = CellularDataUtils::ConvertRadioTechToRadioName(radioTech); in GetBandwidthsByRadioTech()442 std::string radioTechName = CellularDataUtils::ConvertRadioTechToRadioName(radioTech); in GetTcpBufferByRadioTech()
159 std::string CellularDataUtils::ConvertRadioTechToRadioName(const int32_t radioTech) in ConvertRadioTechToRadioName() function in OHOS::Telephony::CellularDataUtils