Home
last modified time | relevance | path

Searched refs:gsmCell (Results 1 - 6 of 6) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp128 GsmCellInformation::GsmCellInformation(const GsmCellInformation &gsmCell) in GsmCellInformation() argument
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()
136 timeStamp_ = gsmCell.timeStamp_; in GsmCellInformation()
137 signalLevel_ = gsmCell.signalLevel_; in GsmCellInformation()
138 signalIntensity_ = gsmCell in GsmCellInformation()
142 operator =(const GsmCellInformation &gsmCell) operator =() argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h113 GsmCellInformation(const GsmCellInformation &gsmCell);
114 GsmCellInformation &operator=(const GsmCellInformation &gsmCell);
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_branch_test.cpp143 std::unique_ptr<GsmCellInformation> gsmCell = std::make_unique<GsmCellInformation>(); in HWTEST_F() local
144 vec.push_back(gsmCell.release()); in HWTEST_F()
H A Dstate_registry_test.cpp660 std::unique_ptr<GsmCellInformation> gsmCell = std::make_unique<GsmCellInformation>(); in HWTEST_F() local
661 ASSERT_TRUE(gsmCell != nullptr); in HWTEST_F()
662 vec.push_back(gsmCell.release()); in HWTEST_F()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp140 sptr<GsmCellInformation> gsmCell = new GsmCellInformation; in PrintGsmCellInformation() local
141 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()
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp814 GsmCellInformation &gsmCell = *cell; in AddCellInformation() local
815 gsmCell = *(static_cast<GsmCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()

Completed in 14 milliseconds