Home
last modified time | relevance | path

Searched refs:CELL_TYPE_CDMA (Results 1 – 11 of 11) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
Dcell_location.cpp105 if (!parcel.WriteInt32(static_cast<int32_t>(CellLocation::CellType::CELL_TYPE_CDMA))) { in Marshalling()
155 return CellLocation::CellType::CELL_TYPE_CDMA; in GetCellLocationType()
Dcell_information.cpp757 return CellType::CELL_TYPE_CDMA; in GetNetworkType()
762 if (!parcel.WriteInt32(static_cast<int32_t>(CellInformation::CellType::CELL_TYPE_CDMA))) { in Marshalling()
Dcore_service_proxy.cpp2393 case CellInformation::CellType::CELL_TYPE_CDMA: { in ProcessCellInfo()
/base/telephony/core_service/interfaces/innerkits/include/
Dcell_location.h29 CELL_TYPE_CDMA, enumerator
Dcell_information.h29 CELL_TYPE_CDMA, enumerator
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp265 return CellInformation::CellType::CELL_TYPE_CDMA; in ConvertToCellType()
285 return CellInformation::CellType::CELL_TYPE_CDMA; in ConvertRatToCellType()
312 return CellInformation::CellType::CELL_TYPE_CDMA; in ConvertTechToCellType()
742 case CellInformation::CellType::CELL_TYPE_CDMA: { in AddCellInformation()
801 case CellInformation::CellType::CELL_TYPE_CDMA: { in GetCellLocation()
/base/location/services/location_gnss/gnss/source/
Dagnss_event_callback.cpp77 case CellInformation::CellType::CELL_TYPE_CDMA: in RequestAgnssRefInfo()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp182 …onvertToCellType(SignalInformation::NetworkType::CDMA), CellInformation::CellType::CELL_TYPE_CDMA);
201 …nvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_1XRTT), CellInformation::CellType::CELL_TYPE_CDMA);
203 …onvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_EVDO), CellInformation::CellType::CELL_TYPE_CDMA);
205 …nvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_EHRPD), CellInformation::CellType::CELL_TYPE_CDMA);
212 …Info->ConvertRatToCellType(RatType::NETWORK_TYPE_CDMA), CellInformation::CellType::CELL_TYPE_CDMA);
Dnetwork_search_test.cpp94 case CellInformation::CellType::CELL_TYPE_CDMA: { in PrintCellInformation()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp593 } else if (type == CellInformation::CellType::CELL_TYPE_CDMA) { in TestGetCellInfoList()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1623 case CellInformation::CellType::CELL_TYPE_CDMA: in WrapCellInformationType()
1730 case CellInformation::CellType::CELL_TYPE_CDMA: { in JudgmentData()