Searched refs:get_child_table (Results 1 – 11 of 11) sorted by relevance
87 table = parent.get_child_table()101 table = parent.get_child_table()116 table = parent.get_child_table()131 table = parent.get_child_table()135 table = parent.get_child_table()175 table = parent.get_child_table()184 self.assertEqual(len(parent.get_child_table()), 1)
95 child_table = router1.get_child_table()101 self.assertFalse(router1.get_child_table())114 child_table = router1.get_child_table()
110 …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()))
1971 def get_child_table(self) -> Dict[int, Dict[str, Any]]: member in NodeImpl
78 child_table = parent.get_child_table()101 child_table = parent.get_child_table()132 child_table = parent.get_child_table()161 child_table = parent.get_child_table()190 child_table = parent.get_child_table()
85 verify(len(node1.get_child_table()) == 1)
117 verify(len(parent.get_child_table()) == 3)
186 verify(len(r2.get_child_table()) == 0)
351 def get_child_table(self): member in Node
191 self.assertEqual({}, leader.get_child_table())668 child_table = commissioner.get_child_table()678 … self.assertEqual(set(commissioner.get_child_list()), set(commissioner.get_child_table().keys()))
721 def get_child_table(self) -> Dict[ChildId, Dict[str, Any]]: member in OTCI