Searched refs:TdscdmaCellInformation (Results 1 – 10 of 10) sorted by relevance
218 class TdscdmaCellInformation : public CellInformation {220 TdscdmaCellInformation() = default;221 virtual ~TdscdmaCellInformation() = default;223 static TdscdmaCellInformation *Unmarshalling(Parcel &parcel);228 TdscdmaCellInformation(const TdscdmaCellInformation &wcdmaCell);229 TdscdmaCellInformation &operator=(const TdscdmaCellInformation &wcdmaCell);230 bool operator==(const TdscdmaCellInformation &other) const;
664 void TdscdmaCellInformation::SetTdscdmaParam(int32_t cpid, int32_t lac, int32_t arfcn) in SetTdscdmaParam()671 TdscdmaCellInformation::TdscdmaCellInformation(const TdscdmaCellInformation &tdscdmaCell) in TdscdmaCellInformation() function in OHOS::Telephony::TdscdmaCellInformation685 TdscdmaCellInformation &TdscdmaCellInformation::operator=(const TdscdmaCellInformation &tdscdmaCell) in operator =()700 bool TdscdmaCellInformation::operator==(const TdscdmaCellInformation &other) const in operator ==()709 CellInformation::CellType TdscdmaCellInformation::GetNetworkType() const in GetNetworkType()714 int32_t TdscdmaCellInformation::GetArfcn() const in GetArfcn()719 bool TdscdmaCellInformation::Marshalling(Parcel &parcel) const in Marshalling()757 TdscdmaCellInformation *TdscdmaCellInformation::Unmarshalling(Parcel &parcel) in Unmarshalling()759 TdscdmaCellInformation *param = new (std::nothrow) TdscdmaCellInformation(); in Unmarshalling()770 bool TdscdmaCellInformation::ReadFromParcel(Parcel &parcel) in ReadFromParcel()[all …]
2627 ProcessReply<TdscdmaCellInformation>(reply, cells); in ProcessCellInfo()
203 … TdscdmaCellInformation *tdscdma = reinterpret_cast<TdscdmaCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation()434 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; in ProcessNeighboringCellTdscdma()574 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; in ProcessCurrentCellTdscdma()775 sptr<TdscdmaCellInformation> cell = new TdscdmaCellInformation; in AddCellInformation()776 TdscdmaCellInformation &tdscdmaCell = *cell; in AddCellInformation()777 tdscdmaCell = *(static_cast<TdscdmaCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()802 sptr<TdscdmaCellInformation> cellinfo = in GetCellLocation()803 static_cast<TdscdmaCellInformation *>(currentCellInfo_.GetRefPtr()); in GetCellLocation()
41 *TdscdmaCellInformation*;
2294 …lInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaCellInformation2596 export interface TdscdmaCellInformation { interface
207 TdscdmaCellInformation *tdscdma = reinterpret_cast<TdscdmaCellInformation *>(cell.GetRefPtr()); in PrintTdscdmaCellInformation()214 sptr<TdscdmaCellInformation> tdscdmaCell = new TdscdmaCellInformation; in PrintTdscdmaCellInformation()217 TdscdmaCellInformation tdscdmaCellInformation = *tdscdma; in PrintTdscdmaCellInformation()840 sptr<TdscdmaCellInformation> tdscdma = new TdscdmaCellInformation();
112 sptr<CellInformation> tdscdmaCellInformation = new TdscdmaCellInformation();
667 … TdscdmaCellInformation *tdscdma = reinterpret_cast<TdscdmaCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
1994 auto tdscdmaCellInfo = static_cast<TdscdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataTdscdma()