Home
last modified time | relevance | path

Searched defs:kMaxInterval (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_trickle_timer.cpp107 static constexpr uint32_t kMaxInterval = 5000; in TestTrickleTimerPlainMode() local
153 static constexpr uint32_t kMaxInterval = 9000; in TestTrickleTimerTrickleMode() local
/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy.cc33 constexpr TimeDelta kMaxInterval = TimeDelta::Millis(250); variable
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_dso.hpp767 static constexpr uint32_t kMaxInterval = TimerMilli::kMaxDelay / 2; member in ot::Dns::Dso::Connection::Timeout