Home
last modified time | relevance | path

Searched refs:lac_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp124 lac_ = lac; in SetGsmParam()
135 lac_ = gsmCell.lac_; in GsmCellInformation()
149 lac_ = gsmCell.lac_; in operator =()
161 bsic_ == other.bsic_ && lac_ == other.lac_ && in operator ==()
266 lac_ = rat; in ReadFromParcel()
505 lac_ = wcdmaCell.lac_; in WcdmaCellInformation()
519 lac_ = wcdmaCell.lac_; in operator =()
531 psc_ == other.psc_ && lac_ == other.lac_ && in operator ==()
689 lac_ = tdscdmaCell.lac_; in TdscdmaCellInformation()
703 lac_ = tdscdmaCell.lac_; in operator =()
[all …]
H A Dcell_location.cpp39 if (!parcel.WriteInt32(lac_)) { in Marshalling()
74 lac_ = rat; in ReadFromParcel()
100 lac_ = lac; in SetGsmParam()
112 return lac_; in GetLac()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_cb_handler.h45 int32_t lac_ = -1; member
54 if (lac_ != defaultValue && lac_ != lac) { in MatchLocation()
96 int32_t lac_ = -1; variable
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp191 info.lac_ = gsmLocation->GetLac(); in InitLocation()
194 std::to_string(info.lac_).c_str(), std::to_string(info.cid_).c_str()); in InitLocation()
205 info.lac_ = defaultValue; in InitLocation()
210 lac_ = info.lac_; in InitLocation()
230 if (*info.header.get() == *header.get() || !info.MatchLocation(plmn_, lac_, cid_)) { in RemoveCbMessageFromList()
412 want.SetParam(SmsCbData::LAC, static_cast<int>(lac_)); in PackageWantData()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h136 int32_t lac_ = 0;
214 int32_t lac_ = 0;
253 int32_t lac_ = 0;
H A Dcell_location.h73 int32_t lac_ = 0; variable
/ohos5.0/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp79 cell->lac_ = static_cast<int32_t>(size); in CreateGsmCellInfo()