Home
last modified time | relevance | path

Searched refs:GetLac (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h121 int32_t GetLac() const;
205 int32_t GetLac() const;
244 int32_t GetLac() const;
H A Dcell_location.h63 int32_t GetLac() const;
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp164 refInfo.cellId.lac = static_cast<unsigned short>(gsmCellInfo->GetLac()); in JudgmentDataGsm()
203 refInfo.cellId.lac = static_cast<unsigned short>(wcdmaCellInfo->GetLac()); in JudgmentDataUmts()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp186 if (gsm->GetCellId() != cellId || gsm->GetLac() != lac) { in ProcessCellLocation()
202 if (wcdma->GetCellId() != cellId || wcdma->GetLac() != lac) { in ProcessCellLocation()
210 if (tdscdma->GetCellId() != cellId || tdscdma->GetLac() != lac) { in ProcessCellLocation()
871 cellLocation->SetGsmParam(cellinfo->GetCellId(), cellinfo->GetLac()); in GetCellLocation()
877 cellLocation->SetGsmParam(cellinfo->GetCellId(), cellinfo->GetLac()); in GetCellLocation()
883 … cellLocation->SetGsmParam(cellinfo->GetCellId(), cellinfo->GetLac(), cellinfo->GetPsc()); in GetCellLocation()
H A Doperator_name.cpp653 return gsmLocation->GetLac(); in GetCurrentLac()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp110 int32_t GsmCellLocation::GetLac() const in GetLac() function in OHOS::Telephony::GsmCellLocation
H A Dcell_information.cpp290 int32_t GsmCellInformation::GetLac() const in GetLac() function in OHOS::Telephony::GsmCellInformation
652 int32_t WcdmaCellInformation::GetLac() const in GetLac() function in OHOS::Telephony::WcdmaCellInformation
836 int32_t TdscdmaCellInformation::GetLac() const in GetLac() function in OHOS::Telephony::TdscdmaCellInformation
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp135 … static_cast<int32_t>(gsm->GetNetworkType()), gsm->GetLac(), gsm->GetBsic(), gsm->GetArfcn()); in PrintGsmCellInformation()
151 cellLocation->SetGsmParam(gsm->GetCellId(), gsm->GetLac()); in PrintGsmCellInformation()
153 …static_cast<int32_t>(cellLocation->GetCellLocationType()), cellLocation->GetLac(), cellLocation->G… in PrintGsmCellInformation()
193 …static_cast<int32_t>(wcdma->GetNetworkType()), wcdma->GetPsc(), wcdma->GetLac(), wcdma->GetArfcn()… in PrintWcdmaCellInformation()
209 …static_cast<int32_t>(tdscdma->GetNetworkType()), tdscdma->GetCpid(), tdscdma->GetLac(), tdscdma->G… in PrintTdscdmaCellInformation()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp180 SetPropertyToNapiObject(env, val, "lac", info.GetLac()); in DataOfNetworkConversion()
208 SetPropertyToNapiObject(env, val, "lac", info.GetLac()); in DataOfNetworkConversion()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp191 info.lac_ = gsmLocation->GetLac(); in InitLocation()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2052 NapiUtil::SetPropertyInt32(env, data, "lac", gsmCellInfo->GetLac()); in JudgmentDataGsm()
2080 NapiUtil::SetPropertyInt32(env, data, "lac", wcdmaCellInfo->GetLac()); in JudgmentDataWcdma()
2105 NapiUtil::SetPropertyInt32(env, data, "lac", tdscdmaCellInfo->GetLac()); in JudgmentDataTdscdma()