Searched refs:GetPci (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 178 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 D | cell_information.h | 160 int32_t GetPci() const; 336 int32_t GetPci() const;
|
H A D | nr_ssb_information.h | 80 int32_t GetPci() const;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | nr_ssb_information.cpp | 234 int32_t NrSsbInformation::GetPci() const in GetPci() function in OHOS::Telephony::NrSsbInformation
|
H A D | cell_information.cpp | 463 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 D | event_listener_handler.cpp | 194 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 D | test.cpp | 736 nrSsbInformation->GetArfcn(), nrSsbInformation->GetPci(), nrSsbInformation->GetRsrp(), in TestGetNrSsbId()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 225 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 D | napi_radio.cpp | 2066 NapiUtil::SetPropertyInt32(env, data, "pci", lteCellInfo->GetPci()); in JudgmentDataLte() 2119 NapiUtil::SetPropertyInt32(env, data, "pci", nrCellCellInfo->GetPci()); in JudgmentDataNr()
|