Home
last modified time | relevance | path

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

/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp98 std::vector<sptr<CellInformation>> cellInformations; in GetCellRefInfo() local
99 DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetCellInfoList(slotId, cellInformations); in GetCellRefInfo()
100 if (cellInformations.size() == 0) { in GetCellRefInfo()
104 for (sptr<CellInformation> infoItem : cellInformations) { in GetCellRefInfo()
/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h255 std::vector<sptr<CellInformation>> cellInformations {};
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp839 std::vector<sptr<CellInformation>> cellInformations; in HWTEST_F() local
840 telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID, cellInformations); in HWTEST_F()
843 cellInformations.push_back(cellInfo); in HWTEST_F()
845 telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID, cellInformations); in HWTEST_F()
849 EXPECT_GE(cellInformations.size(), static_cast<size_t>(0)); in HWTEST_F()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2170 asyncContext->cellInformations.clear(); in NativeGetCellInformation()
2172 asyncContext->slotId, asyncContext->cellInformations); in NativeGetCellInformation()
2174 static_cast<unsigned long>(asyncContext->cellInformations.size())); in NativeGetCellInformation()
2179 if (asyncContext->cellInformations.size() == 0) { in NativeGetCellInformation()
2180 TELEPHONY_LOGE("NativeGetCellInformation cellInformations is empty."); in NativeGetCellInformation()
2191 asyncContext->cellInformations.size(), asyncContext->resolved, asyncContext->slotId); in GetCellInformationCallback()
2195 for (sptr<CellInformation> infoItem : asyncContext->cellInformations) { in GetCellInformationCallback()

Completed in 17 milliseconds