Home
last modified time | relevance | path

Searched refs:GetPci (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp178 refInfo.cellId.pcid = static_cast<unsigned short>(lteCellInfo->GetPci()); in JudgmentDataLte()
191 refInfo.cellId.pcid = static_cast<unsigned short>(nrCellInfo->GetPci()); in JudgmentDataNr()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h160 int32_t GetPci() const;
336 int32_t GetPci() const;
H A Dnr_ssb_information.h80 int32_t GetPci() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnr_ssb_information.cpp234 int32_t NrSsbInformation::GetPci() const in GetPci() function in OHOS::Telephony::NrSsbInformation
H A Dcell_information.cpp463 int32_t LteCellInformation::GetPci() const in GetPci() function in OHOS::Telephony::LteCellInformation
1244 int32_t NrCellInformation::GetPci() const in GetPci() function in OHOS::Telephony::NrCellInformation
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp194 SetPropertyToNapiObject(env, val, "pci", info.GetPci()); in DataOfNetworkConversion()
222 SetPropertyToNapiObject(env, val, "pci", info.GetPci()); in DataOfNetworkConversion()
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp736 nrSsbInformation->GetArfcn(), nrSsbInformation->GetPci(), nrSsbInformation->GetRsrp(), in TestGetNrSsbId()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp225 static_cast<int32_t>(lte->GetNetworkType()), lte->GetPci(), lte->GetTac(), lte->GetArfcn()); in PrintLteCellInformation()
242 …static_cast<int32_t>(nr->GetNetworkType()), nr->GetPci(), nr->GetTac(), nr->GetArfcn(), (int32_t)n… in PrintNrCellInformation()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2066 NapiUtil::SetPropertyInt32(env, data, "pci", lteCellInfo->GetPci()); in JudgmentDataLte()
2119 NapiUtil::SetPropertyInt32(env, data, "pci", nrCellCellInfo->GetPci()); in JudgmentDataNr()