Home
last modified time | relevance | path

Searched refs:CELL_TYPE_GSM (Results 1 - 17 of 17) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp33 if (!parcel.WriteInt32(static_cast<int32_t>(CellLocation::CellType::CELL_TYPE_GSM))) { in Marshalling()
94 return CellLocation::CellType::CELL_TYPE_GSM; in GetCellLocationType()
H A Dcell_information.cpp169 return CellType::CELL_TYPE_GSM; in GetNetworkType()
190 if (!parcel.WriteInt32(static_cast<int32_t>(CellInformation::CellType::CELL_TYPE_GSM))) { in Marshalling()
H A Dcore_service_proxy.cpp2737 case CellInformation::CellType::CELL_TYPE_GSM: { in ProcessCellInfo()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h28 CELL_TYPE_GSM, member in OHOS::Telephony::CellLocation::CellType
H A Dcell_information.h34 CELL_TYPE_GSM, member in OHOS::Telephony::CellInformation::CellType
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp184 case CellInformation::CellType::CELL_TYPE_GSM: { in ProcessCellLocation()
265 return CellInformation::CellType::CELL_TYPE_GSM; in ConvertToCellType()
285 return CellInformation::CellType::CELL_TYPE_GSM; in ConvertRatToCellType()
305 return CellInformation::CellType::CELL_TYPE_GSM; in ConvertTechToCellType()
812 case CellInformation::CellType::CELL_TYPE_GSM: { in AddCellInformation()
867 case CellInformation::CellType::CELL_TYPE_GSM: { in GetCellLocation()
H A Doperator_name.cpp644 if (location->GetCellLocationType() != CellLocation::CellType::CELL_TYPE_GSM) { in GetCurrentLac()
/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp111 case CellInformation::CellType::CELL_TYPE_GSM: { in GetCellRefInfo()
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp186 if (location->GetCellLocationType() != CellLocation::CellType::CELL_TYPE_GSM) { in InitLocation()
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp257 case CellInformation::CellType::CELL_TYPE_GSM: { in ConvertCellInfoList()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp299 case CellInformation::CellType::CELL_TYPE_GSM: { in OnUpdateCellInfo()
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp124 if (type == CellInformation::CellType::CELL_TYPE_GSM) { in UpdateCellInfo()
/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp680 if (type == CellInformation::CellType::CELL_TYPE_GSM) { in TestGetCellInfoList()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp251 case CellInformation::CellType::CELL_TYPE_GSM: in CellInfoConversion()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2029 case CellInformation::CellType::CELL_TYPE_GSM: in WrapCellInformationType()
2132 case CellInformation::CellType::CELL_TYPE_GSM: { in JudgmentData()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp91 case CellInformation::CellType::CELL_TYPE_GSM: { in PrintCellInformation()
H A Dzero_branch_test.cpp83 const CellInformation::CellType GSM = CellInformation::CellType::CELL_TYPE_GSM;
166 EXPECT_TRUE(cellInfo->ProcessCellLocation(gsmCellInformation, CellInformation::CellType::CELL_TYPE_GSM, 1, 0)); in HWTEST_F()

Completed in 35 milliseconds