Searched refs:lteCell (Results 1 – 5 of 5) sorted by relevance
271 LteCellInformation::LteCellInformation(const LteCellInformation <eCell) in LteCellInformation() argument273 mcc_ = lteCell.mcc_; in LteCellInformation()274 mnc_ = lteCell.mnc_; in LteCellInformation()275 earfcn_ = lteCell.earfcn_; in LteCellInformation()276 cellId_ = lteCell.cellId_; in LteCellInformation()277 pci_ = lteCell.pci_; in LteCellInformation()278 tac_ = lteCell.tac_; in LteCellInformation()279 timeStamp_ = lteCell.timeStamp_; in LteCellInformation()280 signalLevel_ = lteCell.signalLevel_; in LteCellInformation()281 signalIntensity_ = lteCell.signalIntensity_; in LteCellInformation()[all …]
98 LteCellInformation(const LteCellInformation <eCell);99 LteCellInformation &operator=(const LteCellInformation <eCell);
539 std::unique_ptr<LteCellInformation> lteCell = std::make_unique<LteCellInformation>(); variable540 ASSERT_TRUE(lteCell != nullptr);541 vec.push_back(lteCell.release());
730 LteCellInformation <eCell = *cell; in AddCellInformation() local731 lteCell = *(static_cast<LteCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
229 sptr<LteCellInformation> lteCell = new LteCellInformation; in PrintLteCellInformation() local230 lteCell->UpdateLocation(0, 0); in PrintLteCellInformation()231 lteCell->SetLteParam(0, 0, 0); in PrintLteCellInformation()233 TELEPHONY_LOGI("CellInformation lte is same as lteCell:%{public}d", *lteCell == *lte); in PrintLteCellInformation()