Searched refs:SetInterval (Results 1 – 5 of 5) sorted by relevance
47 AsCoreType(aInstance).Get<SupervisionListener>().SetInterval(aInterval); in otChildSupervisionSetInterval()
160 void SetInterval(uint16_t aInterval);
153 void SupervisionListener::SetInterval(uint16_t aInterval) in SetInterval() function in ot::SupervisionListener
356 mKeepAlive.SetInterval(aKeepAliveInterval); in SetTimeouts()979 mKeepAlive.SetInterval(keepAliveTlv.GetKeepAliveInterval()); in ProcessKeepAliveMessage()1060 mInactivity.SetInterval(aNewTimeout); in AdjustInactivityTimeout()1086 mInactivity.SetInterval(aNewTimeout); in AdjustInactivityTimeout()
709 void SetInterval(uint32_t aInterval) { mInterval = LimitInterval(aInterval); } in SetInterval() function in ot::Dns::Dso::Connection::Timeout