Home
last modified time | relevance | path

Searched refs:lac (Results 1 - 25 of 43) sorted by relevance

12

/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp159 void CellInfo::UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac) in UpdateCellLocation() argument
169 if (ProcessCellLocation(cell, type, cellId, lac)) { in UpdateCellLocation()
181 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) in ProcessCellLocation()
186 if (gsm->GetCellId() != cellId || gsm->GetLac() != lac) { in ProcessCellLocation()
187 gsm->UpdateLocation(cellId, lac); in ProcessCellLocation()
194 if (lte->GetCellId() != cellId || lte->GetTac() != lac) { in ProcessCellLocation()
195 lte->UpdateLocation(cellId, lac); in ProcessCellLocation()
202 if (wcdma->GetCellId() != cellId || wcdma->GetLac() != lac) { in ProcessCellLocation()
203 wcdma->UpdateLocation(cellId, lac); in ProcessCellLocation()
210 if (tdscdma->GetCellId() != cellId || tdscdma->GetLac() != lac) { in ProcessCellLocation()
180 ProcessCellLocation( sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac) ProcessCellLocation() argument
381 int32_t &lac = cellInfo->ServiceCellParas.gsm.lac; ProcessNeighboringCellGsm() local
469 int32_t &lac = cellInfo->ServiceCellParas.tdscdma.lac; ProcessNeighboringCellTdscdma() local
515 int32_t &lac = cellInfo->ServiceCellParas.gsm.lac; ProcessCurrentCellGsm() local
578 int32_t &lac = cellInfo->ServiceCellParas.wcdma.lac; ProcessCurrentCellWcdma() local
640 int32_t &lac = cellInfo->ServiceCellParas.tdscdma.lac; ProcessCurrentCellTdscdma() local
[all...]
H A Doperator_name.cpp392 int32_t lac = GetCurrentLac(); in GetPlmn() local
395 plmn = GetCustEons(numeric, lac, roaming, longNameRequired); in GetPlmn()
398 plmn = GetEons(numeric, lac, longNameRequired); in GetPlmn()
404 "OperatorName::GetPlmn lac:%{public}d, numeric:%{public}s, longNameRequired:%{public}d, plmn:%{public}s", lac, in GetPlmn()
409 std::string OperatorName::GetEons(const std::string &numeric, int32_t lac, bool longNameRequired) in GetEons() argument
415 return Str16ToStr8(simManager_->GetSimEons(slotId_, numeric, lac, longNameRequired)); in GetEons()
456 std::string OperatorName::GetCustEons(const std::string &numeric, int32_t lac, bool roaming, bool longNameRequired) in GetCustEons() argument
469 "OperatorName::GetCustEons numeric:%{public}s, opl->plmnNumeric:%{public}s, lac:%{public}d, " in GetCustEons()
471 numeric.c_str(), opl->plmnNumeric.c_str(), lac, op in GetCustEons()
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_network_parcel.h222 int32_t lac; member
274 int32_t lac; member
341 int32_t lac; member
483 int32_t lac; member
577 int32_t lac; member
H A Dcell_information.h111 void SetGsmParam(int32_t bsic, int32_t lac, int32_t arfcn);
112 void UpdateLocation(int32_t cellId, int32_t lac);
189 void SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn);
193 void UpdateLocation(int32_t cellId, int32_t lac);
228 void SetTdscdmaParam(int32_t psc, int32_t lac, int32_t arfcn);
232 void UpdateLocation(int32_t cellId, int32_t lac);
H A Dcell_location.h51 void SetGsmParam(int32_t cellId, int32_t lac, int32_t psc = 0);
H A Dcore_service_client.h329 * @param lac[in], location area code
333 std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired);
H A Di_sim_manager.h127 virtual std::u16string GetSimEons(int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired) = 0;
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h471 int32_t lac; member
549 int32_t lac; member
672 int32_t lac; member
740 int32_t lac; member
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp526 cellInfo.ServiceCellParas.gsm.lac = info.serviceCells.gsm.lac; in FillGsmCellNearbyInfo()
567 cellNearbyInfo.ServiceCellParas.tdscdma.lac = info.serviceCells.tdscdma.lac; in FillTdscdmaCellNearbyInfo()
655 cellInfo.ServiceCellParas.gsm.lac = info.serviceCells.gsm.lac; in FillGsmCellNearbyInfo()
696 cellNearbyInfo.ServiceCellParas.tdscdma.lac = info.serviceCells.tdscdma.lac; in FillTdscdmaCellNearbyInfo()
758 cellInfo.ServiceCellParas.gsm.lac = info.serviceCells.gsm.lac; in FillGsmCurrentCellInfo()
[all...]
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp899 cellInfo.serviceCells.gsm.lac = cellPtr->ServiceCellParas.gsm.lac; in FillCellNearbyInfo()
932 cellInfo.serviceCells.gsm.lac = 0; in FillCellNearbyInfo()
944 cellInfo.serviceCells.tdscdma.lac = hrilCellPtr->ServiceCellParas.tdscdma.lac; in FillCellNearbyInfoTdscdma()
973 cellInfo.serviceCells.gsm.lac = cellPtr->ServiceCellParas.gsm.lac; in FillCellNearbyInfo()
1008 cellInfo.serviceCells.gsm.lac = 0; in FillCellNearbyInfo()
1020 cellInfo.serviceCells.tdscdma.lac = hrilCellPtr->ServiceCellParas.tdscdma.lac; in FillCellNearbyInfoTdscdma()
[all...]
/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_cb_handler.h48 bool MatchLocation(std::u16string plmn, int32_t lac, int32_t cid) in MatchLocation() argument
54 if (lac_ != defaultValue && lac_ != lac) { in MatchLocation()
/base/telephony/core_service/services/network_search/include/
H A Dcell_info.h38 void UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac);
43 sptr<CellInformation> &cell, CellInformation::CellType type, int32_t cellId, int32_t lac);
H A Doperator_name.h61 std::string GetEons(const std::string &numeric, int32_t lac, bool longNameRequired);
62 std::string GetCustEons(const std::string &numeric, int32_t lac, bool roaming, bool longNameRequired);
H A Dnetwork_search_handler.h96 void UpdateCellLocation(int32_t techType, int32_t cellId, int32_t lac);
/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp97 void GsmCellLocation::SetGsmParam(int32_t cellId, int32_t lac, int32_t psc) in SetGsmParam() argument
100 lac_ = lac; in SetGsmParam()
H A Dcell_information.cpp121 void GsmCellInformation::SetGsmParam(int32_t bsic, int32_t lac, int32_t arfcn) in SetGsmParam() argument
124 lac_ = lac; in SetGsmParam()
184 ",lac:" + std::to_string(lac_)); in ToString()
300 void GsmCellInformation::UpdateLocation(int32_t cellId, int32_t lac) in UpdateLocation() argument
303 lac_ = lac; in UpdateLocation()
491 void WcdmaCellInformation::SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn) in SetWcdmaParam() argument
494 lac_ = lac; in SetWcdmaParam()
657 void WcdmaCellInformation::UpdateLocation(int32_t cellId, int32_t lac) in UpdateLocation() argument
660 lac_ = lac; in UpdateLocation()
671 ",lac in ToString()
675 SetTdscdmaParam(int32_t cpid, int32_t lac, int32_t arfcn) SetTdscdmaParam() argument
841 UpdateLocation(int32_t cellId, int32_t lac) UpdateLocation() argument
[all...]
/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp160 refInfo.cellId.lac = static_cast<unsigned short>(gsmCellInfo->GetLac()); in JudgmentDataGsm()
199 refInfo.cellId.lac = static_cast<unsigned short>(wcdmaCellInfo->GetLac()); in JudgmentDataUmts()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp166 int32_t lac = 1; in HWTEST_F() local
168 EXPECT_EQ(mCoreService->GetSimEons(0, plmn, lac, longNameRequired), testU16Str); in HWTEST_F()
327 int32_t lac = 1; in HWTEST_F() local
329 EXPECT_EQ(mCoreService->GetSimEons(0, plmn, lac, longNameRequired), testU16Str); in HWTEST_F()
/base/telephony/core_service/services/sim/src/
H A Dicc_file.cpp262 std::string IccFile::ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired) in ObtainEons() argument
285 TELEPHONY_LOGD("ObtainEons plmn:%{public}s, opl->plmnNumeric:%{public}s, lac:%{public}d, " in ObtainEons()
287 plmn.c_str(), opl->plmnNumeric.c_str(), lac, opl->lacStart, opl->lacEnd, opl->pnnRecordId); in ObtainEons()
289 ((opl->lacStart == 0 && opl->lacEnd == 0xfffe) || (opl->lacStart <= lac && opl->lacEnd >= lac))) { in ObtainEons()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp456 TELEPHONY_LOGI("lac:%{public}d", info.serviceCells.gsm.lac); in NetworkCurrentCellUpdated()
499 TELEPHONY_LOGI("lac:%{public}d", info.serviceCells.gsm.lac); in NetworkCurrentCellUpdated_1_1()
542 TELEPHONY_LOGI("lac:%{public}d", info.serviceCells.gsm.lac); in NetworkCurrentCellUpdated_1_2()
677 TELEPHONY_LOGI("lac:%{public}d", info.serviceCells.gsm.lac); in GetNeighboringCellInfoListResponse()
722 TELEPHONY_LOGI("lac:%{public}d", info.serviceCells.gsm.lac); in GetNeighboringCellInfoListResponse_1_2()
[all...]
/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_receive_handler.cpp293 const int lac = -1; in SetCBBroadcastParam() local
317 want.SetParam(SmsCbData::LAC, static_cast<int>(lac)); in SetCBBroadcastParam()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c886 if (NextIntFromHex(&pStr, &ci->ServiceCellParas.gsm.lac) < 0) { in ParseCellInfoGsm()
1034 if (NextInt(&pStr, &ci->ServiceCellParas.tdscdma.lac) < 0) { in ParseCellInfoTdscdma()
1194 NextIntFromHex(&line, &response->ServiceCellParas.gsm.lac); in ParseGetGsmCellInfoLine()
1200 "lac:%{private}d,rxlev:%{private}d,rxQuality:%{private}d,ta:%{private}d", in ParseGetGsmCellInfoLine()
1202 response->ServiceCellParas.gsm.cellId, response->ServiceCellParas.gsm.lac, response->ServiceCellParas.gsm.rxlev, in ParseGetGsmCellInfoLine()
1234 NextIntFromHex(&line, &response->ServiceCellParas.wcdma.lac); in ParseGetWcdmaCellInfoLine()
1241 TELEPHONY_LOGD("ParseGetWcdmaCellInfoLine arfcn:%{private}d,psc:%{private}d,cellId:%{private}d,lac:%{private}d" in ParseGetWcdmaCellInfoLine()
1244 response->ServiceCellParas.wcdma.cellId, response->ServiceCellParas.wcdma.lac, in ParseGetWcdmaCellInfoLine()
1284 NextIntFromHex(&line, &response->ServiceCellParas.tdscdma.lac); in ParseGetTdscdmaCellInfoLine()
1291 "lac in ParseGetTdscdmaCellInfoLine()
[all...]
/base/telephony/core_service/services/sim/include/
H A Dsim_file_manager.h52 std::u16string GetSimEons(const std::string &plmn, int32_t lac, bool longNameRequired);
H A Dicc_file.h72 std::string ObtainEons(const std::string &plmn, int32_t lac, bool longNameRequired);
/base/telephony/cellular_data/test/mock/
H A Dmock_core_service.h92 (int32_t slotId, const std::string &plmn, int32_t lac, bool longNameRequired), (override));

Completed in 27 milliseconds

12