Searched refs:lteCell (Results 1 – 5 of 5) sorted by relevance
305 LteCellInformation::LteCellInformation(const LteCellInformation <eCell) in LteCellInformation() argument307 mcc_ = lteCell.mcc_; in LteCellInformation()308 mnc_ = lteCell.mnc_; in LteCellInformation()309 earfcn_ = lteCell.earfcn_; in LteCellInformation()310 cellId_ = lteCell.cellId_; in LteCellInformation()311 pci_ = lteCell.pci_; in LteCellInformation()312 tac_ = lteCell.tac_; in LteCellInformation()313 timeStamp_ = lteCell.timeStamp_; in LteCellInformation()314 signalLevel_ = lteCell.signalLevel_; in LteCellInformation()315 signalIntensity_ = lteCell.signalIntensity_; in LteCellInformation()[all …]
150 LteCellInformation(const LteCellInformation <eCell);151 LteCellInformation &operator=(const LteCellInformation <eCell);
651 std::unique_ptr<LteCellInformation> lteCell = std::make_unique<LteCellInformation>(); variable652 ASSERT_TRUE(lteCell != nullptr);653 vec.push_back(lteCell.release());
755 LteCellInformation <eCell = *cell; in AddCellInformation() local756 lteCell = *(static_cast<LteCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
230 sptr<LteCellInformation> lteCell = new LteCellInformation; in PrintLteCellInformation() local231 lteCell->UpdateLocation(0, 0); in PrintLteCellInformation()232 lteCell->SetLteParam(0, 0, 0); in PrintLteCellInformation()234 TELEPHONY_LOGI("CellInformation lte is same as lteCell:%{public}d", *lteCell == *lte); in PrintLteCellInformation()