Home
last modified time | relevance | path

Searched refs:CellLocation (Results 1 - 15 of 15) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h24 class CellLocation : public Parcelable { class
31 CellLocation() = default;
32 virtual ~CellLocation() = default;
33 virtual CellLocation::CellType GetCellLocationType() const = 0;
35 static CellLocation *Unmarshalling(Parcel &parcel);
43 class GsmCellLocation : public CellLocation {
50 CellLocation::CellType GetCellLocationType() const override;
77 class CdmaCellLocation : public CellLocation {
84 CellLocation::CellType GetCellLocationType() const override;
H A Di_network_search.h109 virtual sptr<CellLocation> GetCellLocation(int32_t slotId) = 0;
H A Dcore_manager_inner.h215 sptr<CellLocation> GetCellLocation(int32_t slotId);
/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp26 CellLocation *CellLocation::Unmarshalling(Parcel &parcel) in Unmarshalling()
33 if (!parcel.WriteInt32(static_cast<int32_t>(CellLocation::CellType::CELL_TYPE_GSM))) { in Marshalling()
87 uint64_t CellLocation::GetTimeStamp() const in GetTimeStamp()
92 CellLocation::CellType GsmCellLocation::GetCellLocationType() const in GetCellLocationType()
94 return CellLocation::CellType::CELL_TYPE_GSM; in GetCellLocationType()
122 if (!parcel.WriteInt32(static_cast<int32_t>(CellLocation::CellType::CELL_TYPE_CDMA))) { in Marshalling()
190 CellLocation::CellType CdmaCellLocation::GetCellLocationType() const in GetCellLocationType()
192 return CellLocation::CellType::CELL_TYPE_CDMA; in GetCellLocationType()
H A Dcore_manager_inner.cpp1534 sptr<CellLocation> CoreManagerInner::GetCellLocation(int32_t slotId) in GetCellLocation()
/base/telephony/core_service/services/network_search/include/
H A Dcell_info.h39 sptr<CellLocation> GetCellLocation();
69 sptr<CellLocation> GetCellLocationExt(CellInformation::CellType type);
H A Dnetwork_search_handler.h97 sptr<CellLocation> GetCellLocation();
H A Dnetwork_search_manager.h184 sptr<CellLocation> GetCellLocation(int32_t slotId) override;
/base/telephony/cellular_data/test/mock/
H A Dmock_network_search.h65 MOCK_METHOD1(GetCellLocation, sptr<CellLocation>(int32_t slotId));
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp181 sptr<CellLocation> location = CoreManagerInner::GetInstance().GetCellLocation(slotId_); in InitLocation()
186 if (location->GetCellLocationType() != CellLocation::CellType::CELL_TYPE_GSM) { in InitLocation()
/base/telephony/core_service/services/network_search/src/
H A Doperator_name.cpp639 sptr<CellLocation> location = networkSearchManager->GetCellLocation(slotId_); in GetCurrentLac()
644 if (location->GetCellLocationType() != CellLocation::CellType::CELL_TYPE_GSM) { in GetCurrentLac()
H A Dcell_info.cpp859 sptr<CellLocation> CellInfo::GetCellLocation() in GetCellLocation()
903 sptr<CellLocation> CellInfo::GetCellLocationExt(CellInformation::CellType type) in GetCellLocationExt()
H A Dnetwork_search_manager.cpp1100 sptr<CellLocation> NetworkSearchManager::GetCellLocation(int32_t slotId) in GetCellLocation()
H A Dnetwork_search_handler.cpp1154 sptr<CellLocation> NetworkSearchHandler::GetCellLocation() in GetCellLocation()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp3320 std::shared_ptr<CellLocation> cellLocation = std::make_shared<GsmCellLocation>(); in HWTEST_F()
3321 cellLocation->CellLocation::Unmarshalling(parcel); in HWTEST_F()

Completed in 24 milliseconds