Home
last modified time | relevance | path

Searched refs:cdmaCell (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp870 baseId_ = cdmaCell.baseId_; in CdmaCellInformation()
871 latitude_ = cdmaCell.latitude_; in CdmaCellInformation()
872 longitude_ = cdmaCell.longitude_; in CdmaCellInformation()
873 nid_ = cdmaCell.nid_; in CdmaCellInformation()
874 sid_ = cdmaCell.sid_; in CdmaCellInformation()
878 isCamped_ = cdmaCell.isCamped_; in CdmaCellInformation()
883 baseId_ = cdmaCell.baseId_; in operator =()
884 latitude_ = cdmaCell.latitude_; in operator =()
886 nid_ = cdmaCell.nid_; in operator =()
887 sid_ = cdmaCell.sid_; in operator =()
[all …]
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h268 CdmaCellInformation(const CdmaCellInformation &cdmaCell);
269 CdmaCellInformation &operator=(const CdmaCellInformation &cdmaCell);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp835 CdmaCellInformation &cdmaCell = *cell; in AddCellInformation() local
836 cdmaCell = *(static_cast<CdmaCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp172 sptr<CdmaCellInformation> cdmaCell = new CdmaCellInformation; in PrintCdmaCellInformation() local
173 cdmaCell->UpdateLocation(0, 0, 0); in PrintCdmaCellInformation()
174 cdmaCell->SetCdmaParam(0, 0, 0, 0, 0); in PrintCdmaCellInformation()
176 …TELEPHONY_LOGI("CellInformation cdma is same as cdmaCell:%{public}d", *cdmaCell == cdmaCellInforma… in PrintCdmaCellInformation()