Home
last modified time | relevance | path

Searched defs:child2 (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/toranj/cli/
Dtest-016-child-mode-change.py52 child2 = cli.Node() variable
Dtest-032-leader-take-over.py54 child2 = cli.Node() variable
Dtest-012-reset-recovery.py52 child2 = cli.Node() variable
/openthread-latest/tests/toranj/ncp/
Dtest-027-child-mode-change.py75 child2 = wpan.Node() variable
/openthread-latest/tests/unit/
Dtest_link_metrics_manager.cpp186 Child *child2 = childTable->FindChild(subject2->mExtAddress, Child::kInStateValid); in TestLinkMetricsManager() local
/openthread-latest/tools/otci/tests/
Dtest_otci.py537 def _test_otci_multi_nodes(self, leader, commissioner, child1, child2): argument