Home
last modified time | relevance | path

Searched refs:gsmCellInformation (Results 1 - 4 of 4) sorted by relevance

/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_branch_test.cpp313 sptr<CellInformation> gsmCellInformation = new GsmCellInformation(); in HWTEST_F() local
314 cellInfoList.push_back(gsmCellInformation); in HWTEST_F()
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp792 sptr<Telephony::GsmCellInformation> gsmCellInformation = new Telephony::GsmCellInformation(); in HWTEST_F() local
793 gsmCellInformation->Init(0, 0, 0); in HWTEST_F()
794 agnssCallback_->JudgmentDataGsm(refInfo, gsmCellInformation); in HWTEST_F()
806 sptr<Telephony::GsmCellInformation> gsmCellInformation = nullptr; in HWTEST_F() local
807 agnssCallback_->JudgmentDataGsm(refInfo, gsmCellInformation); in HWTEST_F()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp136 sptr<CellInformation> gsmCellInformation = new GsmCellInformation(); in HWTEST_F() local
145 gsmCellInformation->CellInformation::Unmarshalling(parcel); in HWTEST_F()
157 cellInfo->ProcessCellLocation(gsmCellInformation, CellInformation::CellType::CELL_TYPE_NONE, 1, 0); in HWTEST_F()
158 cellInfo->UpdateSignalLevel(gsmCellInformation, CellInformation::CellType::CELL_TYPE_TDSCDMA); in HWTEST_F()
159 cellInfo->UpdateSignalLevel(gsmCellInformation, CellInformation::CellType::CELL_TYPE_NONE); in HWTEST_F()
160 cellInfo->AddCellInformation(gsmCellInformation, cellInfos); in HWTEST_F()
166 EXPECT_TRUE(cellInfo->ProcessCellLocation(gsmCellInformation, CellInformation::CellType::CELL_TYPE_GSM, 1, 0)); in HWTEST_F()
H A Dnetwork_search_test.cpp143 GsmCellInformation gsmCellInformation = *gsm; in PrintGsmCellInformation() local
144 TELEPHONY_LOGI("CellInformation gsm is same as gsmCell:%{public}d", *gsmCell == gsmCellInformation); in PrintGsmCellInformation()

Completed in 16 milliseconds