Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp51 cellId_ = cellId; in Init()
59 cellId_ = cellId; in Init()
65 return cellId_; in GetCellId()
133 cellId_ = gsmCell.cellId_; in GsmCellInformation()
147 cellId_ = gsmCell.cellId_; in operator =()
160 arfcn_ == other.arfcn_ && cellId_ == other.cellId_ && in operator ==()
181 ",mnc:" + mnc_ + ",arfcn:" + std::to_string(arfcn_) + ",cellId:" + std::to_string(cellId_) in ToString()
[all...]
H A Dcell_location.cpp36 if (!parcel.WriteInt32(cellId_)) { in Marshalling()
70 cellId_ = rat; in ReadFromParcel()
99 cellId_ = cellId; in SetGsmParam()
107 return cellId_; in GetCellId()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h72 int32_t cellId_ = 0; member in OHOS::Telephony::GsmCellLocation
H A Dcell_information.h95 int32_t cellId_ = 0; member in OHOS::Telephony::CellInformation
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp86 cell->cellId_ = static_cast<int32_t>(size); in CreateGsmCellInfo()
105 cell->cellId_ = static_cast<int32_t>(size); in CreateLteCellInfo()

Completed in 6 milliseconds