Searched refs:latchAll (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_monitor.cpp | 169 …std::shared_ptr<TinyCountDownLatch> latchAll = std::make_shared<TinyCountDownLatch>(ALL_DETECT_THR… in SendProbe() local 171 … netId_, netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTP, httpUrl_, httpsUrl_); in SendProbe() 173 … netId_, netBearType_, netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTPS, httpUrl_, httpsUrl_); in SendProbe() 195 …netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTP_FALLBACK, fallbackHttpUrl_, fallbackHttpsUrl_… in SendProbe() 197 …netLinkInfo_, latch, latchAll, ProbeType::PROBE_HTTPS_FALLBACK, fallbackHttpUrl_, fallbackHttpsUrl… in SendProbe() 202 latchAll->Await(std::chrono::milliseconds(ALL_DETECTION_RESULT_WAIT_MS)); in SendProbe()
|
H A D | probe_thread.cpp | 55 std::shared_ptr<TinyCountDownLatch> latch, std::shared_ptr<TinyCountDownLatch> latchAll, in ProbeThread() argument 57 …: netId_(netId), probeType_(probeType), latch_(latch), latchAll_(latchAll), httpProbeUrl_(httpUrl), in ProbeThread()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/ |
H A D | probe_thread.h | 40 std::shared_ptr<TinyCountDownLatch> latch, std::shared_ptr<TinyCountDownLatch> latchAll,
|