Home
last modified time | relevance | path

Searched refs:GsmCellLocation (Results 1 - 7 of 7) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp31 bool GsmCellLocation::Marshalling(Parcel &parcel) const in Marshalling()
51 GsmCellLocation *GsmCellLocation::Unmarshalling(Parcel &parcel) in Unmarshalling()
53 GsmCellLocation *param = new (std::nothrow) GsmCellLocation(); in Unmarshalling()
64 bool GsmCellLocation::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
92 CellLocation::CellType GsmCellLocation::GetCellLocationType() const in GetCellLocationType()
97 void GsmCellLocation::SetGsmParam(int32_t cellId, int32_t lac, int32_t psc) in SetGsmParam()
105 int32_t GsmCellLocation::GetCellId() const in GetCellId()
110 int32_t GsmCellLocation
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h43 class GsmCellLocation : public CellLocation { class
45 GsmCellLocation() = default;
46 virtual ~GsmCellLocation() = default;
48 static GsmCellLocation *Unmarshalling(Parcel &parcel);
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp870 sptr<GsmCellLocation> cellLocation = new GsmCellLocation; in GetCellLocation()
876 sptr<GsmCellLocation> cellLocation = new GsmCellLocation; in GetCellLocation()
882 sptr<GsmCellLocation> cellLocation = new GsmCellLocation; in GetCellLocation()
911 sptr<GsmCellLocation> cellLocation = new GsmCellLocation; in GetCellLocationExt()
916 sptr<GsmCellLocation> cellLocation = new GsmCellLocation; in GetCellLocationExt()
[all...]
H A Doperator_name.cpp648 sptr<GsmCellLocation> gsmLocation = sptr<GsmCellLocation>(static_cast<GsmCellLocation *>(location.GetRefPtr())); in GetCurrentLac()
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp190 sptr<GsmCellLocation> gsmLocation = sptr<GsmCellLocation>(static_cast<GsmCellLocation *>(location.GetRefPtr())); in InitLocation()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp147 sptr<GsmCellLocation> cellLocation = new GsmCellLocation; in PrintGsmCellInformation()
152 TELEPHONY_LOGI("GsmCellLocation type:%{private}d, lac:%{private}d, psc:%{private}d,", in PrintGsmCellInformation()
155 sptr<GsmCellLocation> newCellLocation = new GsmCellLocation(); in PrintGsmCellInformation()
H A Dzero_branch_test.cpp3320 std::shared_ptr<CellLocation> cellLocation = std::make_shared<GsmCellLocation>(); in HWTEST_F()
3322 std::shared_ptr<GsmCellLocation> gsmCellLocation = std::make_shared<GsmCellLocation>(); in HWTEST_F()

Completed in 15 milliseconds