Searched refs:CdmaCellInformation (Results 1 – 10 of 10) sorted by relevance
257 class CdmaCellInformation : public CellInformation {259 CdmaCellInformation() = default;260 virtual ~CdmaCellInformation() = default;262 static CdmaCellInformation *Unmarshalling(Parcel &parcel);267 CdmaCellInformation(const CdmaCellInformation &cdmaCell);268 CdmaCellInformation &operator=(const CdmaCellInformation &cdmaCell);269 bool operator==(const CdmaCellInformation &other) const;
847 void CdmaCellInformation::SetCdmaParam(int32_t baseId, int32_t latitude, int32_t longitude, int32_t… in SetCdmaParam()856 CdmaCellInformation::CdmaCellInformation(const CdmaCellInformation &cdmaCell) in CdmaCellInformation() function in OHOS::Telephony::CdmaCellInformation869 CdmaCellInformation &CdmaCellInformation::operator=(const CdmaCellInformation &cdmaCell) in operator =()883 bool CdmaCellInformation::operator==(const CdmaCellInformation &other) const in operator ==()891 CellInformation::CellType CdmaCellInformation::GetNetworkType() const in GetNetworkType()896 bool CdmaCellInformation::Marshalling(Parcel &parcel) const in Marshalling()931 CdmaCellInformation *CdmaCellInformation::Unmarshalling(Parcel &parcel) in Unmarshalling()933 CdmaCellInformation *param = new (std::nothrow) CdmaCellInformation(); in Unmarshalling()944 bool CdmaCellInformation::ReadFromParcel(Parcel &parcel) in ReadFromParcel()988 int32_t CdmaCellInformation::GetBaseId() const in GetBaseId()[all …]
2623 ProcessReply<CdmaCellInformation>(reply, cells); in ProcessCellInfo()
415 sptr<CdmaCellInformation> cell = new CdmaCellInformation; in ProcessNeighboringCellCdma()547 sptr<CdmaCellInformation> cell = new CdmaCellInformation; in ProcessCurrentCellCdma()768 sptr<CdmaCellInformation> cell = new CdmaCellInformation; in AddCellInformation()769 CdmaCellInformation &cdmaCell = *cell; in AddCellInformation()770 cdmaCell = *(static_cast<CdmaCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()821 …sptr<CdmaCellInformation> cellinfo = static_cast<CdmaCellInformation *>(currentCellInfo_.GetRefPtr… in GetCellLocation()
17 *CdmaCellInformation*;
2294 …data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaC…2306 export interface CdmaCellInformation { interface
163 CdmaCellInformation *cdma = reinterpret_cast<CdmaCellInformation *>(cell.GetRefPtr()); in PrintCdmaCellInformation()172 sptr<CdmaCellInformation> cdmaCell = new CdmaCellInformation; in PrintCdmaCellInformation()175 CdmaCellInformation cdmaCellInformation = *cdma; in PrintCdmaCellInformation()832 sptr<CdmaCellInformation> cdma = new CdmaCellInformation();
114 sptr<CellInformation> cdmaCellInformation = new CdmaCellInformation();
664 CdmaCellInformation *cdma = reinterpret_cast<CdmaCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
1982 auto cdmaCellInfo = static_cast<CdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataCdma()