/ohos5.0/base/telephony/core_service/test/fuzztest/updateiccdiallingnumbers_fuzzer/ |
H A D | updateiccdiallingnumbers_fuzzer.cpp | 131 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 D | cell_info.h | 34 void GetCellInfoList(std::vector<sptr<CellInformation>> &cellInfo);
|
H A D | network_search_handler.h | 54 int32_t GetCellInfoList(std::vector<sptr<CellInformation>> &cells);
|
H A D | network_search_manager.h | 182 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) override;
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 103 …DelayedRefSingleton<Telephony::CoreServiceClient>::GetInstance().GetCellInfoList(slotId, cellInfor… in GetCellRefInfo()
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_network_search.h | 101 … virtual int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) = 0;
|
H A D | core_manager_inner.h | 150 …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 D | core_service_client.h | 826 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo);
|
H A D | i_core_service.h | 136 … virtual int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) = 0;
|
H A D | core_service_proxy.h | 131 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) override;
|
H A D | i_tel_ril_manager.h | 118 …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 D | sim_core_service_test.cpp | 54 EXPECT_NE(mCoreService->GetCellInfoList(0, cellInfo), TELEPHONY_ERR_SUCCESS); 201 EXPECT_NE(mCoreService->GetCellInfoList(0, cellInfo), TELEPHONY_ERR_SUCCESS);
|
H A D | network_search_test.cpp | 830 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 D | zero_branch_test.cpp | 143 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 D | network_search_handler.cpp | 1092 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 D | network_register.cpp | 327 networkSearchManager->GetCellInfoList(slotId_, cellInfo); in UpdateNsaState()
|
H A D | network_search_manager.cpp | 1029 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 D | core_service_client.cpp | 969 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 D | core_manager_inner.cpp | 437 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 D | core_service.h | 223 int32_t GetCellInfoList(int32_t slotId, std::vector<sptr<CellInformation>> &cellInfo) override;
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 41 int32_t GetCellInfoList(const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 122 … int32_t GetCellInfoList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1416 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 D | tel_ril_manager.cpp | 654 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 D | test.cpp | 671 if (g_telephonyService->GetCellInfoList(InputSlotId(), cellList) != TELEPHONY_ERR_SUCCESS) { in TestGetCellInfoList()
|