ESP-IDF
ot::ChildTable::mMaxChildrenAllowed
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::ChildTable::mMaxChildrenAllowed
ot::ChildTable::mMaxChildrenAllowed field
Syntax
Show:
Summary
Declaration
from
child_table.hpp:333
uint16_t
mMaxChildrenAllowed
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mMaxChildrenAllowed
;
child_table.hpp:333
,
mMaxChildrenAllowed
(
kMaxChildren
)
child_table.cpp:76
ot::ChildTable
ot::ChildTable::ChildTable()
VerifyOrExit
(
aChildIndex
<
mMaxChildrenAllowed
)
;
child_table.cpp:97
ot::ChildTable
ot::ChildTable::GetChildAtIndex()
for
(
uint16_t
num
=
mMaxChildrenAllowed
;
num
!=
0
;
num
--
,
child
++
)
child_table.cpp:119
ot::ChildTable
ot::ChildTable::FindChild() const
for
(
uint16_t
num
=
mMaxChildrenAllowed
;
num
!=
0
;
num
--
,
child
++
)
child_table.cpp:158
ot::ChildTable
ot::ChildTable::GetNumChildren() const
mMaxChildrenAllowed
=
aMaxChildren
;
child_table.cpp:176
ot::ChildTable
ot::ChildTable::SetMaxChildrenAllowed()
for
(
uint16_t
num
=
mMaxChildrenAllowed
;
num
!=
0
;
num
--
,
child
++
)
child_table.cpp:302
ot::ChildTable
ot::ChildTable::RefreshStoredChildren()
for
(
uint16_t
num
=
mMaxChildrenAllowed
;
num
!=
0
;
num
--
,
child
++
)
child_table.cpp:337
ot::ChildTable
ot::ChildTable::HasSleepyChildWithAddress() const
uint16_t
GetMaxChildrenAllowed
(
void
)
const
{
return
mMaxChildrenAllowed
;
}
child_table.hpp:203
ot::ChildTable
ot::ChildTable::GetMaxChildrenAllowed() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::ChildTable::mMaxChildrenAllowed
is written by 1 function and is read by 6 functions:
ot::ChildTable::SetMaxChildrenAllowed()
All items filtered out
ot::ChildTable::mMaxChildrenAllowed
ot::ChildTable::GetMaxChildrenAllowed() const
ot::ChildTable::GetChildAtIndex()
ot::ChildTable::FindChild() const
ot::ChildTable::GetNumChildren() const
ot::ChildTable::RefreshStoredChildren()
ot::ChildTable::HasSleepyChildWithAddress() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out