Searched refs:GetNewChild (Results 1 – 5 of 5) sorted by relevance
332 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()
127 child = childTable->GetNewChild(); in TestLinkMetricsManager()
104 Child *ChildTable::GetNewChild(void) in GetNewChild() function in ot::ChildTable231 VerifyOrExit((child = GetNewChild()) != nullptr, error = kErrorNoBufs); in Restore()
137 Child *GetNewChild(void);
1508 VerifyOrExit((child = mChildTable.GetNewChild()) != nullptr, error = kErrorNoBufs); in HandleParentRequest()