/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_information.h | 121 int32_t GetLac() const; 205 int32_t GetLac() const; 244 int32_t GetLac() const;
|
H A D | cell_location.h | 63 int32_t GetLac() const;
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 164 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 D | cell_info.cpp | 186 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 D | operator_name.cpp | 653 return gsmLocation->GetLac(); in GetCurrentLac()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_location.cpp | 110 int32_t GsmCellLocation::GetLac() const in GetLac() function in OHOS::Telephony::GsmCellLocation
|
H A D | cell_information.cpp | 290 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 D | network_search_test.cpp | 135 … 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 D | event_listener_handler.cpp | 180 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 D | gsm_sms_cb_handler.cpp | 191 info.lac_ = gsmLocation->GetLac(); in InitLocation()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 2052 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()
|