Home
last modified time | relevance | path

Searched refs:GetCellInfoList (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/
H A Dupdateiccdiallingnumbers_fuzzer.cpp131 void GetCellInfoList(const uint8_t *data, size_t size) in GetCellInfoList() function
191 GetCellInfoList(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/core_service/services/network_search/include/
H A Dcell_info.h34 void GetCellInfoList(std::vector<sptr<CellInformation>> &cellInfo);
H A Dnetwork_search_handler.h54 int32_t GetCellInfoList(std::vector<sptr<CellInformation>> &cells);
H A Dnetwork_search_manager.h182 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) override;
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dagnss_event_callback.cpp103 …DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetCellInfoList(slotId, cellInfor… in GetCellRefInfo()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h101 … virtual int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) = 0;
H A Dcore_manager_inner.h150 …int32_t GetCellInfoList(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHa…
219 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo);
H A Dcore_service_client.h826 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo);
H A Di_core_service.h136 … virtual int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) = 0;
H A Dcore_service_proxy.h131 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) override;
H A Di_tel_ril_manager.h118 …virtual int32_t GetCellInfoList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) =…
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp54 EXPECT_NE(mCoreService->GetCellInfoList(0, cellInfo), TELEPHONY_ERR_SUCCESS);
201 EXPECT_NE(mCoreService->GetCellInfoList(0, cellInfo), TELEPHONY_ERR_SUCCESS);
H A Dnetwork_search_test.cpp830 int32_t result = CoreServiceClient::GetInstance().GetCellInfoList(SLOT_ID, cellList);
850 int32_t result = CoreServiceClient::GetInstance().GetCellInfoList(SLOT_ID1, cellList);
869 int32_t result = CoreServiceClient::GetInstance().GetCellInfoList(SLOT_ID, cellList);
889 int32_t result = CoreServiceClient::GetInstance().GetCellInfoList(SLOT_ID1, cellList);
H A Dzero_branch_test.cpp143 cellInfo->GetCellInfoList(cellInfoList);
991 EXPECT_GT(mInner.GetCellInfoList(0, 0, nullptr), TELEPHONY_ERR_SUCCESS);
1026 EXPECT_EQ(mInner.GetCellInfoList(0, cellInfo), TELEPHONY_ERR_LOCAL_PTR_NULL);
2187 networkSearchManager->GetCellInfoList(INVALID_SLOTID, cellInfo);
2467 networkSearchHandler->GetCellInfoList(cells);
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_handler.cpp1092 int32_t NetworkSearchHandler::GetCellInfoList(std::vector<sptr<CellInformation>> &cells) in GetCellInfoList() function in OHOS::Telephony::NetworkSearchHandler
1096 cellInfo_->GetCellInfoList(cells); in GetCellInfoList()
1123 cellInfo_->GetCellInfoList(cells); in SendUpdateCellLocationRequest()
H A Dnetwork_register.cpp327 networkSearchManager->GetCellInfoList(slotId_, cellInfo); in UpdateNsaState()
H A Dnetwork_search_manager.cpp1029 int32_t NetworkSearchManager::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &c… in GetCellInfoList() function in OHOS::Telephony::NetworkSearchManager
1034 inner->networkSearchHandler_->GetCellInfoList(cellInfo); in GetCellInfoList()
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp969 int32_t CoreServiceClient::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cell… in GetCellInfoList() function in OHOS::Telephony::CoreServiceClient
976 return proxy->GetCellInfoList(slotId, cellInfo); in GetCellInfoList()
H A Dcore_manager_inner.cpp437 int32_t CoreManagerInner::GetCellInfoList( in GetCellInfoList() function in OHOS::Telephony::CoreManagerInner
450 return telRilManager_->GetCellInfoList(slotId, response); in GetCellInfoList()
1561 int32_t CoreManagerInner::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellI… in GetCellInfoList() function in OHOS::Telephony::CoreManagerInner
1567 return networkSearchManager_->GetCellInfoList(slotId, cellInfo); in GetCellInfoList()
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service.h223 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h41 int32_t GetCellInfoList(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h122 … int32_t GetCellInfoList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp1416 int32_t CoreService::GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) in GetCellInfoList() function in OHOS::Telephony::CoreService
1429 return networkSearchManager_->GetCellInfoList(slotId, cellInfo); in GetCellInfoList()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp654 int32_t TelRilManager::GetCellInfoList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &respo… in GetCellInfoList() function in OHOS::Telephony::TelRilManager
656 …TaskSchedule(response, "TelRilNetwork", GetTelRilNetwork(slotId), &TelRilNetwork::GetCellInfoList); in GetCellInfoList()
/ohos5.0/base/telephony/core_service/services/network_search/test/
H A Dtest.cpp671 if (g_telephonyService->GetCellInfoList(InputSlotId(), cellList) != TELEPHONY_ERR_SUCCESS) { in TestGetCellInfoList()

12