Searched refs:cellList (Results 1 – 6 of 6) sorted by relevance
460 cellList.itemNum = 0; in GetCurrentCellInfoResponse()461 cellList.cellCurrentInfo.clear(); in GetCurrentCellInfoResponse()480 cellList.itemNum = 0; in GetCurrentCellInfoResponse_1_1()481 cellList.cellCurrentInfo.clear(); in GetCurrentCellInfoResponse_1_1()500 cellList.itemNum = 0; in GetCurrentCellInfoResponse_1_2()761 cellList.itemNum = 0; in NetworkCurrentCellUpdated()762 cellList.cellCurrentInfo.clear(); in NetworkCurrentCellUpdated()778 cellList.itemNum = 0; in NetworkCurrentCellUpdated_1_2()779 cellList.cellCurrentInfo.clear(); in NetworkCurrentCellUpdated_1_2()810 cellList.itemNum = 0; in NetworkCurrentCellUpdated_1_1()[all …]
89 for (const auto &cell : cellList) { in PrintCellInformation()829 std::vector<sptr<CellInformation>> cellList; variable832 PrintCellInformation(cellList);833 ASSERT_TRUE(!cellList.empty());849 std::vector<sptr<CellInformation>> cellList; variable852 PrintCellInformation(cellList);853 ASSERT_TRUE(!cellList.empty());871 PrintCellInformation(cellList);872 ASSERT_TRUE(cellList.empty());891 PrintCellInformation(cellList);[all …]
198 void PrintCellInformation(std::vector<sptr<CellInformation>> cellList);
144 std::vector<sptr<CellInformation>> cellList; variable145 … int32_t result = DelayedSingleton<CoreService>::GetInstance()->GetCellInfoList(SLOT_ID, cellList);
670 std::vector<sptr<CellInformation>> cellList; in TestGetCellInfoList() local671 if (g_telephonyService->GetCellInfoList(InputSlotId(), cellList) != TELEPHONY_ERR_SUCCESS) { in TestGetCellInfoList()676 for (const auto &v : cellList) { in TestGetCellInfoList()
1444 CurrentCellInfoList cellList = {0, NULL}; in ProcessCurrentCellList() local1452 if (ParseGetCurrentCellInfoResponseLine(pStr, &cciv[cellList.itemNum]) != 0) { in ProcessCurrentCellList()1455 cellList.itemNum++; in ProcessCurrentCellList()1457 cellList.currentCellInfo = cciv; in ProcessCurrentCellList()1461 …OnNetworkReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&cellList, sizeof(CurrentCellInfoLis… in ProcessCurrentCellList()1462 if (cellList.currentCellInfo != NULL) { in ProcessCurrentCellList()1463 free(cellList.currentCellInfo); in ProcessCurrentCellList()