Home
last modified time | relevance | path

Searched refs:cellInfoList (Results 1 - 15 of 15) sorted by relevance

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h79 const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList);
81 const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList);
83 const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList);
117 const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList);
126 const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList);
135 const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList);
144 const HDI::Ril::V1_1::CellListCurrentInfo_1_1 &cellInfoList);
159 const HDI::Ril::V1_2::CellListCurrentInfo_1_2 &cellInfoList);
H A Dtel_ril_callback.h223 const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) override;
225 const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) override;
227 const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList) override;
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp416 HDI::Ril::V1_1::CellListNearbyInfo cellInfoList; in GetNeighboringCellInfoListResponse() local
423 cellInfoList.itemNum = 0; in GetNeighboringCellInfoListResponse()
424 cellInfoList.cellNearbyInfo.clear(); in GetNeighboringCellInfoListResponse()
425 if (BuildNeighboringCellList(cellInfoList, response, responseLen) != 0) { in GetNeighboringCellInfoListResponse()
430 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetNeighboringCellInfoListResponse, cellInfoList); in GetNeighboringCellInfoListResponse()
436 HDI::Ril::V1_2::CellListNearbyInfo_1_2 cellInfoList; in GetNeighboringCellInfoListResponse_1_2() local
443 cellInfoList.itemNum = 0; in GetNeighboringCellInfoListResponse_1_2()
444 cellInfoList.cellNearbyInfo.clear(); in GetNeighboringCellInfoListResponse_1_2()
445 if (BuildNeighboringCellList(cellInfoList, response, responseLen) != 0) { in GetNeighboringCellInfoListResponse_1_2()
450 return Response(responseInfo, &HDI::Ril::V1_2::IRilCallback::GetNeighboringCellInfoListResponse_1_2, cellInfoList); in GetNeighboringCellInfoListResponse_1_2()
1040 BuildNeighboringCellList( HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList, const void *response, size_t responseLen) BuildNeighboringCellList() argument
1059 BuildNeighboringCellList( HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList, const void *response, size_t responseLen) BuildNeighboringCellList() argument
1357 BuildCurrentCellList(HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList, const void *response, size_t responseLen) BuildCurrentCellList() argument
1376 BuildCurrentCellList( HDI::Ril::V1_1::CellListCurrentInfo_1_1 &cellInfoList, const void *response, size_t responseLen) BuildCurrentCellList() argument
1395 BuildCurrentCellList( HDI::Ril::V1_2::CellListCurrentInfo_1_2 &cellInfoList, const void *response, size_t responseLen) BuildCurrentCellList() argument
[all...]
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp289 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) in GetNeighboringCellInfoListResponse()
292 BuildNeighboringCellInfoList(cellListNearbyInfo, cellInfoList); in GetNeighboringCellInfoListResponse()
297 const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) in GetNeighboringCellInfoListResponse_1_2()
300 BuildNeighboringCellInfoList(cellListNearbyInfo, cellInfoList); in GetNeighboringCellInfoListResponse_1_2()
305 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList) in GetCurrentCellInfoResponse()
308 BuildCurrentCellInfoList(currentCellList, cellInfoList); in GetCurrentCellInfoResponse()
510 std::shared_ptr<CellListNearbyInfo> cellListNearbyInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) in BuildNeighboringCellInfoList()
512 cellListNearbyInfo->itemNum = cellInfoList.itemNum; in BuildNeighboringCellInfoList()
513 for (auto info : cellInfoList.cellNearbyInfo) { in BuildNeighboringCellInfoList()
611 std::shared_ptr<CellListNearbyInfo> cellListNearbyInfo, const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) in BuildNeighboringCellInfoList()
288 GetNeighboringCellInfoListResponse( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) GetNeighboringCellInfoListResponse() argument
296 GetNeighboringCellInfoListResponse_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) GetNeighboringCellInfoListResponse_1_2() argument
304 GetCurrentCellInfoResponse( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList) GetCurrentCellInfoResponse() argument
509 BuildNeighboringCellInfoList( std::shared_ptr<CellListNearbyInfo> cellListNearbyInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) BuildNeighboringCellInfoList() argument
610 BuildNeighboringCellInfoList( std::shared_ptr<CellListNearbyInfo> cellListNearbyInfo, const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) BuildNeighboringCellInfoList() argument
711 BuildCurrentCellInfoList( std::shared_ptr<CellListCurrentInfo> currentCellList, const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList) BuildCurrentCellInfoList() argument
823 BuildCurrentCellInformationList(std::shared_ptr<CellListCurrentInformation> currentCellList, const HDI::Ril::V1_1::CellListCurrentInfo_1_1 &cellInfoList) BuildCurrentCellInformationList() argument
943 BuildCurrentCellInformationList(std::shared_ptr<CellListCurrentInformation> currentCellList, const HDI::Ril::V1_2::CellListCurrentInfo_1_2 &cellInfoList) BuildCurrentCellInformationList() argument
[all...]
H A Dtel_ril_callback.cpp707 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) in GetNeighboringCellInfoListResponse()
710 cellInfoList); in GetNeighboringCellInfoListResponse()
715 const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) in GetNeighboringCellInfoListResponse_1_2()
718 &TelRilNetwork::GetNeighboringCellInfoListResponse_1_2, cellInfoList); in GetNeighboringCellInfoListResponse_1_2()
722 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList) in GetCurrentCellInfoResponse()
725 responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::GetCurrentCellInfoResponse, cellInfoList); in GetCurrentCellInfoResponse()
706 GetNeighboringCellInfoListResponse( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) GetNeighboringCellInfoListResponse() argument
713 GetNeighboringCellInfoListResponse_1_2( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) GetNeighboringCellInfoListResponse_1_2() argument
721 GetCurrentCellInfoResponse( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList) GetCurrentCellInfoResponse() argument
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h123 int32_t BuildNeighboringCellList(HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList,
130 HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList, const void *response, size_t responseLen);
135 HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList, const void *response, size_t responseLen);
142 HDI::Ril::V1_1::CellListCurrentInfo_1_1 &cellInfoList, const void *response, size_t responseLen);
149 HDI::Ril::V1_2::CellListCurrentInfo_1_2 &cellInfoList, const void *response, size_t responseLen);
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_branch_test.cpp312 std::vector<sptr<CellInformation>> cellInfoList; in HWTEST_F() local
314 cellInfoList.push_back(gsmCellInformation); in HWTEST_F()
315 result = proxy->UpdateCellInfo(0, cellInfoList); in HWTEST_F()
/base/telephony/core_service/services/network_search/src/
H A Dcell_info.cpp126 CellListCurrentInformation *cellInfoList = event->GetSharedObject<CellListCurrentInformation>().get(); in ProcessCurrentCellInfo() local
127 if (cellInfoList == nullptr) { in ProcessCurrentCellInfo()
128 TELEPHONY_LOGE("CellInfo::ProcessCurrentCellInfo cellInfoList is nullptr slotId:%{public}d", slotId_); in ProcessCurrentCellInfo()
132 int32_t cellSize = cellInfoList->itemNum >= CellInformation::MAX_CELL_NUM ? CellInformation::MAX_CELL_NUM : in ProcessCurrentCellInfo()
133 cellInfoList->itemNum; in ProcessCurrentCellInfo()
141 cellInfoList->itemNum, slotId_); in ProcessCurrentCellInfo()
142 std::vector<CurrentCellInformation> cell = cellInfoList->cellCurrentInfo; in ProcessCurrentCellInfo()
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp592 const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo &cellInfoList) in GetNeighboringCellInfoListResponse()
596 cout << "[cellInfoList] -->[itemNum] : " << cellInfoList.itemNum << endl; in GetNeighboringCellInfoListResponse()
597 for (auto cellInfo : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse()
633 const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo_1_2 &cellInfoList) in GetNeighboringCellInfoListResponse_1_2()
637 cout << "[cellInfoList] -->[itemNum] : " << cellInfoList.itemNum << endl; in GetNeighboringCellInfoListResponse_1_2()
638 for (auto cellInfo : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse_1_2()
674 const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) in GetCurrentCellInfoResponse()
678 cout << "[cellInfoList] in GetCurrentCellInfoResponse()
591 GetNeighboringCellInfoListResponse( const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo &cellInfoList) GetNeighboringCellInfoListResponse() argument
632 GetNeighboringCellInfoListResponse_1_2( const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo_1_2 &cellInfoList) GetNeighboringCellInfoListResponse_1_2() argument
673 GetCurrentCellInfoResponse( const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) GetCurrentCellInfoResponse() argument
[all...]
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp658 const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo &cellInfoList) in GetNeighboringCellInfoListResponse()
660 TELEPHONY_LOGI("RilCallbackTest::GetNeighboringCellInfoListResponse itemNum:%{public}d", cellInfoList.itemNum); in GetNeighboringCellInfoListResponse()
661 for (auto info : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse()
703 const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo_1_2 &cellInfoList) in GetNeighboringCellInfoListResponse_1_2()
705 TELEPHONY_LOGI("itemNum:%{public}d", cellInfoList.itemNum); in GetNeighboringCellInfoListResponse_1_2()
706 for (auto info : cellInfoList.cellNearbyInfo) { in GetNeighboringCellInfoListResponse_1_2()
747 const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) in GetCurrentCellInfoResponse()
749 TELEPHONY_LOGI("RilCallbackTest::GetCurrentCellInfoResponse itemNum:%{public}d", cellInfoList.itemNum); in GetCurrentCellInfoResponse()
750 for (auto info : cellInfoList.cellCurrentInfo) { in GetCurrentCellInfoResponse()
657 GetNeighboringCellInfoListResponse( const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo &cellInfoList) GetNeighboringCellInfoListResponse() argument
702 GetNeighboringCellInfoListResponse_1_2( const RilRadioResponseInfo &responseInfo, const CellListNearbyInfo_1_2 &cellInfoList) GetNeighboringCellInfoListResponse_1_2() argument
746 GetCurrentCellInfoResponse( const RilRadioResponseInfo &responseInfo, const CellListCurrentInfo &cellInfoList) GetCurrentCellInfoResponse() argument
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h229 const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) override;
231 const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) override;
233 const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList) override;
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h447 const HDI::Ril::V1_1::CellListNearbyInfo &cellInfoList) override;
449 const HDI::Ril::V1_2::CellListNearbyInfo_1_2 &cellInfoList) override;
451 const HDI::Ril::V1_1::CellListCurrentInfo &cellInfoList) override;
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_native_branch_test.cpp365 std::vector<sptr<CellInformation>> cellInfoList; in HWTEST_F() local
369 EXPECT_EQ(mInner.GetCellInfoList(-1, cellInfoList), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
H A Dzero_branch_test.cpp134 std::vector<sptr<CellInformation>> cellInfoList; in HWTEST_F() local
147 cellInfo->GetCellInfoList(cellInfoList); in HWTEST_F()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_network.c1144 CellInfoList cellInfoList = { 0, NULL }; in ReqGetNeighboringCellInfoList() local
1146 struct ResponseAck respDataAck = { responseInfo, (uint8_t *)&cellInfoList, sizeof(CellInfoList) }; in ReqGetNeighboringCellInfoList()
1168 TELEPHONY_LOGE("cellInfoList alloc failed!"); in ReqGetNeighboringCellInfoList()
1178 cellInfoList.itemNum = index; in ReqGetNeighboringCellInfoList()
1179 cellInfoList.cellNearbyInfo = cellInfo; in ReqGetNeighboringCellInfoList()

Completed in 32 milliseconds