Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/net/
Ddns_dso.cpp88 uint32_t aKeepAliveInterval) in Connection() argument
96 , mKeepAlive(aKeepAliveInterval) in Connection()
98 OT_ASSERT(aKeepAliveInterval >= kMinKeepAliveInterval); in Connection()
355 Error Dso::Connection::SetTimeouts(uint32_t aInactivityTimeout, uint32_t aKeepAliveInterval) in SetTimeouts() argument
359 VerifyOrExit(aKeepAliveInterval >= kMinKeepAliveInterval, error = kErrorInvalidArgs); in SetTimeouts()
369 mKeepAlive.SetInterval(aKeepAliveInterval); in SetTimeouts()
375 mKeepAlive.SetRequestInterval(aKeepAliveInterval); in SetTimeouts()
Ddns_dso.hpp419 uint32_t aKeepAliveInterval = kDefaultTimeout);
653 Error SetTimeouts(uint32_t aInactivityTimeout, uint32_t aKeepAliveInterval);
/openthread-3.5.0/tests/unit/
Dtest_dso.cpp509 uint32_t aKeepAliveInterval, in VerifyKeepAliveExchange() argument
520 AdvanceTime(aKeepAliveInterval - 1); in VerifyKeepAliveExchange()