Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp43 constexpr int PERFORM_POLL_INTERVAL_MS = 50; variable
557 result = curl_multi_poll(curlMulti_, nullptr, 0, PERFORM_POLL_INTERVAL_MS, nullptr); in SendHttpProbeRequest()