Home
last modified time | relevance | path

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

/external/openthread/tests/scripts/thread-cert/
Dtest_detach.py95 child_table = router1.get_child_table()
101 self.assertFalse(router1.get_child_table())
114 child_table = router1.get_child_table()
Dtest_inform_previous_parent_on_reattach.py110 …alse(any(info['extaddr'] == med_extaddr for info in self.nodes[LEADER].get_child_table().values()))
138 … any(info['extaddr'] == child_extaddr for info in self.nodes[parentid].get_child_table().values()))
Dnode.py1771 def get_child_table(self) -> Dict[int, Dict[str, Any]]: member in NodeImpl
/external/openthread/tools/otci/tests/
Dtest_otci.py185 self.assertEqual({}, leader.get_child_table())
666 child_table = commissioner.get_child_table()
676 … self.assertEqual(set(commissioner.get_child_list()), set(commissioner.get_child_table().keys()))
/external/openthread/tools/otci/otci/
Dotci.py719 def get_child_table(self) -> Dict[ChildId, Dict[str, Any]]: member in OTCI