Home
last modified time | relevance | path

Searched refs:OnNetDetectionResultChanged (Results 1 - 16 of 16) sorted by relevance

/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_detection_callback_stub.cpp63 int32_t ret = OnNetDetectionResultChanged(static_cast<NetDetectionResultCode>(netDetectionResult), urlRedirect); in OnNetDetectionResult()
72 int32_t NetDetectionCallbackStub::OnNetDetectionResultChanged(NetDetectionResultCode detectionResult, in OnNetDetectionResultChanged() function in OHOS::NetManagerStandard::NetDetectionCallbackStub
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_observer_test.cpp105 // Call the OnNetDetectionResultChanged method with different detection results in HWTEST_F()
106 netStateObserver->OnNetDetectionResultChanged( in HWTEST_F()
109 netStateObserver->OnNetDetectionResultChanged( in HWTEST_F()
112 netStateObserver->OnNetDetectionResultChanged( in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_detection_callback.h33 virtual int32_t OnNetDetectionResultChanged(
H A Dnet_detection_callback_stub.h35 int32_t OnNetDetectionResultChanged(NetDetectionResultCode detectionResult,
/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_detection_callback_proxy.h31 int32_t OnNetDetectionResultChanged(
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dnet_detection_cakkback_stub.cpp36 int32_t NetDetectionCallbackStub::OnNetDetectionResultChanged(NetDetectionResultCode detectionResult, in OnNetDetectionResultChanged() function in OHOS::NetManagerStandard::NetDetectionCallbackStub
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_detection_callback_test.h30 int32_t OnNetDetectionResultChanged(
H A Dnet_detection_callback_test.cpp40 int32_t NetDetectionCallbackTest::OnNetDetectionResultChanged( in OnNetDetectionResultChanged() function in OHOS::NetManagerStandard::NetDetectionCallbackTest
58 std::cout << "TestNetConnCallback::OnNetDetectionResultChanged detectionResult:" << in OnNetDetectionResultChanged()
H A Dnet_detection_callback_stub_test.cpp30 int32_t OnNetDetectionResultChanged(NetDetectionResultCode detectionResult, const std::string &urlRedirect) override
33 std::cout << "OnNetDetectionResultChanged" << std::endl;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_observer.h71 int32_t OnNetDetectionResultChanged(
H A Dwifi_net_observer.cpp70 int32_t NetStateObserver::OnNetDetectionResultChanged( in OnNetDetectionResultChanged() function in OHOS::Wifi::NetStateObserver
73 WIFI_LOGD("OnNetDetectionResultChanged nettype:%{public}d, url:%{private}s", detectionResult, urlRedirect.c_str()); in OnNetDetectionResultChanged()
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_detection_callback_proxy.cpp28 int32_t NetDetectionCallbackProxy::OnNetDetectionResultChanged(NetDetectionResultCode detectionResult, in OnNetDetectionResultChanged() function in OHOS::NetManagerStandard::NetDetectionCallbackProxy
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnetwork_test.cpp39 inline int32_t OnNetDetectionResultChanged(NetDetectionResultCode detectionResult,
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/
H A Dnet_conn_service_proxy_test.cpp161 int32_t OnNetDetectionResultChanged(NetDetectionResultCode resultCode, const std::string &urlRedirect) override
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp604 callback->OnNetDetectionResultChanged(detectionResult, urlRedirect); in NotifyNetDetectionResult()
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
H A Dnet_conn_client_fuzzer.cpp87 virtual int32_t OnNetDetectionResultChanged(NetDetectionResultCode detectionResult, const std::string &urlRedirect) in OnNetDetectionResultChanged() function in OHOS::NetManagerStandard::INetDetectionCallbackTest

Completed in 9 milliseconds