Home
last modified time | relevance | path

Searched refs:gsmCell (Results 1 – 5 of 5) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp120 GsmCellInformation::GsmCellInformation(const GsmCellInformation &gsmCell) in GsmCellInformation() argument
122 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 …]
/base/telephony/core_service/interfaces/innerkits/include/
Dcell_information.h76 GsmCellInformation(const GsmCellInformation &gsmCell);
77 GsmCellInformation &operator=(const GsmCellInformation &gsmCell);
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp536 std::unique_ptr<GsmCellInformation> gsmCell = std::make_unique<GsmCellInformation>(); variable
537 ASSERT_TRUE(gsmCell != nullptr);
538 vec.push_back(gsmCell.release());
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp139 sptr<GsmCellInformation> gsmCell = new GsmCellInformation; in PrintGsmCellInformation() local
140 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()
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp723 GsmCellInformation &gsmCell = *cell; in AddCellInformation() local
724 gsmCell = *(static_cast<GsmCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()