Home
last modified time | relevance | path

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

/base/telephony/core_service/interfaces/innerkits/include/
Dcell_information.h257 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;
/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp847 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::CdmaCellInformation
869 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 …]
Dcore_service_proxy.cpp2623 ProcessReply<CdmaCellInformation>(reply, cells); in ProcessCellInfo()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp415 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()
/base/telephony/core_service/interfaces/innerkits/
Dlibtel_core_service_api.versionscript17 *CdmaCellInformation*;
/base/telephony/core_service/interfaces/kits/js/
D@ohos.telephony.radio.d.ts2294 …data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaC…
2306 export interface CdmaCellInformation { interface
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp163 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();
Dzero_branch_test.cpp114 sptr<CellInformation> cdmaCellInformation = new CdmaCellInformation();
/base/telephony/core_service/services/network_search/test/
Dtest.cpp664 CdmaCellInformation *cdma = reinterpret_cast<CdmaCellInformation *>(v.GetRefPtr()); in TestGetCellInfoList()
/base/telephony/core_service/frameworks/js/network_search/src/
Dnapi_radio.cpp1982 auto cdmaCellInfo = static_cast<CdmaCellInformation *>(infoItem.GetRefPtr()); in JudgmentDataCdma()