Home
last modified time | relevance | path

Searched refs:SetWcdmaParam (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h189 void SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp425 cell->SetWcdmaParam(psc, 0, arfcn); in ProcessNeighboringCellWcdma()
582 cell->SetWcdmaParam(psc, lac, arfcn); in ProcessCurrentCellWcdma()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp491 void WcdmaCellInformation::SetWcdmaParam(int32_t psc, int32_t lac, int32_t arfcn) in SetWcdmaParam() function in OHOS::Telephony::WcdmaCellInformation
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp200 wcdmaCell->SetWcdmaParam(0, 0, 0); in PrintWcdmaCellInformation()