Home
last modified time | relevance | path

Searched refs:wcdmaCell (Results 1 – 5 of 5) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
Dcell_information.cpp488 WcdmaCellInformation::WcdmaCellInformation(const WcdmaCellInformation &wcdmaCell) in WcdmaCellInformation() argument
490 mcc_ = wcdmaCell.mcc_; in WcdmaCellInformation()
491 mnc_ = wcdmaCell.mnc_; in WcdmaCellInformation()
492 uarfcn_ = wcdmaCell.uarfcn_; in WcdmaCellInformation()
493 cellId_ = wcdmaCell.cellId_; in WcdmaCellInformation()
494 psc_ = wcdmaCell.psc_; in WcdmaCellInformation()
495 lac_ = wcdmaCell.lac_; in WcdmaCellInformation()
496 timeStamp_ = wcdmaCell.timeStamp_; in WcdmaCellInformation()
497 signalLevel_ = wcdmaCell.signalLevel_; in WcdmaCellInformation()
498 signalIntensity_ = wcdmaCell.signalIntensity_; in WcdmaCellInformation()
[all …]
/base/telephony/core_service/interfaces/innerkits/include/
Dcell_information.h189 WcdmaCellInformation(const WcdmaCellInformation &wcdmaCell);
190 WcdmaCellInformation &operator=(const WcdmaCellInformation &wcdmaCell);
228 TdscdmaCellInformation(const TdscdmaCellInformation &wcdmaCell);
229 TdscdmaCellInformation &operator=(const TdscdmaCellInformation &wcdmaCell);
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.cpp654 std::unique_ptr<WcdmaCellInformation> wcdmaCell = std::make_unique<WcdmaCellInformation>(); variable
655 ASSERT_TRUE(wcdmaCell != nullptr);
656 vec.push_back(wcdmaCell.release());
/base/telephony/core_service/services/network_search/src/
Dcell_info.cpp762 WcdmaCellInformation &wcdmaCell = *cell; in AddCellInformation() local
763 wcdmaCell = *(static_cast<WcdmaCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.cpp198 sptr<WcdmaCellInformation> wcdmaCell = new WcdmaCellInformation(); in PrintWcdmaCellInformation() local
199 wcdmaCell->UpdateLocation(0, 0); in PrintWcdmaCellInformation()
200 wcdmaCell->SetWcdmaParam(0, 0, 0); in PrintWcdmaCellInformation()
202 …TELEPHONY_LOGI("CellInformation wcdma is same as wcdmaCell:%{public}d", *wcdmaCell == wcdmaCellInf… in PrintWcdmaCellInformation()