Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp460 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 …]
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test.cpp89 for (const auto &cell : cellList) { in PrintCellInformation()
829 std::vector<sptr<CellInformation>> cellList; variable
832 PrintCellInformation(cellList);
833 ASSERT_TRUE(!cellList.empty());
849 std::vector<sptr<CellInformation>> cellList; variable
852 PrintCellInformation(cellList);
853 ASSERT_TRUE(!cellList.empty());
871 PrintCellInformation(cellList);
872 ASSERT_TRUE(cellList.empty());
891 PrintCellInformation(cellList);
[all …]
H A Dnetwork_search_test.h198 void PrintCellInformation(std::vector<sptr<CellInformation>> cellList);
H A Dzero_branch_test_core_service.cpp144 std::vector<sptr<CellInformation>> cellList; variable
145 … int32_t result = DelayedSingleton<CoreService>::GetInstance()->GetCellInfoList(SLOT_ID, cellList);
/ohos5.0/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()
/ohos5.0/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(CurrentCellInfoLis… in ProcessCurrentCellList()
1462 if (cellList.currentCellInfo != NULL) { in ProcessCurrentCellList()
1463 free(cellList.currentCellInfo); in ProcessCurrentCellList()