Home
last modified time | relevance | path

Searched refs:GetCellId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp165 refInfo.cellId.cid = static_cast<unsigned int>(gsmCellInfo->GetCellId()); in JudgmentDataGsm()
177 refInfo.cellId.cid = static_cast<unsigned int>(lteCellInfo->GetCellId()); in JudgmentDataLte()
190 refInfo.cellId.cid = static_cast<unsigned int>(nrCellInfo->GetCellId()); in JudgmentDataNr()
204 refInfo.cellId.cid = static_cast<unsigned int>(wcdmaCellInfo->GetCellId()); 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()
194 if (lte->GetCellId() != cellId || lte->GetTac() != lac) { in ProcessCellLocation()
202 if (wcdma->GetCellId() != cellId || wcdma->GetLac() != lac) { in ProcessCellLocation()
210 if (tdscdma->GetCellId() != cellId || tdscdma->GetLac() != lac) { in ProcessCellLocation()
218 if (nr->GetCellId() != cellId || nr->GetTac() != 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()
912 cellLocation->SetGsmParam(cellinfo->GetCellId(), cellinfo->GetTac()); in GetCellLocationExt()
917 cellLocation->SetGsmParam(cellinfo->GetCellId(), cellinfo->GetTac()); in GetCellLocationExt()
H A Dnetwork_register.cpp332 cellId = (*iter)->GetCellId(); in UpdateNsaState()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h57 int32_t GetCellId() const;
H A Dcell_information.h71 virtual int32_t GetCellId() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp105 int32_t GsmCellLocation::GetCellId() const in GetCellId() function in OHOS::Telephony::GsmCellLocation
H A Dcell_information.cpp63 int32_t CellInformation::GetCellId() const in GetCellId() function in OHOS::Telephony::CellInformation
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp181 SetPropertyToNapiObject(env, val, "cellId", info.GetCellId()); in DataOfNetworkConversion()
193 SetPropertyToNapiObject(env, val, "cgi", info.GetCellId()); in DataOfNetworkConversion()
209 SetPropertyToNapiObject(env, val, "cellId", info.GetCellId()); in DataOfNetworkConversion()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp192 info.cid_ = gsmLocation->GetCellId(); in InitLocation()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2053 NapiUtil::SetPropertyInt32(env, data, "cellId", gsmCellInfo->GetCellId()); in JudgmentDataGsm()
2065 NapiUtil::SetPropertyInt32(env, data, "cgi", lteCellInfo->GetCellId()); in JudgmentDataLte()
2081 NapiUtil::SetPropertyInt32(env, data, "cellId", wcdmaCellInfo->GetCellId()); in JudgmentDataWcdma()
2106 NapiUtil::SetPropertyInt32(env, data, "cellId", tdscdmaCellInfo->GetCellId()); in JudgmentDataTdscdma()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp123 …lLte->Init(atoi(cellLte->GetMcc().c_str()), atoi(cellLte->GetMnc().c_str()), cellLte->GetCellId()); in PrintCellInformation()
151 cellLocation->SetGsmParam(gsm->GetCellId(), gsm->GetLac()); in PrintGsmCellInformation()
H A Dzero_branch_test.cpp3252 EXPECT_GE(gsmCellLocation->GetCellId(), 0);