/base/telephony/core_service/services/network_search/src/ |
D | cell_info.cpp | 153 void CellInfo::UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac) in UpdateCellLocation() argument 163 if (ProcessCellLocation(cell, type, cellId, lac)) { in UpdateCellLocation() 175 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) in ProcessCellLocation() argument 180 if (gsm->GetCellId() != cellId || gsm->GetLac() != lac) { in ProcessCellLocation() 181 gsm->UpdateLocation(cellId, lac); in ProcessCellLocation() 188 if (lte->GetCellId() != cellId || lte->GetTac() != lac) { in ProcessCellLocation() 189 lte->UpdateLocation(cellId, lac); in ProcessCellLocation() 196 if (wcdma->GetCellId() != cellId || wcdma->GetLac() != lac) { in ProcessCellLocation() 197 wcdma->UpdateLocation(cellId, lac); in ProcessCellLocation() 204 if (tdscdma->GetCellId() != cellId || tdscdma->GetLac() != lac) { in ProcessCellLocation() [all …]
|
D | operator_name.cpp | 354 int32_t lac = GetCurrentLac(); in GetPlmn() local 357 plmn = GetCustEons(numeric, lac, roaming, longNameRequired); in GetPlmn() 360 plmn = GetEons(numeric, lac, longNameRequired); in GetPlmn() 366 …me::GetPlmn lac:%{public}d, numeric:%{public}s, longNameRequired:%{public}d, plmn:%{public}s", lac, in GetPlmn() 371 std::string OperatorName::GetEons(const std::string &numeric, int32_t lac, bool longNameRequired) in GetEons() argument 377 return Str16ToStr8(simManager_->GetSimEons(slotId_, numeric, lac, longNameRequired)); in GetEons() 401 std::string OperatorName::GetCustEons(const std::string &numeric, int32_t lac, bool roaming, bool l… in GetCustEons() argument 416 … numeric.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in GetCustEons() 418 … ((opl->lacStart == 0 && opl->lacEnd == 0xfffe) || (opl->lacStart <= lac && opl->lacEnd >= lac))) { in GetCustEons()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_network_parcel.h | 96 int32_t lac; /* Location area code 0~FFFF */ member 116 int32_t lac; /* Tracking Area Code 0~FFFF */ member 141 int32_t lac; member 180 int32_t lac; /* Location area code 0~FFFF */ member 216 int32_t lac; member
|
D | hril_vendor_network_defs.h | 175 int32_t lac; /* Location area code 0~FFFF */ member 199 int32_t lac; member 236 int32_t lac; /* Location area code 0~FFFF */ member 256 int32_t lac; /* Tracking Area Code 0~FFFF */ member
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | cell_information.h | 74 void SetGsmParam(int32_t bsic, int32_t lac, int32_t arfcn); 75 void UpdateLocation(int32_t cellId, int32_t lac); 120 void SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn); 124 void UpdateLocation(int32_t cellId, int32_t lac); 143 void SetTdscdmaParam(int32_t psc, int32_t lac, int32_t arfcn); 147 void UpdateLocation(int32_t cellId, int32_t lac);
|
D | cell_location.h | 51 void SetGsmParam(int32_t cellId, int32_t lac, int32_t psc = 0);
|
D | i_sim_manager.h | 103 …virtual std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longN…
|
D | core_service_client.h | 63 …std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequi…
|
/base/telephony/core_service/services/network_search/include/ |
D | cell_info.h | 38 void UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac); 43 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac);
|
D | operator_name.h | 57 std::string GetEons(const std::string &numeric, int32_t lac, bool longNameRequired); 58 …std::string GetCustEons(const std::string &numeric, int32_t lac, bool roaming, bool longNameRequir…
|
D | network_search_handler.h | 87 void UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac);
|
/base/telephony/sms_mms/services/include/gsm/ |
D | gsm_sms_cb_handler.h | 48 bool MatchLocation(std::u16string plmn, int32_t lac, int32_t cid) in MatchLocation() 54 if (lac_ != defaultValue && lac_ != lac) { in MatchLocation()
|
/base/telephony/core_service/frameworks/native/src/ |
D | cell_information.cpp | 113 void GsmCellInformation::SetGsmParam(int32_t bsic, int32_t lac, int32_t arfcn) in SetGsmParam() argument 116 lac_ = lac; in SetGsmParam() 257 void GsmCellInformation::UpdateLocation(int32_t cellId, int32_t lac) in UpdateLocation() argument 260 lac_ = lac; in UpdateLocation() 413 void WcdmaCellInformation::SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn) in SetWcdmaParam() argument 416 lac_ = lac; in SetWcdmaParam() 544 void WcdmaCellInformation::UpdateLocation(int32_t cellId, int32_t lac) in UpdateLocation() argument 547 lac_ = lac; in UpdateLocation() 562 void TdscdmaCellInformation::SetTdscdmaParam(int32_t cpid, int32_t lac, int32_t arfcn) in SetTdscdmaParam() argument 565 lac_ = lac; in SetTdscdmaParam() [all …]
|
D | cell_location.cpp | 80 void GsmCellLocation::SetGsmParam(int32_t cellId, int32_t lac, int32_t psc) in SetGsmParam() argument 83 lac_ = lac; in SetGsmParam()
|
/base/telephony/core_service/interfaces/kits/js/ |
D | @ohos.telephony.radio.d.ts | 916 lac: number; property 957 lac: number; property 970 lac: number; property
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_network.cpp | 398 cellInfo.ServiceCellParas.gsm.lac = info.serviceCells.gsm.lac; in FillGsmCellNearbyInfo() 439 cellNearbyInfo.ServiceCellParas.tdscdma.lac = info.serviceCells.tdscdma.lac; in FillTdscdmaCellNearbyInfo() 529 cellInfo.ServiceCellParas.gsm.lac = info.serviceCells.gsm.lac; in FillGsmCurrentCellInfo() 551 cellInfo.ServiceCellParas.wcdma.lac = info.serviceCells.wcdma.lac; in FillWcdmaCurrentCellInfo() 579 currentCellInfo.ServiceCellParas.tdscdma.lac = info.serviceCells.tdscdma.lac; in FillTdscdmaCurrentCellInfo()
|
/base/location/services/location_gnss/gnss/source/ |
D | agnss_event_callback.cpp | 108 refInfo.cellId.lac = static_cast<unsigned short>(gsmCellInfo->GetLac()); in JudgmentDataGsm() 147 refInfo.cellId.lac = static_cast<unsigned short>(wcdmaCellInfo->GetLac()); in JudgmentDataUmts()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 603 cellInfo.serviceCells.gsm.lac = cellPtr->ServiceCellParas.gsm.lac; in FillCellNearbyInfo() 636 cellInfo.serviceCells.gsm.lac = 0; in FillCellNearbyInfo() 648 cellInfo.serviceCells.tdscdma.lac = hrilCellPtr->ServiceCellParas.tdscdma.lac; in FillCellNearbyInfoTdscdma() 694 cellInfo.serviceCells.wcdma.lac = hrilCellInfoVendor->ServiceCellParas.wcdma.lac; in FillCellInfoType() 715 cellInfo.serviceCells.tdscdma.lac = hrilCellInfoVendor->ServiceCellParas.tdscdma.lac; in FillCellInfoType() 735 cellInfo.serviceCells.gsm.lac = cellInfoVendor->ServiceCellParas.gsm.lac; in FillCurrentCellInfo() 764 cellInfo.serviceCells.wcdma.lac = 0; in FillCurrentCellInfo()
|
/base/telephony/core_service/services/sim/src/ |
D | icc_file.cpp | 200 std::string IccFile::ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired) in ObtainEons() argument 217 … plmn.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in ObtainEons() 219 … ((opl->lacStart == 0 && opl->lacEnd == 0xfffe) || (opl->lacStart <= lac && opl->lacEnd >= lac))) { in ObtainEons()
|
D | sim_file_manager.cpp | 196 std::u16string SimFileManager::GetSimEons(const std::string &plmn, int32_t lac, bool longNameRequir… in GetSimEons() argument 203 std::string result = simFile_->ObtainEons(plmn, lac, longNameRequired); in GetSimEons()
|
/base/telephony/sms_mms/services/cdma/ |
D | cdma_sms_receive_handler.cpp | 186 const int lac = -1; in SetCBBroadcastParam() local 210 want.SetParam(SmsCbData::LAC, static_cast<int>(lac)); in SetCBBroadcastParam()
|
/base/telephony/core_service/services/sim/include/ |
D | sim_file_manager.h | 47 std::u16string GetSimEons(const std::string &plmn, int32_t lac, bool longNameRequired);
|
D | icc_file.h | 66 std::string ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired);
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 887 if (NextIntFromHex(&pStr, &ci->ServiceCellParas.gsm.lac) < 0) { in ParseCellInfoGsm() 1035 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.lac) < 0) { in ParseCellInfoTdscdma() 1198 NextIntFromHex(&line, &response->ServiceCellParas.gsm.lac); in ParseGetGsmCellInfoLine() 1206 …response->ServiceCellParas.gsm.cellId, response->ServiceCellParas.gsm.lac, response->ServiceCellPa… in ParseGetGsmCellInfoLine() 1238 NextIntFromHex(&line, &response->ServiceCellParas.wcdma.lac); in ParseGetWcdmaCellInfoLine() 1248 response->ServiceCellParas.wcdma.cellId, response->ServiceCellParas.wcdma.lac, in ParseGetWcdmaCellInfoLine() 1288 NextIntFromHex(&line, &response->ServiceCellParas.tdscdma.lac); in ParseGetTdscdmaCellInfoLine() 1298 response->ServiceCellParas.tdscdma.lac, response->ServiceCellParas.tdscdma.rscp, in ParseGetTdscdmaCellInfoLine()
|
/base/telephony/core_service/services/core/include/ |
D | core_service.h | 99 …std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequi…
|