/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_detection_callback_stub.cpp | 53 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 D | network_test.cpp | 40 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 D | net_detection_callback_test.cpp | 41 NetDetectionResultCode detectionResult, const std::string &urlRedirect) in OnNetDetectionResultChanged() argument 44 urlRedirect_ = urlRedirect; in OnNetDetectionResultChanged()
|
H A D | net_monitor_test.cpp | 34 …ndleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) override in OnHandleNetMonitorResult() argument 37 (void)urlRedirect; in OnHandleNetMonitorResult()
|
H A D | net_detection_callback_test.h | 31 NetDetectionResultCode detectionResult, const std::string &urlRedirect) override;
|
H A D | net_conn_hievent_test.cpp | 40 … void HandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect); 99 …st::HandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) {} in HandleNetMonitorResult() argument
|
H A D | net_detection_callback_stub_test.cpp | 30 …ctionResultChanged(NetDetectionResultCode detectionResult, const std::string &urlRedirect) override in OnNetDetectionResultChanged() argument
|
H A D | net_conn_manager_test.cpp | 363 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 D | net_conn_service_proxy_test.cpp | 161 …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 D | wifi_net_observer.cpp | 71 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 D | wifi_net_observer.h | 72 …NetManagerStandard::NetDetectionResultCode detectionResult, const std::string &urlRedirect) overri…
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | network.h | 69 …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 D | i_net_monitor_callback.h | 28 …OnHandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRedirect) = 0;
|
H A D | net_conn_types.h | 43 const std::string &urlRedirect)>;
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_detection_callback_proxy.cpp | 29 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 D | wifi_net_observer_test.cpp | 57 [](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 D | network.cpp | 584 …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 D | i_net_detection_callback.h | 34 NetDetectionResultCode detectionResult, const std::string &urlRedirect) = 0;
|
H A D | net_detection_callback_stub.h | 36 const std::string &urlRedirect) override;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/ |
H A D | net_detection_cakkback_stub.cpp | 37 const std::string &urlRedirect) in OnNetDetectionResultChanged() argument
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/stub/ |
H A D | net_detection_callback_proxy.h | 32 NetDetectionResultCode detectionResult, const std::string &urlRedirect) override;
|
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/ |
H A D | net_conn_client_fuzzer.cpp | 87 …OnNetDetectionResultChanged(NetDetectionResultCode detectionResult, const std::string &urlRedirect) in OnNetDetectionResultChanged() argument
|