Searched refs:AppendUintTlv (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/core/common/ |
D | tlvs.cpp | 242 template <typename UintType> Error Tlv::AppendUintTlv(Message &aMessage, uint8_t aType, UintType aV… in AppendUintTlv() function in ot::Tlv 250 template Error Tlv::AppendUintTlv<uint8_t>(Message &aMessage, uint8_t aType, uint8_t aValue); 251 template Error Tlv::AppendUintTlv<uint16_t>(Message &aMessage, uint8_t aType, uint16_t aValue); 252 template Error Tlv::AppendUintTlv<uint32_t>(Message &aMessage, uint8_t aType, uint32_t aValue);
|
D | tlvs.hpp | 427 return AppendUintTlv(aMessage, UintTlvType::kType, aValue); in Append() 439 …template <typename UintType> static Error AppendUintTlv(Message &aMessage, uint8_t aType, UintType…
|