Home
last modified time | relevance | path

Searched defs:httpProbeThread (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
Dnet_monitor_test.cpp212 auto httpProbeThread = std::make_shared<ProbeThread>(netId, netBearType, variable
249 auto httpProbeThread = std::make_shared<ProbeThread>(netId, netBearType, variable
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_monitor.cpp265 void NetMonitor::StartProbe(std::shared_ptr<ProbeThread>& httpProbeThread, in StartProbe()
307 …HttpProbeResult NetMonitor::ProcessThreadDetectResult(std::shared_ptr<ProbeThread>& httpProbeThrea… in ProcessThreadDetectResult()