Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_child_table.cpp332 child = table->GetNewChild(); in TestChildTable()
354 child = table->GetNewChild(); in TestChildTable()
383 Child *child = table->GetNewChild(); in TestChildTable()
389 VerifyOrQuit(table->GetNewChild() == nullptr, "GetNewChild() did not fail when table was full"); in TestChildTable()
Dtest_link_metrics_manager.cpp127 child = childTable->GetNewChild(); in TestLinkMetricsManager()
/openthread-latest/src/core/thread/
Dchild_table.cpp104 Child *ChildTable::GetNewChild(void) in GetNewChild() function in ot::ChildTable
231 VerifyOrExit((child = GetNewChild()) != nullptr, error = kErrorNoBufs); in Restore()
Dchild_table.hpp137 Child *GetNewChild(void);
Dmle_router.cpp1508 VerifyOrExit((child = mChildTable.GetNewChild()) != nullptr, error = kErrorNoBufs); in HandleParentRequest()