Home
last modified time | relevance | path

Searched refs:GetPsc (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_location.h69 int32_t GetPsc() const;
H A Dcell_information.h199 int32_t GetPsc() const;
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_location.cpp115 int32_t GsmCellLocation::GetPsc() const in GetPsc() function in OHOS::Telephony::GsmCellLocation
H A Dcell_information.cpp647 int32_t WcdmaCellInformation::GetPsc() const in GetPsc() function in OHOS::Telephony::WcdmaCellInformation
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp883 … cellLocation->SetGsmParam(cellinfo->GetCellId(), cellinfo->GetLac(), cellinfo->GetPsc()); in GetCellLocation()
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp210 SetPropertyToNapiObject(env, val, "psc", info.GetPsc()); in DataOfNetworkConversion()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp153 …ast<int32_t>(cellLocation->GetCellLocationType()), cellLocation->GetLac(), cellLocation->GetPsc()); in PrintGsmCellInformation()
193 …static_cast<int32_t>(wcdma->GetNetworkType()), wcdma->GetPsc(), wcdma->GetLac(), wcdma->GetArfcn()… in PrintWcdmaCellInformation()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2082 NapiUtil::SetPropertyInt32(env, data, "psc", wcdmaCellInfo->GetPsc()); in JudgmentDataWcdma()