Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp500 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()
514 mcc_ = wcdmaCell.mcc_; in operator =()
515 mnc_ = wcdmaCell.mnc_; in operator =()
516 uarfcn_ = wcdmaCell.uarfcn_; in operator =()
518 psc_ = wcdmaCell.psc_; in operator =()
[all …]
/ohos5.0/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);
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp670 std::unique_ptr<WcdmaCellInformation> wcdmaCell = std::make_unique<WcdmaCellInformation>(); variable
671 ASSERT_TRUE(wcdmaCell != nullptr);
672 vec.push_back(wcdmaCell.release());
/ohos5.0/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()
/ohos5.0/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 == wcdmaCellInf… in PrintWcdmaCellInformation()