Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp309 pci_ = pci; in SetLteParam()
320 pci_ = lteCell.pci_; in LteCellInformation()
334 pci_ = lteCell.pci_; in operator =()
347 pci_ == other.pci_ && tac_ == other.tac_ && in operator ==()
436 pci_ = rat; in ReadFromParcel()
465 return pci_; in GetPci()
1048 pci_ = pci; in SetNrParam()
1065 pci_ = nrCell.pci_; in NrCellInformation()
1082 pci_ = nrCell.pci_; in operator =()
1218 pci_ = rat; in ReadIntFromParcel()
[all …]
H A Dnr_ssb_information.cpp37 if (!parcel.WriteInt32(pci_)) { in Marshalling()
111 pci_ = item_32; in ReadFromParcel()
189 pci_ = pci; in SetSsbBaseParam()
236 return pci_; in GetPci()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h175 int32_t pci_ = 0;
352 int32_t pci_ = 0; variable
H A Dnr_ssb_information.h96 int32_t pci_ = 0; /** Physical cell ID. */ variable
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp98 cell->pci_ = static_cast<int32_t>(size); in CreateLteCellInfo()