Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Ddns_dso.cpp80 uint32_t aKeepAliveInterval) in Connection() argument
88 , mKeepAlive(aKeepAliveInterval) in Connection()
90 OT_ASSERT(aKeepAliveInterval >= kMinKeepAliveInterval); in Connection()
342 Error Dso::Connection::SetTimeouts(uint32_t aInactivityTimeout, uint32_t aKeepAliveInterval) in SetTimeouts() argument
346 VerifyOrExit(aKeepAliveInterval >= kMinKeepAliveInterval, error = kErrorInvalidArgs); in SetTimeouts()
356 mKeepAlive.SetInterval(aKeepAliveInterval); in SetTimeouts()
362 mKeepAlive.SetRequestInterval(aKeepAliveInterval); in SetTimeouts()
Ddns_dso.hpp391 uint32_t aKeepAliveInterval = kDefaultTimeout);
609 Error SetTimeouts(uint32_t aInactivityTimeout, uint32_t aKeepAliveInterval);
/openthread-latest/tests/unit/
Dtest_dso.cpp510 uint32_t aKeepAliveInterval, in VerifyKeepAliveExchange() argument
521 AdvanceTime(aKeepAliveInterval - 1); in VerifyKeepAliveExchange()