Home
last modified time | relevance | path

Searched refs:WriteValueAs (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dtlvs.hpp207 …template <typename SimpleTlvType> void WriteValueAs(const typename SimpleTlvType::ValueType &aValu… in WriteValueAs() function in ot::Tlv
223 template <typename UintTlvType> void WriteValueAs(typename UintTlvType::UintValueType aValue) in WriteValueAs() function in ot::Tlv
/openthread-latest/src/core/meshcop/
Ddataset_manager.cpp122 … tlv->WriteValueAs<DelayTimerTlv>(DelayTimerTlv::CalculateRemainingDelay(*tlv, mLocalUpdateTime)); in Read()