Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Dchild_supervision.cpp108 if (child.GetSecondsSinceLastSupervision() >= child.GetSupervisionInterval()) in HandleTimeTick()
Dchild.hpp433 uint16_t GetSecondsSinceLastSupervision(void) const { return mSecondsSinceSupervision; } in GetSecondsSinceLastSupervision() function in ot::Child