Searched refs:GetPsc (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_location.h | 69 int32_t GetPsc() const;
|
H A D | cell_information.h | 199 int32_t GetPsc() const;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_location.cpp | 115 int32_t GsmCellLocation::GetPsc() const in GetPsc() function in OHOS::Telephony::GsmCellLocation
|
H A D | cell_information.cpp | 647 int32_t WcdmaCellInformation::GetPsc() const in GetPsc() function in OHOS::Telephony::WcdmaCellInformation
|
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | cell_info.cpp | 883 … cellLocation->SetGsmParam(cellinfo->GetCellId(), cellinfo->GetLac(), cellinfo->GetPsc()); in GetCellLocation()
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 210 SetPropertyToNapiObject(env, val, "psc", info.GetPsc()); in DataOfNetworkConversion()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 153 …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 D | napi_radio.cpp | 2082 NapiUtil::SetPropertyInt32(env, data, "psc", wcdmaCellInfo->GetPsc()); in JudgmentDataWcdma()
|