Searched refs:FindUintTlv (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/common/ |
D | tlvs.cpp | 224 template <typename UintType> Error Tlv::FindUintTlv(const Message &aMessage, uint8_t aType, UintTyp… in FindUintTlv() function in ot::Tlv 237 template Error Tlv::FindUintTlv<uint8_t>(const Message &aMessage, uint8_t aType, uint8_t &aValue); 238 template Error Tlv::FindUintTlv<uint16_t>(const Message &aMessage, uint8_t aType, uint16_t &aValue); 239 template Error Tlv::FindUintTlv<uint32_t>(const Message &aMessage, uint8_t aType, uint32_t &aValue);
|
D | tlvs.hpp | 511 return FindUintTlv(aMessage, UintTlvType::kType, aValue); in Find() 703 …template <typename UintType> static Error FindUintTlv(const Message &aMessage, uint8_t aType, Uint…
|