Home
last modified time | relevance | path

Searched refs:GetChild (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/unit/
Dtest_child_table.cpp167 Child *child = iter.GetChild(); in VerifyChildTableContent()
182 if (ChildMatches(*iter.GetChild(), aChildList[index])) in VerifyChildTableContent()
196 VerifyOrQuit(iter.GetChild() == nullptr); in VerifyChildTableContent()
200 VerifyOrQuit(iter.GetChild() == nullptr); in VerifyChildTableContent()
228 VerifyOrQuit(&child == iter.GetChild(), "range-based for loop Iterate() failed"); in VerifyChildTableContent()
/openthread-latest/src/core/thread/
Dchild_table.hpp85 Child *GetChild(void) { return mItem; } in GetChild() function in ot::ChildTable::Iterator