Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcell_information.cpp130 mcc_ = gsmCell.mcc_; in GsmCellInformation()
131 mnc_ = gsmCell.mnc_; in GsmCellInformation()
132 arfcn_ = gsmCell.arfcn_; in GsmCellInformation()
133 cellId_ = gsmCell.cellId_; in GsmCellInformation()
134 bsic_ = gsmCell.bsic_; in GsmCellInformation()
135 lac_ = gsmCell.lac_; in GsmCellInformation()
144 mcc_ = gsmCell.mcc_; in operator =()
145 mnc_ = gsmCell.mnc_; in operator =()
146 arfcn_ = gsmCell.arfcn_; in operator =()
148 bsic_ = gsmCell.bsic_; in operator =()
[all …]
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dcell_information.h113 GsmCellInformation(const GsmCellInformation &gsmCell);
114 GsmCellInformation &operator=(const GsmCellInformation &gsmCell);
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp664 std::unique_ptr<GsmCellInformation> gsmCell = std::make_unique<GsmCellInformation>(); variable
665 ASSERT_TRUE(gsmCell != nullptr);
666 vec.push_back(gsmCell.release());
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp140 sptr<GsmCellInformation> gsmCell = new GsmCellInformation; in PrintGsmCellInformation() local
141 gsmCell->UpdateLocation(0, 0); in PrintGsmCellInformation()
142 gsmCell->SetGsmParam(0, 0, 0); in PrintGsmCellInformation()
144 …TELEPHONY_LOGI("CellInformation gsm is same as gsmCell:%{public}d", *gsmCell == gsmCellInformation… in PrintGsmCellInformation()
145 gsmCell->Init(0, 0, 0); in PrintGsmCellInformation()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp814 GsmCellInformation &gsmCell = *cell; in AddCellInformation() local
815 gsmCell = *(static_cast<GsmCellInformation *>(cellInfo.GetRefPtr())); in AddCellInformation()