Searched refs:gsmCellInformation (Results 1 - 4 of 4) sorted by relevance
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_branch_test.cpp | 313 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 D | gnss_ability_test.cpp | 792 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 D | zero_branch_test.cpp | 136 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 D | network_search_test.cpp | 143 GsmCellInformation gsmCellInformation = *gsm; in PrintGsmCellInformation() local 144 TELEPHONY_LOGI("CellInformation gsm is same as gsmCell:%{public}d", *gsmCell == gsmCellInformation); in PrintGsmCellInformation()
|
Completed in 15 milliseconds