Home
last modified time | relevance | path

Searched refs:cellList (Results 1 - 6 of 6) sorted by relevance

/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp456 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 Dnetwork_search_test.cpp87 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 Dnetwork_search_test.h198 void PrintCellInformation(std::vector<sptr<CellInformation>> cellList);
H A Dzero_branch_test_core_service.cpp142 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 Dtest.cpp670 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 Dat_network.c1444 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