Home
last modified time | relevance | path

Searched refs:TdscdmaCellInformation (Results 1 – 10 of 10) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
Dcell_information.h218 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;
/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp664 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::TdscdmaCellInformation
685 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 …]
Dcore_service_proxy.cpp2627 ProcessReply<TdscdmaCellInformation>(reply, cells); in ProcessCellInfo()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp203TdscdmaCellInformation *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()
/base/telephony/core_service/interfaces/innerkits/
Dlibtel_core_service_api.versionscript41 *TdscdmaCellInformation*;
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2294 …lInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaCellInformation
2596 export interface TdscdmaCellInformation { interface
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp207 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();
Dzero_branch_test.cpp112 sptr<CellInformation> tdscdmaCellInformation = new TdscdmaCellInformation();
/base/telephony/core_service/services/network_search/test/
Dtest.cpp667TdscdmaCellInformation *tdscdma = reinterpret_cast<TdscdmaCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1994 auto tdscdmaCellInfo = static_cast<TdscdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataTdscdma()