Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/common/
Dtlvs.cpp211 template <typename UintType> Error Tlv::FindUintTlv(const Message &aMessage, uint8_t aType, UintTyp… in FindUintTlv() function in ot::Tlv
224 template Error Tlv::FindUintTlv<uint8_t>(const Message &aMessage, uint8_t aType, uint8_t &aValue);
225 template Error Tlv::FindUintTlv<uint16_t>(const Message &aMessage, uint8_t aType, uint16_t &aValue);
226 template Error Tlv::FindUintTlv<uint32_t>(const Message &aMessage, uint8_t aType, uint32_t &aValue);
Dtlvs.hpp368 return FindUintTlv(aMessage, UintTlvType::kType, aValue); in Find()
438 …template <typename UintType> static Error FindUintTlv(const Message &aMessage, uint8_t aType, Uint…