Home
last modified time | relevance | path

Searched refs:UintValueType (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Dtlvs.hpp191 template <typename UintTlvType> typename UintTlvType::UintValueType ReadValueAs(void) const in ReadValueAs()
193 …return BigEndian::Read<typename UintTlvType::UintValueType>(reinterpret_cast<const uint8_t *>(this… in ReadValueAs()
223 template <typename UintTlvType> void WriteValueAs(typename UintTlvType::UintValueType aValue) in WriteValueAs()
225 …return BigEndian::Write<typename UintTlvType::UintValueType>(aValue, reinterpret_cast<uint8_t *>(t… in WriteValueAs()
337 … Error Read(const Message &aMessage, uint16_t aOffset, typename UintTlvType::UintValueType &aValue) in Read()
509 static Error Find(const Message &aMessage, typename UintTlvType::UintValueType &aValue) in Find()
608 …ame UintTlvType> static Error Append(Message &aMessage, typename UintTlvType::UintValueType aValue) in Append()
805 typedef UintType UintValueType; ///< The TLV Value unsigned int type. typedef in ot::UintTlvInfo
/openthread-latest/src/core/meshcop/
Ddataset.hpp336 template <typename UintTlvType> Error Read(typename UintTlvType::UintValueType &aValue) const in Read()
398 template <typename UintTlvType> Error Write(typename UintTlvType::UintValueType aValue) in Write()
400 typename UintTlvType::UintValueType value = BigEndian::HostSwap(aValue); in Write()
Ddataset.cpp140 minLength = sizeof(DelayTimerTlv::UintValueType); in IsTlvValid()
143 minLength = sizeof(PanIdTlv::UintValueType); in IsTlvValid()