Searched refs:cellList (Results 1 - 6 of 6) sorted by relevance
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 456 HDI::Ril::V1_1::CellListCurrentInfo cellList; in GetCurrentCellInfoResponse() local 463 cellList.itemNum = 0; in GetCurrentCellInfoResponse() 464 cellList.cellCurrentInfo.clear(); in GetCurrentCellInfoResponse() 465 if (BuildCurrentCellList(cellList, response, responseLen) != 0) { in GetCurrentCellInfoResponse() 470 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetCurrentCellInfoResponse, cellList); in GetCurrentCellInfoResponse() 476 HDI::Ril::V1_1::CellListCurrentInfo_1_1 cellList; in GetCurrentCellInfoResponse_1_1() local 483 cellList.itemNum = 0; in GetCurrentCellInfoResponse_1_1() 484 cellList.cellCurrentInfo.clear(); in GetCurrentCellInfoResponse_1_1() 485 if (BuildCurrentCellList(cellList, response, responseLen) != 0) { in GetCurrentCellInfoResponse_1_1() 490 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetCurrentCellInfoResponse_1_1, cellList); in GetCurrentCellInfoResponse_1_1() 496 HDI::Ril::V1_2::CellListCurrentInfo_1_2 cellList; GetCurrentCellInfoResponse_1_2() local 773 HDI::Ril::V1_1::CellListCurrentInfo cellList; NetworkCurrentCellUpdated() local 790 HDI::Ril::V1_2::CellListCurrentInfo_1_2 cellList; NetworkCurrentCellUpdated_1_2() local 822 HDI::Ril::V1_1::CellListCurrentInfo_1_1 cellList; NetworkCurrentCellUpdated_1_1() local [all...] |
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 87 void NetworkSearchTest::PrintCellInformation(std::vector<sptr<CellInformation>> cellList) in PrintCellInformation() argument 89 for (const auto &cell : cellList) { in PrintCellInformation() 829 std::vector<sptr<CellInformation>> cellList; in HWTEST_F() local 830 int32_t result = CoreServiceClient::GetInstance().GetCellInfoList(SLOT_ID, cellList); in HWTEST_F() 832 PrintCellInformation(cellList); in HWTEST_F() 833 ASSERT_TRUE(!cellList.empty()); in HWTEST_F() 849 std::vector<sptr<CellInformation>> cellList; in HWTEST_F() local 850 int32_t result = CoreServiceClient::GetInstance().GetCellInfoList(SLOT_ID1, cellList); in HWTEST_F() 852 PrintCellInformation(cellList); in HWTEST_F() 853 ASSERT_TRUE(!cellList in HWTEST_F() 868 std::vector<sptr<CellInformation>> cellList; HWTEST_F() local 888 std::vector<sptr<CellInformation>> cellList; HWTEST_F() local [all...] |
H A D | network_search_test.h | 198 void PrintCellInformation(std::vector<sptr<CellInformation>> cellList);
|
H A D | zero_branch_test_core_service.cpp | 142 std::vector<sptr<CellInformation>> cellList; in HWTEST_F() local 143 int32_t result = DelayedSingleton<CoreService>::GetInstance()->GetCellInfoList(SLOT_ID, cellList); in HWTEST_F()
|
/base/telephony/core_service/services/network_search/test/ |
H A D | test.cpp | 670 std::vector<sptr<CellInformation>> cellList; in TestGetCellInfoList() local 671 if (g_telephonyService->GetCellInfoList(InputSlotId(), cellList) != TELEPHONY_ERR_SUCCESS) { in TestGetCellInfoList() 676 for (const auto &v : cellList) { in TestGetCellInfoList()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 1444 CurrentCellInfoList cellList = {0, NULL}; in ProcessCurrentCellList() local 1452 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(CurrentCellInfoList)); in ProcessCurrentCellList() 1462 if (cellList.currentCellInfo != NULL) { in ProcessCurrentCellList() 1463 free(cellList.currentCellInfo); in ProcessCurrentCellList()
|
Completed in 16 milliseconds