Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h228 void SetTdscdmaParam(int32_t psc, int32_t lac, int32_t arfcn);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp471 cell->SetTdscdmaParam(cpid, lac, arfcn); in ProcessNeighboringCellTdscdma()
644 cell->SetTdscdmaParam(cpid, lac, arfcn); in ProcessCurrentCellTdscdma()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp675 void TdscdmaCellInformation::SetTdscdmaParam(int32_t cpid, int32_t lac, int32_t arfcn) in SetTdscdmaParam() function in OHOS::Telephony::TdscdmaCellInformation
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp216 tdscdmaCell->SetTdscdmaParam(0, 0, 0); in PrintTdscdmaCellInformation()