Searched refs:cellInformations (Results 1 – 4 of 4) sorted by relevance
102 std::vector<sptr<CellInformation>> cellInformations; in GetCellRefInfo() local103 …efSingleton<Telephony::CoreServiceClient>::GetInstance().GetCellInfoList(slotId, cellInformations); in GetCellRefInfo()104 if (cellInformations.size() == 0) { in GetCellRefInfo()108 for (sptr<CellInformation> infoItem : cellInformations) { in GetCellRefInfo()
843 std::vector<sptr<CellInformation>> cellInformations; variable844 telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID, cellInformations);847 cellInformations.push_back(cellInfo);849 telephonyObserverProxy->OnCellInfoUpdated(DEFAULT_SIM_SLOT_ID, cellInformations);853 EXPECT_GE(cellInformations.size(), static_cast<size_t>(0));
255 std::vector<sptr<CellInformation>> cellInformations {};
2170 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()2191 asyncContext->cellInformations.size(), asyncContext->resolved, asyncContext->slotId); in GetCellInformationCallback()2195 for (sptr<CellInformation> infoItem : asyncContext->cellInformations) { in GetCellInformationCallback()