Home
last modified time | relevance | path

Searched refs:CELL_TYPE_GSM (Results 1 – 16 of 16) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
Dcell_location.cpp30 if (!parcel.WriteInt32(static_cast<int32_t>(CellLocation::CellType::CELL_TYPE_GSM))) { in Marshalling()
77 return CellLocation::CellType::CELL_TYPE_GSM; in GetCellLocationType()
Dcell_information.cpp161 return CellType::CELL_TYPE_GSM; in GetNetworkType()
182 if (!parcel.WriteInt32(static_cast<int32_t>(CellInformation::CellType::CELL_TYPE_GSM))) { in Marshalling()
Dcore_service_proxy.cpp2381 case CellInformation::CellType::CELL_TYPE_GSM: { in ProcessCellInfo()
/base/telephony/core_service/interfaces/innerkits/include/
Dcell_location.h28 CELL_TYPE_GSM, enumerator
Dcell_information.h28 CELL_TYPE_GSM, enumerator
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp178 case CellInformation::CellType::CELL_TYPE_GSM: { in ProcessCellLocation()
259 return CellInformation::CellType::CELL_TYPE_GSM; in ConvertToCellType()
279 return CellInformation::CellType::CELL_TYPE_GSM; in ConvertRatToCellType()
299 return CellInformation::CellType::CELL_TYPE_GSM; in ConvertTechToCellType()
721 case CellInformation::CellType::CELL_TYPE_GSM: { in AddCellInformation()
776 case CellInformation::CellType::CELL_TYPE_GSM: { in GetCellLocation()
Doperator_name.cpp479 if (location->GetCellLocationType() != CellLocation::CellType::CELL_TYPE_GSM) { in GetCurrentLac()
/base/location/services/location_gnss/gnss/source/
Dagnss_event_callback.cpp69 case CellInformation::CellType::CELL_TYPE_GSM: { in RequestAgnssRefInfo()
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp206 case CellInformation::CellType::CELL_TYPE_GSM: { in ConvertCellInfoList()
/base/telephony/state_registry/service/src/
Dtelephony_state_registry_stub.cpp211 case CellInformation::CellType::CELL_TYPE_GSM: { in OnUpdateCellInfo()
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_cb_handler.cpp164 if (location->GetCellLocationType() != CellLocation::CellType::CELL_TYPE_GSM) { in InitLocation()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp110 …cellInfo->ProcessCellLocation(gsmCellInformation, CellInformation::CellType::CELL_TYPE_GSM, 1, 0));
176 …>ConvertToCellType(SignalInformation::NetworkType::GSM), CellInformation::CellType::CELL_TYPE_GSM);
187 …>ConvertTechToCellType(RadioTech::RADIO_TECHNOLOGY_GSM), CellInformation::CellType::CELL_TYPE_GSM);
209 …llInfo->ConvertRatToCellType(RatType::NETWORK_TYPE_GSM), CellInformation::CellType::CELL_TYPE_GSM);
Dnetwork_search_test.cpp90 case CellInformation::CellType::CELL_TYPE_GSM: { in PrintCellInformation()
/base/telephony/core_service/services/network_search/test/
Dtest.cpp584 if (type == CellInformation::CellType::CELL_TYPE_GSM) { in TestGetCellInfoList()
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp226 case CellInformation::CellType::CELL_TYPE_GSM: in CellInfoConversion()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1615 case CellInformation::CellType::CELL_TYPE_GSM: in WrapCellInformationType()
1718 case CellInformation::CellType::CELL_TYPE_GSM: { in JudgmentData()