Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dtest_child_supervision.py108 self.assertEqual(int(child.get_child_supervision_check_timeout()), 25)
173 self.assertEqual(int(child.get_child_supervision_check_timeout()), 25)
Dnode.py1851 def get_child_supervision_check_timeout(self): member in NodeImpl
/openthread-latest/tools/otci/otci/
Dotci.py1320 def get_child_supervision_check_timeout(self) -> int: member in OTCI