ESP-IDF
ot::MeshCoP::Dataset::mTlvs
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::mTlvs
ot::MeshCoP::Dataset::mTlvs field
Syntax
Show:
Summary
Declaration
from
dataset.hpp:657
uint8_t
mTlvs
[
kMaxLength
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mTlvs
[
kMaxLength
]
;
dataset.hpp:657
ClearAllBytes
(
mTlvs
)
;
dataset.cpp:99
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::Dataset()
validatedLength
=
static_cast
<
uint16_t
>
(
reinterpret_cast
<
const
uint8_t
*
>
(
tlv
)
-
mTlvs
)
;
dataset.cpp:116
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ValidateTlvs() const
VerifyOrExit
(
Tlv
::
FindTlv
(
mTlvs
,
validatedLength
,
tlv
->
GetType
(
)
)
==
nullptr
)
;
dataset.cpp:117
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
memcpy
(
mTlvs
,
aDataset
.
mTlvs
,
aDataset
.
mLength
)
;
dataset.cpp:309
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
memcpy
(
mTlvs
,
aTlvs
,
mLength
)
;
dataset.cpp:323
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
SuccessOrExit
(
error
=
aMessage
.
Read
(
aOffsetRange
,
mTlvs
,
aOffsetRange
.
GetLength
(
)
)
)
;
dataset.cpp:345
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::SetFrom()
uint16_t
bytesAvailable
=
sizeof
(
mTlvs
)
-
mLength
;
dataset.cpp:357
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::WriteTlv()
memcpy
(
mTlvs
+
mLength
,
aTlvs
,
aLength
)
;
dataset.cpp:514
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()
uint8_t
*
GetBytes
(
void
)
{
return
mTlvs
;
}
dataset.hpp:506
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::GetBytes()
const
uint8_t
*
GetBytes
(
void
)
const
{
return
mTlvs
;
}
dataset.hpp:513
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::GetBytes() const
Tlv
*
GetTlvsStart
(
void
)
{
return
reinterpret_cast
<
Tlv
*
>
(
mTlvs
)
;
}
dataset.hpp:602
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::GetTlvsStart()
const
Tlv
*
GetTlvsStart
(
void
)
const
{
return
reinterpret_cast
<
const
Tlv
*
>
(
mTlvs
)
;
}
dataset.hpp:609
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::GetTlvsStart() const
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::mTlvs
is read by 14 functions:
All items filtered out
ot::MeshCoP::Dataset::mTlvs
ot::MeshCoP::Dataset::GetBytes()
ot::MeshCoP::Dataset::GetBytes() const
ot::MeshCoP::Dataset::GetTlvsStart()
ot::MeshCoP::Dataset::GetTlvsStart() const
ot::MeshCoP::Dataset::GetTlvsEnd()
ot::MeshCoP::Dataset::GetTlvsEnd() const
ot::MeshCoP::Dataset::Dataset()
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