Home
last modified time | relevance | path

Searched refs:urlRedirect (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_detection_callback_stub.cpp53 std::string urlRedirect; in OnNetDetectionResult() local
54 if (!data.ReadString(urlRedirect)) { in OnNetDetectionResult()
63 … OnNetDetectionResultChanged(static_cast<NetDetectionResultCode>(netDetectionResult), urlRedirect); in OnNetDetectionResult()
73 const std::string &urlRedirect) in OnNetDetectionResultChanged() argument
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnetwork_test.cpp40 const std::string &urlRedirect) override in OnNetDetectionResultChanged() argument
167 std::string urlRedirect = "test_redirect"; variable
168 instance_->OnHandleNetMonitorResult(NetDetectionStatus::INVALID_DETECTION_STATE, urlRedirect);
173 std::string urlRedirect = "test_redirect"; variable
174 instance_->OnHandleNetMonitorResult(NetDetectionStatus::INVALID_DETECTION_STATE, urlRedirect);
176 instance_->OnHandleNetMonitorResult(NetDetectionStatus::VERIFICATION_STATE, urlRedirect);
H A Dnet_detection_callback_test.cpp41 NetDetectionResultCode detectionResult, const std::string &urlRedirect) in OnNetDetectionResultChanged() argument
44 urlRedirect_ = urlRedirect; in OnNetDetectionResultChanged()
H A Dnet_monitor_test.cpp34 …ndleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) override in OnHandleNetMonitorResult() argument
37 (void)urlRedirect; in OnHandleNetMonitorResult()
H A Dnet_detection_callback_test.h31 NetDetectionResultCode detectionResult, const std::string &urlRedirect) override;
H A Dnet_conn_hievent_test.cpp40 … void HandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect);
99 …st::HandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) {} in HandleNetMonitorResult() argument
H A Dnet_detection_callback_stub_test.cpp30 …ctionResultChanged(NetDetectionResultCode detectionResult, const std::string &urlRedirect) override in OnNetDetectionResultChanged() argument
H A Dnet_conn_manager_test.cpp363 std::string urlRedirect = detectionCallback->GetUrlRedirect(); variable
364 std::cout << "RegisterNetDetectionCallback urlRedirect:" << urlRedirect << std::endl;
376 urlRedirect = detectionCallback->GetUrlRedirect();
377 ASSERT_TRUE(urlRedirect.empty());
378 std::cout << "RegisterNetDetectionCallback urlRedirect:" << urlRedirect << std::endl;
H A Dnet_conn_service_proxy_test.cpp161 …tDetectionResultChanged(NetDetectionResultCode resultCode, const std::string &urlRedirect) override in OnNetDetectionResultChanged() argument
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_net_observer.cpp71 NetManagerStandard::NetDetectionResultCode detectionResult, const std::string &urlRedirect) in OnNetDetectionResultChanged() argument
73 …tDetectionResultChanged nettype:%{public}d, url:%{public}s", detectionResult, urlRedirect.c_str()); in OnNetDetectionResultChanged()
76 m_callback(SystemNetWorkState::NETWORK_IS_PORTAL, urlRedirect); in OnNetDetectionResultChanged()
H A Dwifi_net_observer.h72 …NetManagerStandard::NetDetectionResultCode detectionResult, const std::string &urlRedirect) overri…
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnetwork.h69 …dleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) override;
80 … void HandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect);
81 …d NotifyNetDetectionResult(NetDetectionResultCode detectionResult, const std::string &urlRedirect);
H A Di_net_monitor_callback.h28 …OnHandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) = 0;
H A Dnet_conn_types.h43 const std::string &urlRedirect)>;
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_detection_callback_proxy.cpp29 const std::string &urlRedirect) in OnNetDetectionResultChanged() argument
37 if (!dataParcel.WriteString(urlRedirect)) { in OnNetDetectionResultChanged()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_net_observer_test.cpp57 [](SystemNetWorkState netState, std::string urlRedirect) { in __anonb96dc7e90102() argument
85 [this, &result](SystemNetWorkState netState, std::string urlRedirect) { in __anonb96dc7e90202() argument
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp584 …twork::HandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) in HandleNetMonitorResult() argument
588 …etDetectionResult(NetDetectionResultConvert(static_cast<int32_t>(netDetectionState)), urlRedirect); in HandleNetMonitorResult()
595 …k::NotifyNetDetectionResult(NetDetectionResultCode detectionResult, const std::string &urlRedirect) in NotifyNetDetectionResult() argument
600 callback->OnNetDetectionResultChanged(detectionResult, urlRedirect); in NotifyNetDetectionResult()
717 …ork::OnHandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) in OnHandleNetMonitorResult() argument
721 eventHandler_->PostAsyncTask([netDetectionState, urlRedirect, in OnHandleNetMonitorResult()
722 … network]() { network->HandleNetMonitorResult(netDetectionState, urlRedirect); }, in OnHandleNetMonitorResult()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/proxy/
H A Di_net_detection_callback.h34 NetDetectionResultCode detectionResult, const std::string &urlRedirect) = 0;
H A Dnet_detection_callback_stub.h36 const std::string &urlRedirect) override;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dnet_detection_cakkback_stub.cpp37 const std::string &urlRedirect) in OnNetDetectionResultChanged() argument
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/stub/
H A Dnet_detection_callback_proxy.h32 NetDetectionResultCode detectionResult, const std::string &urlRedirect) override;
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
H A Dnet_conn_client_fuzzer.cpp87 …OnNetDetectionResultChanged(NetDetectionResultCode detectionResult, const std::string &urlRedirect) in OnNetDetectionResultChanged() argument