Home
last modified time | relevance | path

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

/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp498 WcdmaCellInformation::WcdmaCellInformation(const WcdmaCellInformation &wcdmaCell) in WcdmaCellInformation() argument
500 mcc_ = wcdmaCell.mcc_; in WcdmaCellInformation()
501 mnc_ = wcdmaCell.mnc_; in WcdmaCellInformation()
502 uarfcn_ = wcdmaCell.uarfcn_; in WcdmaCellInformation()
503 cellId_ = wcdmaCell.cellId_; in WcdmaCellInformation()
504 psc_ = wcdmaCell.psc_; in WcdmaCellInformation()
505 lac_ = wcdmaCell.lac_; in WcdmaCellInformation()
506 timeStamp_ = wcdmaCell.timeStamp_; in WcdmaCellInformation()
507 signalLevel_ = wcdmaCell.signalLevel_; in WcdmaCellInformation()
508 signalIntensity_ = wcdmaCell in WcdmaCellInformation()
512 operator =(const WcdmaCellInformation &wcdmaCell) operator =() argument
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h190 WcdmaCellInformation(const WcdmaCellInformation &wcdmaCell);
191 WcdmaCellInformation &operator=(const WcdmaCellInformation &wcdmaCell);
229 TdscdmaCellInformation(const TdscdmaCellInformation &wcdmaCell);
230 TdscdmaCellInformation &operator=(const TdscdmaCellInformation &wcdmaCell);
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp828 WcdmaCellInformation &wcdmaCell = *cell; in AddCellInformation() local
829 wcdmaCell = *(static_cast<WcdmaCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A 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 == wcdmaCellInformation); in PrintWcdmaCellInformation()
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp666 std::unique_ptr<WcdmaCellInformation> wcdmaCell = std::make_unique<WcdmaCellInformation>(); in HWTEST_F() local
667 ASSERT_TRUE(wcdmaCell != nullptr); in HWTEST_F()
668 vec.push_back(wcdmaCell.release()); in HWTEST_F()

Completed in 11 milliseconds