Home
last modified time | relevance | path

Searched refs:lteCell (Results 1 - 5 of 5) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp314 LteCellInformation::LteCellInformation(const LteCellInformation &lteCell) in LteCellInformation() argument
316 mcc_ = lteCell.mcc_; in LteCellInformation()
317 mnc_ = lteCell.mnc_; in LteCellInformation()
318 earfcn_ = lteCell.earfcn_; in LteCellInformation()
319 cellId_ = lteCell.cellId_; in LteCellInformation()
320 pci_ = lteCell.pci_; in LteCellInformation()
321 tac_ = lteCell.tac_; in LteCellInformation()
322 timeStamp_ = lteCell.timeStamp_; in LteCellInformation()
323 signalLevel_ = lteCell.signalLevel_; in LteCellInformation()
324 signalIntensity_ = lteCell in LteCellInformation()
328 operator =(const LteCellInformation &lteCell) operator =() argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h151 LteCellInformation(const LteCellInformation &lteCell);
152 LteCellInformation &operator=(const LteCellInformation &lteCell);
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp821 LteCellInformation &lteCell = *cell; in AddCellInformation() local
822 lteCell = *(static_cast<LteCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp230 sptr<LteCellInformation> lteCell = new LteCellInformation; in PrintLteCellInformation() local
231 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()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp663 std::unique_ptr<LteCellInformation> lteCell = std::make_unique<LteCellInformation>(); in HWTEST_F() local
664 ASSERT_TRUE(lteCell != nullptr); in HWTEST_F()
665 vec.push_back(lteCell.release()); in HWTEST_F()

Completed in 12 milliseconds