ESP-IDF
ot::MeshCoP::Dataset::mLength
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::MeshCoP::Dataset::mLength
ot::MeshCoP::Dataset::mLength field
Syntax
Show:
Summary
Declaration
from
dataset.hpp:658
uint8_t
mLength
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mLength
;
dataset.hpp:658
:
mLength
(
0
)
dataset.cpp:96
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::Dataset()
VerifyOrExit
(
mLength
<=
kMaxLength
)
;
dataset.cpp:108
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ValidateTlvs() const
const
Tlv
*
Dataset
::
FindTlv
(
Tlv
::
Type
aType
)
const
{
return
As
<
Tlv
>
(
Tlv
::
FindTlv
(
mTlvs
,
mLength
,
aType
)
)
;
}
dataset.cpp:225
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::FindTlv() const
memcpy
(
aTlvs
.
mTlvs
,
mTlvs
,
mLength
)
;
dataset.cpp:303
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ConvertTo() const
aTlvs
.
mLength
=
static_cast
<
uint8_t
>
(
mLength
)
;
dataset.cpp:304
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ConvertTo() const
memcpy
(
mTlvs
,
aDataset
.
mTlvs
,
aDataset
.
mLength
)
;
dataset.cpp:309
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
mLength
=
aDataset
.
mLength
;
dataset.cpp:310
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
mLength
=
aLength
;
dataset.cpp:322
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
memcpy
(
mTlvs
,
aTlvs
,
mLength
)
;
dataset.cpp:323
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
mLength
=
static_cast
<
uint8_t
>
(
aOffsetRange
.
GetLength
(
)
)
;
dataset.cpp:346
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
uint16_t
bytesAvailable
=
sizeof
(
mTlvs
)
-
mLength
;
dataset.cpp:357
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::WriteTlv()
mLength
+=
sizeof
(
Tlv
)
+
aLength
;
dataset.cpp:371
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::WriteTlv()
uint16_t
newLength
=
mLength
;
dataset.cpp:509
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::AppendTlvsFrom()
memcpy
(
mTlvs
+
mLength
,
aTlvs
,
aLength
)
;
dataset.cpp:514
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::AppendTlvsFrom()
mLength
+=
aLength
;
dataset.cpp:515
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::AppendTlvsFrom()
memmove
(
start
,
start
+
length
,
mLength
-
(
static_cast
<
uint8_t
>
(
start
-
mTlvs
)
+
length
)
)
;
dataset.cpp:530
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::RemoveTlv()
mLength
-=
length
;
dataset.cpp:531
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::RemoveTlv()
void
Clear
(
void
)
{
mLength
=
0
;
}
dataset.hpp:215
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::Clear()
uint8_t
GetLength
(
void
)
const
{
return
mLength
;
}
dataset.hpp:534
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::GetLength() const
void
SetLength
(
uint8_t
aLength
)
{
mLength
=
aLength
;
}
dataset.hpp:541
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetLength()
Tlv
*
GetTlvsEnd
(
void
)
{
return
reinterpret_cast
<
Tlv
*
>
(
mTlvs
+
mLength
)
;
}
dataset.hpp:618
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::GetTlvsEnd()
const
Tlv
*
GetTlvsEnd
(
void
)
const
{
return
reinterpret_cast
<
const
Tlv
*
>
(
mTlvs
+
mLength
)
;
}
dataset.hpp:627
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::GetTlvsEnd() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::MeshCoP::Dataset::mLength
is written by 6 functions and is read by 10 functions:
ot::MeshCoP::Dataset::Clear()
ot::MeshCoP::Dataset::SetLength()
ot::MeshCoP::Dataset::SetFrom()
ot::MeshCoP::Dataset::WriteTlv()
ot::MeshCoP::Dataset::AppendTlvsFrom()
ot::MeshCoP::Dataset::RemoveTlv()
All items filtered out
ot::MeshCoP::Dataset::mLength
ot::MeshCoP::Dataset::GetLength() const
ot::MeshCoP::Dataset::GetTlvsEnd()
ot::MeshCoP::Dataset::GetTlvsEnd() const
ot::MeshCoP::Dataset::ValidateTlvs() const
ot::MeshCoP::Dataset::FindTlv() const
ot::MeshCoP::Dataset::ConvertTo() const
ot::MeshCoP::Dataset::SetFrom()
ot::MeshCoP::Dataset::WriteTlv()
ot::MeshCoP::Dataset::AppendTlvsFrom()
ot::MeshCoP::Dataset::RemoveTlv()
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