Searched refs:gsmCell (Results 1 – 5 of 5) sorted by relevance
120 GsmCellInformation::GsmCellInformation(const GsmCellInformation &gsmCell) in GsmCellInformation() argument122 mcc_ = gsmCell.mcc_; in GsmCellInformation()123 mnc_ = gsmCell.mnc_; in GsmCellInformation()124 arfcn_ = gsmCell.arfcn_; in GsmCellInformation()125 cellId_ = gsmCell.cellId_; in GsmCellInformation()126 bsic_ = gsmCell.bsic_; in GsmCellInformation()127 lac_ = gsmCell.lac_; in GsmCellInformation()128 timeStamp_ = gsmCell.timeStamp_; in GsmCellInformation()129 signalLevel_ = gsmCell.signalLevel_; in GsmCellInformation()130 signalIntensity_ = gsmCell.signalIntensity_; in GsmCellInformation()[all …]
76 GsmCellInformation(const GsmCellInformation &gsmCell);77 GsmCellInformation &operator=(const GsmCellInformation &gsmCell);
536 std::unique_ptr<GsmCellInformation> gsmCell = std::make_unique<GsmCellInformation>(); variable537 ASSERT_TRUE(gsmCell != nullptr);538 vec.push_back(gsmCell.release());
139 sptr<GsmCellInformation> gsmCell = new GsmCellInformation; in PrintGsmCellInformation() local140 gsmCell->UpdateLocation(0, 0); in PrintGsmCellInformation()141 gsmCell->SetGsmParam(0, 0, 0); in PrintGsmCellInformation()143 …TELEPHONY_LOGI("CellInformation gsm is same as gsmCell:%{public}d", *gsmCell == gsmCellInformation… in PrintGsmCellInformation()144 gsmCell->Init(0, 0, 0); in PrintGsmCellInformation()
723 GsmCellInformation &gsmCell = *cell; in AddCellInformation() local724 gsmCell = *(static_cast<GsmCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()