Searched refs:GetMaxChildren (Results 1 – 3 of 3) sorted by relevance
196 uint16_t GetMaxChildren(void) const { return kMaxChildren; } in GetMaxChildren() function in ot::ChildTable
256 if (foundDuplicate || (numChildren > GetMaxChildren()) || (error != kErrorNone)) in Restore()
309 VerifyOrQuit(table->GetMaxChildrenAllowed() == table->GetMaxChildren(), in TestChildTable()