Searched refs:WcdmaCellInformation (Results 1 – 14 of 14) sorted by relevance
179 class WcdmaCellInformation : public CellInformation {181 WcdmaCellInformation() = default;182 virtual ~WcdmaCellInformation() = default;184 static WcdmaCellInformation *Unmarshalling(Parcel &parcel);189 WcdmaCellInformation(const WcdmaCellInformation &wcdmaCell);190 WcdmaCellInformation &operator=(const WcdmaCellInformation &wcdmaCell);191 bool operator==(const WcdmaCellInformation &other) const;
481 void WcdmaCellInformation::SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn) in SetWcdmaParam()488 WcdmaCellInformation::WcdmaCellInformation(const WcdmaCellInformation &wcdmaCell) in WcdmaCellInformation() function in OHOS::Telephony::WcdmaCellInformation502 WcdmaCellInformation &WcdmaCellInformation::operator=(const WcdmaCellInformation &wcdmaCell) in operator =()517 bool WcdmaCellInformation::operator==(const WcdmaCellInformation &other) const in operator ==()526 CellInformation::CellType WcdmaCellInformation::GetNetworkType() const in GetNetworkType()531 int32_t WcdmaCellInformation::GetArfcn() const in GetArfcn()536 bool WcdmaCellInformation::Marshalling(Parcel &parcel) const in Marshalling()574 WcdmaCellInformation *WcdmaCellInformation::Unmarshalling(Parcel &parcel) in Unmarshalling()576 WcdmaCellInformation *param = new (std::nothrow) WcdmaCellInformation(); in Unmarshalling()587 bool WcdmaCellInformation::ReadFromParcel(Parcel &parcel) in ReadFromParcel()[all …]
2619 ProcessReply<WcdmaCellInformation>(reply, cells); in ProcessCellInfo()
195 … WcdmaCellInformation *wcdma = reinterpret_cast<WcdmaCellInformation *>(cell.GetRefPtr()); in ProcessCellLocation()399 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in ProcessNeighboringCellWcdma()522 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in ProcessCurrentCellWcdma()761 sptr<WcdmaCellInformation> cell = new WcdmaCellInformation; in AddCellInformation()762 WcdmaCellInformation &wcdmaCell = *cell; in AddCellInformation()763 wcdmaCell = *(static_cast<WcdmaCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()815 …sptr<WcdmaCellInformation> cellinfo = static_cast<WcdmaCellInformation *>(currentCellInfo_.GetRefP… in GetCellLocation()
44 *WcdmaCellInformation*;
2295 | WcdmaCellInformation;2666 export interface WcdmaCellInformation { interface
154 auto wcdmaCellInfo = static_cast<Telephony::WcdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataUmts()
191 WcdmaCellInformation *wcdma = reinterpret_cast<WcdmaCellInformation *>(cell.GetRefPtr()); in PrintWcdmaCellInformation()198 sptr<WcdmaCellInformation> wcdmaCell = new WcdmaCellInformation(); in PrintWcdmaCellInformation()201 WcdmaCellInformation wcdmaCellInformation = *wcdma; in PrintWcdmaCellInformation()836 sptr<WcdmaCellInformation> wcdma = new WcdmaCellInformation();
111 sptr<CellInformation> wcdmaCellInformation = new WcdmaCellInformation();
654 std::unique_ptr<WcdmaCellInformation> wcdmaCell = std::make_unique<WcdmaCellInformation>();
815 … sptr<Telephony::WcdmaCellInformation> umtsCellInformation = new Telephony::WcdmaCellInformation();831 sptr<Telephony::WcdmaCellInformation> umtsCellInformation = nullptr;
661 … WcdmaCellInformation *wcdma = reinterpret_cast<WcdmaCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
199 napi_value DataOfNetworkConversion(napi_env env, const WcdmaCellInformation &info) in DataOfNetworkConversion()234 … env, val, "data", DataOfNetworkConversion(env, static_cast<const WcdmaCellInformation &>(info))); in CellInfoConversion()
1969 auto wcdmaCellInfo = static_cast<WcdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataWcdma()