Searched refs:cdmaCell (Results 1 – 4 of 4) sorted by relevance
870 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 …]
268 CdmaCellInformation(const CdmaCellInformation &cdmaCell);269 CdmaCellInformation &operator=(const CdmaCellInformation &cdmaCell);
835 CdmaCellInformation &cdmaCell = *cell; in AddCellInformation() local836 cdmaCell = *(static_cast<CdmaCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
172 sptr<CdmaCellInformation> cdmaCell = new CdmaCellInformation; in PrintCdmaCellInformation() local173 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()