Searched refs:nrCell (Results 1 – 5 of 5) sorted by relevance
1061 mcc_ = nrCell.mcc_; in NrCellInformation()1062 mnc_ = nrCell.mnc_; in NrCellInformation()1065 pci_ = nrCell.pci_; in NrCellInformation()1066 tac_ = nrCell.tac_; in NrCellInformation()1067 nci_ = nrCell.nci_; in NrCellInformation()1068 rsrp_ = nrCell.rsrp_; in NrCellInformation()1078 mcc_ = nrCell.mcc_; in operator =()1079 mnc_ = nrCell.mnc_; in operator =()1082 pci_ = nrCell.pci_; in operator =()1083 tac_ = nrCell.tac_; in operator =()[all …]
323 NrCellInformation(const NrCellInformation &nrCell);324 NrCellInformation &operator=(const NrCellInformation &nrCell);
673 std::unique_ptr<NrCellInformation> nrCell = std::make_unique<NrCellInformation>(); variable674 ASSERT_TRUE(nrCell != nullptr);675 vec.push_back(nrCell.release());
247 sptr<NrCellInformation> nrCell = new NrCellInformation; in PrintNrCellInformation() local248 nrCell->UpdateLocation(0, 0); in PrintNrCellInformation()249 nrCell->SetNrParam(0, 0, 0, 0); in PrintNrCellInformation()250 nrCell->SetNrSignalParam(0, 0); in PrintNrCellInformation()252 TELEPHONY_LOGI("CellInformation nr is same as nrCell:%{public}d", *nrCell == nrCellInformation); in PrintNrCellInformation()
849 NrCellInformation &nrCell = *cell; in AddCellInformation() local850 nrCell = *(static_cast<NrCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()