Searched refs:gsmCell (Results 1 – 5 of 5) sorted by relevance
130 mcc_ = gsmCell.mcc_; in GsmCellInformation()131 mnc_ = gsmCell.mnc_; in GsmCellInformation()132 arfcn_ = gsmCell.arfcn_; in GsmCellInformation()133 cellId_ = gsmCell.cellId_; in GsmCellInformation()134 bsic_ = gsmCell.bsic_; in GsmCellInformation()135 lac_ = gsmCell.lac_; in GsmCellInformation()144 mcc_ = gsmCell.mcc_; in operator =()145 mnc_ = gsmCell.mnc_; in operator =()146 arfcn_ = gsmCell.arfcn_; in operator =()148 bsic_ = gsmCell.bsic_; in operator =()[all …]
113 GsmCellInformation(const GsmCellInformation &gsmCell);114 GsmCellInformation &operator=(const GsmCellInformation &gsmCell);
664 std::unique_ptr<GsmCellInformation> gsmCell = std::make_unique<GsmCellInformation>(); variable665 ASSERT_TRUE(gsmCell != nullptr);666 vec.push_back(gsmCell.release());
140 sptr<GsmCellInformation> gsmCell = new GsmCellInformation; in PrintGsmCellInformation() local141 gsmCell->UpdateLocation(0, 0); in PrintGsmCellInformation()142 gsmCell->SetGsmParam(0, 0, 0); in PrintGsmCellInformation()144 …TELEPHONY_LOGI("CellInformation gsm is same as gsmCell:%{public}d", *gsmCell == gsmCellInformation… in PrintGsmCellInformation()145 gsmCell->Init(0, 0, 0); in PrintGsmCellInformation()
814 GsmCellInformation &gsmCell = *cell; in AddCellInformation() local815 gsmCell = *(static_cast<GsmCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()