Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp1059 NrCellInformation::NrCellInformation(const NrCellInformation &nrCell) in NrCellInformation() argument
1061 mcc_ = nrCell.mcc_; in NrCellInformation()
1062 mnc_ = nrCell.mnc_; in NrCellInformation()
1063 cellId_ = nrCell.cellId_; in NrCellInformation()
1064 nrArfcn_ = nrCell.nrArfcn_; in NrCellInformation()
1065 pci_ = nrCell.pci_; in NrCellInformation()
1066 tac_ = nrCell.tac_; in NrCellInformation()
1067 nci_ = nrCell.nci_; in NrCellInformation()
1068 rsrp_ = nrCell.rsrp_; in NrCellInformation()
1069 rsrq_ = nrCell in NrCellInformation()
1076 operator =(const NrCellInformation &nrCell) operator =() argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h323 NrCellInformation(const NrCellInformation &nrCell);
324 NrCellInformation &operator=(const NrCellInformation &nrCell);
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp247 sptr<NrCellInformation> nrCell = new NrCellInformation; in PrintNrCellInformation() local
248 nrCell->UpdateLocation(0, 0); in PrintNrCellInformation()
249 nrCell->SetNrParam(0, 0, 0, 0); in PrintNrCellInformation()
250 nrCell->SetNrSignalParam(0, 0); in PrintNrCellInformation()
252 TELEPHONY_LOGI("CellInformation nr is same as nrCell:%{public}d", *nrCell == nrCellInformation); in PrintNrCellInformation()
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp849 NrCellInformation &nrCell = *cell; in AddCellInformation() local
850 nrCell = *(static_cast<NrCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp669 std::unique_ptr<NrCellInformation> nrCell = std::make_unique<NrCellInformation>(); in HWTEST_F() local
670 ASSERT_TRUE(nrCell != nullptr); in HWTEST_F()
671 vec.push_back(nrCell.release()); in HWTEST_F()

Completed in 11 milliseconds