Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/common/
Dtlvs.cpp257 template <typename UintType> Error Tlv::FindUintTlv(const Message &aMessage, uint8_t aType, UintTyp… in FindUintTlv() function in ot::Tlv
270 template Error Tlv::FindUintTlv<uint8_t>(const Message &aMessage, uint8_t aType, uint8_t &aValue);
271 template Error Tlv::FindUintTlv<uint16_t>(const Message &aMessage, uint8_t aType, uint16_t &aValue);
272 template Error Tlv::FindUintTlv<uint32_t>(const Message &aMessage, uint8_t aType, uint32_t &aValue);
Dtlvs.hpp499 return FindUintTlv(aMessage, UintTlvType::kType, aValue); in Find()
695 …template <typename UintType> static Error FindUintTlv(const Message &aMessage, uint8_t aType, Uint…