Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dchild_supervision_api.cpp47 AsCoreType(aInstance).Get<SupervisionListener>().SetInterval(aInterval); in otChildSupervisionSetInterval()
/openthread-latest/src/core/thread/
Dchild_supervision.hpp160 void SetInterval(uint16_t aInterval);
Dchild_supervision.cpp153 void SupervisionListener::SetInterval(uint16_t aInterval) in SetInterval() function in ot::SupervisionListener
/openthread-latest/src/core/net/
Ddns_dso.cpp356 mKeepAlive.SetInterval(aKeepAliveInterval); in SetTimeouts()
979 mKeepAlive.SetInterval(keepAliveTlv.GetKeepAliveInterval()); in ProcessKeepAliveMessage()
1060 mInactivity.SetInterval(aNewTimeout); in AdjustInactivityTimeout()
1086 mInactivity.SetInterval(aNewTimeout); in AdjustInactivityTimeout()
Ddns_dso.hpp709 void SetInterval(uint32_t aInterval) { mInterval = LimitInterval(aInterval); } in SetInterval() function in ot::Dns::Dso::Connection::Timeout