ESP-IDF
kPendingTimestamp
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
kPendingTimestamp
kPendingTimestamp value
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:104
kPendingTimestamp
=
OT_MESHCOP_TLV_PENDINGTIMESTAMP
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kPendingTimestamp
=
OT_MESHCOP_TLV_PENDINGTIMESTAMP
,
///< Pending Timestamp TLV
meshcop_tlvs.hpp:104
Tlv
::
kPendingTimestamp
,
dataset.cpp:211
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const
case
Tlv
::
kPendingTimestamp
:
dataset.cpp:283
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::ConvertTo() const
if
(
(
tlv
->
GetType
(
)
==
Tlv
::
kActiveTimestamp
)
||
(
tlv
->
GetType
(
)
==
Tlv
::
kPendingTimestamp
)
||
dataset.cpp:567
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::IsSubsetOf() const
return
(
aType
==
kActive
)
?
Tlv
::
kActiveTimestamp
:
Tlv
::
kPendingTimestamp
;
dataset.hpp:654
ot::MeshCoP::Dataset
ot::MeshCoP::Dataset::TimestampTlvFor()
aDataset
.
RemoveTlv
(
Tlv
::
kPendingTimestamp
)
;
dataset_manager.cpp:114
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::Read() const
tlvList
.
Add
(
Tlv
::
kPendingTimestamp
)
;
dataset_manager.cpp:657
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::SendGetRequest() const
dataset
.
RemoveTlv
(
Tlv
::
kPendingTimestamp
)
;
dataset_manager.cpp:989
ot::MeshCoP::PendingDatasetManager
ot::MeshCoP::PendingDatasetManager::HandleDelayTimer()
typedef
SimpleTlvInfo
<
Tlv
::
kPendingTimestamp
,
Timestamp
>
PendingTimestampTlv
;
meshcop_tlvs.hpp:546
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kPendingTimestamp
is read by 7 functions:
All items filtered out
kPendingTimestamp
ot::MeshCoP::Dataset::TimestampTlvFor()
ot::MeshCoP::Dataset::ContainsAllRequiredTlvsFor() const
ot::MeshCoP::Dataset::ConvertTo() const
ot::MeshCoP::Dataset::IsSubsetOf() const
ot::MeshCoP::DatasetManager::Read() const
ot::MeshCoP::DatasetManager::SendGetRequest() const
ot::MeshCoP::PendingDatasetManager::HandleDelayTimer()
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