Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Duptime.hpp102 static constexpr uint32_t kTimerInterval = (1 << 30); member in ot::Uptime
/external/openthread/tests/unit/
Dtest_timer.cpp152 const uint32_t kTimerInterval = 10; in TestOneTimer() local
278 const uint32_t kTimerInterval = 10; in TestTwoTimers() local
452 const uint32_t kTimerInterval[kNumTimers] = { in TenTimers() local
/external/openthread/src/core/utils/
Dchannel_monitor.hpp192 static constexpr uint32_t kTimerInterval = (kSampleInterval / kNumChannelMasks); member in ot::Utils::ChannelMonitor
/external/openthread/src/core/backbone_router/
Dbbr_manager.hpp172 static constexpr uint32_t kTimerInterval = 1000; member in ot::BackboneRouter::Manager