Home
last modified time | relevance | path

Searched refs:GetNetworkSearchInformation (Results 1 - 25 of 47) sorted by relevance

12

/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_search_result.h28 std::vector<NetworkInformation> GetNetworkSearchInformation() const;
H A Di_network_search.h70 virtual int32_t GetNetworkSearchInformation(int32_t slotId, NSCALLBACK &callback) = 0;
H A Dcore_manager_inner.h176 int32_t GetNetworkSearchInformation(
216 int32_t GetNetworkSearchInformation(int32_t slotId, const sptr<INetworkSearchCallback> &callback);
H A Dcore_service_client.h289 int32_t GetNetworkSearchInformation(int32_t slotId, const sptr<INetworkSearchCallback> &callback);
H A Dcore_service_proxy.h44 int32_t GetNetworkSearchInformation(int32_t slotId, const sptr<INetworkSearchCallback> &callback) override;
H A Di_tel_ril_manager.h230 virtual int32_t GetNetworkSearchInformation(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
H A Di_core_service.h90 virtual int32_t GetNetworkSearchInformation(int32_t slotId, const sptr<INetworkSearchCallback> &callback) = 0;
/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_search_result.cpp38 std::vector<NetworkInformation> NetworkSearchResult::GetNetworkSearchInformation() const in GetNetworkSearchInformation() function in OHOS::Telephony::NetworkSearchResult
H A Dcore_service_client.cpp382 int32_t CoreServiceClient::GetNetworkSearchInformation(int32_t slotId, const sptr<INetworkSearchCallback> &callback) in GetNetworkSearchInformation() function in OHOS::Telephony::CoreServiceClient
389 return proxy->GetNetworkSearchInformation(slotId, callback); in GetNetworkSearchInformation()
H A Dcore_manager_inner.cpp709 int32_t CoreManagerInner::GetNetworkSearchInformation( in GetNetworkSearchInformation() function in OHOS::Telephony::CoreManagerInner
722 return telRilManager_->GetNetworkSearchInformation(slotId, response); in GetNetworkSearchInformation()
1543 int32_t CoreManagerInner::GetNetworkSearchInformation(int32_t slotId, const sptr<INetworkSearchCallback> &callback) in GetNetworkSearchInformation() function in OHOS::Telephony::CoreManagerInner
1549 return networkSearchManager_->GetNetworkSearchInformation(slotId, callback); in GetNetworkSearchInformation()
/base/telephony/core_service/services/network_search/test/
H A Dnetwork_search_test_callback_stub.cpp64 std::vector<NetworkInformation> networkStates = networkSearchResult->GetNetworkSearchInformation(); in OnGetNetworkSearchInformation()
/base/telephony/core_service/test/fuzztest/setradiostate_fuzzer/
H A Dsetradiostate_fuzzer.cpp120 void GetNetworkSearchInformation(const uint8_t *data, size_t size) in GetNetworkSearchInformation() function
303 GetNetworkSearchInformation(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test_callback_stub.cpp171 std::vector<NetworkInformation> networkStates = networkSearchResult->GetNetworkSearchInformation(); in OnGetNetworkSearchInformation()
H A Dsim_core_service_test.cpp57 mCoreService->GetNetworkSearchInformation(0, callback); in HWTEST_F()
204 mCoreService->GetNetworkSearchInformation(0, callback); in HWTEST_F()
H A Dnetwork_search_test.cpp812 networkSearchResult->GetNetworkSearchInformation(); in HWTEST_F()
1990 int32_t result = CoreServiceClient::GetInstance().GetNetworkSearchInformation(SLOT_ID, callback); in HWTEST_F()
1991 TELEPHONY_LOGI("TelephonyTestService GetNetworkSearchInformation result: %{public}d", result); in HWTEST_F()
1995 TELEPHONY_LOGI("TelephonyTestService GetNetworkSearchInformation syncResult: %{public}d", syncResult); in HWTEST_F()
2013 int32_t result = CoreServiceClient::GetInstance().GetNetworkSearchInformation(SLOT_ID1, callback); in HWTEST_F()
2014 TELEPHONY_LOGI("TelephonyTestService GetNetworkSearchInformation result: %{public}d", result); in HWTEST_F()
2018 TELEPHONY_LOGI("TelephonyTestService GetNetworkSearchInformation syncResult: %{public}d", syncResult); in HWTEST_F()
2035 int32_t result = CoreServiceClient::GetInstance().GetNetworkSearchInformation(SLOT_ID, callback); in HWTEST_F()
2036 TELEPHONY_LOGI("TelephonyTestService GetNetworkSearchInformation result: %{public}d", result); in HWTEST_F()
H A Dcore_service_test.cpp223 auto result = DelayedSingleton<CoreService>::GetInstance()->GetNetworkSearchInformation(0, nullptr); in HWTEST_F()
/base/telephony/cellular_data/test/mock/
H A Dmock_network_search.h50 MOCK_METHOD2(GetNetworkSearchInformation, int32_t(int32_t slotId, NSCALLBACK &callback));
H A Dmock_core_service.h84 MOCK_METHOD(int32_t, GetNetworkSearchInformation, (int32_t slotId, const sptr<INetworkSearchCallback> &callback),
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_network_defs.h884 void (*GetNetworkSearchInformation)(const ReqDataInfo *requestInfo); member
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_network_test.cpp178 int32_t ret = g_rilInterface->GetNetworkSearchInformation(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F()
194 int32_t ret = g_rilInterface->GetNetworkSearchInformation(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c148 .GetNetworkSearchInformation = ReqGetNetworkSearchInformation,
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h35 int32_t GetNetworkSearchInformation(const AppExecFwk::InnerEvent::Pointer &response);
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h34 int32_t GetNetworkSearchInformation(int32_t serialId);
/base/telephony/core_service/services/network_search/include/
H A Dnetwork_search_manager.h170 int32_t GetNetworkSearchInformation(int32_t slotId, NSCALLBACK &callback) override;
/base/telephony/core_service/services/core/include/
H A Dcore_service.h100 int32_t GetNetworkSearchInformation(int32_t slotId, const sptr<INetworkSearchCallback> &callback) override;

Completed in 27 milliseconds

12