Home
last modified time | relevance | path

Searched refs:GetSecondsSinceLastSupervision (Results 1 – 2 of 2) sorted by relevance

/openthread-2.7.6/src/core/utils/
Dchild_supervision.cpp114 … if ((child.GetSecondsSinceLastSupervision() >= mSupervisionInterval) && !child.IsRxOnWhenIdle()) in HandleTimeTick()
/openthread-2.7.6/src/core/thread/
Dtopology.hpp1201 uint16_t GetSecondsSinceLastSupervision(void) const { return mSecondsSinceSupervision; } in GetSecondsSinceLastSupervision() function in ot::Child