/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 165 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 D | cell_info.cpp | 186 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 D | network_register.cpp | 332 cellId = (*iter)->GetCellId(); in UpdateNsaState()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_location.h | 57 int32_t GetCellId() const;
|
H A D | cell_information.h | 71 virtual int32_t GetCellId() const;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_location.cpp | 105 int32_t GsmCellLocation::GetCellId() const in GetCellId() function in OHOS::Telephony::GsmCellLocation
|
H A D | cell_information.cpp | 63 int32_t CellInformation::GetCellId() const in GetCellId() function in OHOS::Telephony::CellInformation
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 181 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 D | gsm_sms_cb_handler.cpp | 192 info.cid_ = gsmLocation->GetCellId(); in InitLocation()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 2053 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 D | network_search_test.cpp | 123 …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 D | zero_branch_test.cpp | 3252 EXPECT_GE(gsmCellLocation->GetCellId(), 0);
|