Lines Matching refs:CellularDataUtils
1180 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_UNKNOWN)));
1182 "EDGE", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_GSM)));
1184 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_1XRTT)));
1186 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_WCDMA)));
1188 "HSPA", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_HSPA)));
1190 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_HSPAP)));
1192 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_TD_SCDMA)));
1194 "EVDO", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_EVDO)));
1196 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_EHRPD)));
1198 "LTE", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE)));
1200 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_LTE_CA)));
1202 CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_IWLAN)));
1204 "NR", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(RadioTech::RADIO_TECHNOLOGY_NR)));
1206 "unknown", CellularDataUtils::ConvertRadioTechToRadioName(static_cast<int32_t>(INVALID_SLOTID)));
1207 ASSERT_TRUE(CellularDataUtils::Split("", "").empty());
1647 std::vector<AddressInfo> ipInfoArray = CellularDataUtils::ParseIpAddr(address);
1724 CellularDataUtils::ParseNormalIpAddr(ADDRESS);
1725 CellularDataUtils::ParseRoute(ADDRESS);
1726 CellularDataUtils::GetPrefixLen(ADDRESS, FLAG);
1858 std::vector<AddressInfo> ipInfoArray = CellularDataUtils::ParseIpAddr(address);
1870 std::vector<AddressInfo> ipInfoArray = CellularDataUtils::ParseIpAddr(address);
1882 std::vector<AddressInfo> ipInfoArray = CellularDataUtils::ParseIpAddr(address);
1894 std::vector<AddressInfo> ipInfoArray = CellularDataUtils::ParseIpAddr(address);
1906 std::vector<AddressInfo> ipInfoArray = CellularDataUtils::ParseIpAddr(address);
1918 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0);
1930 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0);
1942 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0);
1954 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0);
1966 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0);
1978 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0);
1990 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0);
2083 CellularDataUtils::ParseNormalIpAddr(ADDRESS);
2084 CellularDataUtils::ParseRoute(ADDRESS);
2085 CellularDataUtils::GetPrefixLen(ADDRESS, FLAG);