/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_detection_callback_stub.cpp | 63 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 D | wifi_net_observer_test.cpp | 105 // 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 D | i_net_detection_callback.h | 33 virtual int32_t OnNetDetectionResultChanged(
|
H A D | net_detection_callback_stub.h | 35 int32_t OnNetDetectionResultChanged(NetDetectionResultCode detectionResult,
|
/foundation/communication/netmanager_base/services/netconnmanager/include/stub/ |
H A D | net_detection_callback_proxy.h | 31 int32_t OnNetDetectionResultChanged(
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | net_detection_cakkback_stub.cpp | 36 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 D | net_detection_callback_test.h | 30 int32_t OnNetDetectionResultChanged(
|
H A D | net_detection_callback_test.cpp | 40 int32_t NetDetectionCallbackTest::OnNetDetectionResultChanged( in OnNetDetectionResultChanged() function in OHOS::NetManagerStandard::NetDetectionCallbackTest 58 std::cout << "TestNetConnCallback::OnNetDetectionResultChanged detectionResult:" << in OnNetDetectionResultChanged()
|
H A D | net_detection_callback_stub_test.cpp | 30 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 D | wifi_net_observer.h | 71 int32_t OnNetDetectionResultChanged(
|
H A D | wifi_net_observer.cpp | 70 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 D | net_detection_callback_proxy.cpp | 28 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 D | network_test.cpp | 39 inline int32_t OnNetDetectionResultChanged(NetDetectionResultCode detectionResult,
|
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_service_test/ |
H A D | net_conn_service_proxy_test.cpp | 161 int32_t OnNetDetectionResultChanged(NetDetectionResultCode resultCode, const std::string &urlRedirect) override
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | network.cpp | 604 callback->OnNetDetectionResultChanged(detectionResult, urlRedirect); in NotifyNetDetectionResult()
|
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/ |
H A D | net_conn_client_fuzzer.cpp | 87 virtual int32_t OnNetDetectionResultChanged(NetDetectionResultCode detectionResult, const std::string &urlRedirect) in OnNetDetectionResultChanged() function in OHOS::NetManagerStandard::INetDetectionCallbackTest
|