Home
last modified time | relevance | path

Searched defs:netDetectionState (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnetwork.cpp682 void Network::HandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlRe… in HandleNetMonitorResult()
824 void Network::OnHandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &url… in OnHandleNetMonitorResult()
861 bool Network::IsDetectionForDnsSuccess(NetDetectionStatus netDetectionState, bool dnsHealthSuccess) in IsDetectionForDnsSuccess()
866 bool Network::IsDetectionForDnsFail(NetDetectionStatus netDetectionState, bool dnsHealthSuccess) in IsDetectionForDnsFail()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
Dnet_conn_hievent_test.cpp99 void NetConnHiEventTest::HandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::st… in HandleNetMonitorResult()
Dnetwork_test.cpp225 NetDetectionStatus netDetectionState = INVALID_DETECTION_STATE; variable
Dnet_monitor_test.cpp41 …inline void OnHandleNetMonitorResult(NetDetectionStatus netDetectionState, const std::string &urlR… in OnHandleNetMonitorResult()