/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | cell_information.h | 133 int32_t GetArfcn() const; 172 int32_t GetArfcn() const; 211 int32_t GetArfcn() const; 250 int32_t GetArfcn() const; 330 int32_t GetArfcn() const;
|
H A D | nr_ssb_information.h | 78 int32_t GetArfcn() const;
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | cell_information.cpp | 172 int32_t GsmCellInformation::GetArfcn() const in GetArfcn() function in OHOS::Telephony::GsmCellInformation 357 int32_t LteCellInformation::GetArfcn() const in GetArfcn() function in OHOS::Telephony::LteCellInformation 541 int32_t WcdmaCellInformation::GetArfcn() const in GetArfcn() function in OHOS::Telephony::WcdmaCellInformation 725 int32_t TdscdmaCellInformation::GetArfcn() const in GetArfcn() function in OHOS::Telephony::TdscdmaCellInformation 1239 int32_t NrCellInformation::GetArfcn() const in GetArfcn() function in OHOS::Telephony::NrCellInformation
|
H A D | nr_ssb_information.cpp | 224 int32_t NrSsbInformation::GetArfcn() const in GetArfcn() function in OHOS::Telephony::NrSsbInformation
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 182 SetPropertyToNapiObject(env, val, "arfcn", info.GetArfcn()); in DataOfNetworkConversion() 196 SetPropertyToNapiObject(env, val, "earfcn", info.GetArfcn()); in DataOfNetworkConversion() 211 SetPropertyToNapiObject(env, val, "uarfcn", info.GetArfcn()); in DataOfNetworkConversion() 221 SetPropertyToNapiObject(env, val, "nrArfcn", info.GetArfcn()); in DataOfNetworkConversion()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 135 … static_cast<int32_t>(gsm->GetNetworkType()), gsm->GetLac(), gsm->GetBsic(), gsm->GetArfcn()); in PrintGsmCellInformation() 193 …tatic_cast<int32_t>(wcdma->GetNetworkType()), wcdma->GetPsc(), wcdma->GetLac(), wcdma->GetArfcn()); in PrintWcdmaCellInformation() 209 …t<int32_t>(tdscdma->GetNetworkType()), tdscdma->GetCpid(), tdscdma->GetLac(), tdscdma->GetArfcn()); in PrintTdscdmaCellInformation() 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/services/network_search/test/ |
H A D | test.cpp | 736 nrSsbInformation->GetArfcn(), nrSsbInformation->GetPci(), nrSsbInformation->GetRsrp(), in TestGetNrSsbId()
|
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/ |
H A D | napi_radio.cpp | 2054 NapiUtil::SetPropertyInt32(env, data, "arfcn", gsmCellInfo->GetArfcn()); in JudgmentDataGsm() 2068 NapiUtil::SetPropertyInt32(env, data, "earfcn", lteCellInfo->GetArfcn()); in JudgmentDataLte() 2083 NapiUtil::SetPropertyInt32(env, data, "uarfcn", wcdmaCellInfo->GetArfcn()); in JudgmentDataWcdma() 2108 NapiUtil::SetPropertyInt32(env, data, "uarfcn", tdscdmaCellInfo->GetArfcn()); in JudgmentDataTdscdma() 2118 NapiUtil::SetPropertyInt32(env, data, "nrArfcn", nrCellCellInfo->GetArfcn()); in JudgmentDataNr()
|