Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp1061 mcc_ = nrCell.mcc_; in NrCellInformation()
1062 mnc_ = nrCell.mnc_; 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()
1078 mcc_ = nrCell.mcc_; in operator =()
1079 mnc_ = nrCell.mnc_; in operator =()
1082 pci_ = nrCell.pci_; in operator =()
1083 tac_ = nrCell.tac_; in operator =()
[all …]
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h323 NrCellInformation(const NrCellInformation &nrCell);
324 NrCellInformation &operator=(const NrCellInformation &nrCell);
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp673 std::unique_ptr<NrCellInformation> nrCell = std::make_unique<NrCellInformation>(); variable
674 ASSERT_TRUE(nrCell != nullptr);
675 vec.push_back(nrCell.release());
/ohos5.0/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()
/ohos5.0/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()