Lines Matching defs:aMessage
319 …static Error Read(const Message &aMessage, uint16_t aOffset, typename SimpleTlvType::ValueType &aV… in Read()
337 …static Error Read(const Message &aMessage, uint16_t aOffset, typename UintTlvType::UintValueType &… in Read()
355 …static Error Read(const Message &aMessage, uint16_t aOffset, typename StringTlvType::StringType &a… in Read()
404 template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv) in FindTlv()
423 …template <typename TlvType> static Error FindTlv(const Message &aMessage, TlvType &aTlv, uint16_t … in FindTlv()
462 …template <typename TlvType> static Error Find(const Message &aMessage, void *aValue, uint8_t aLeng… in Find()
487 static Error Find(const Message &aMessage, typename SimpleTlvType::ValueType &aValue) in Find()
509 static Error Find(const Message &aMessage, typename UintTlvType::UintValueType &aValue) in Find()
534 static Error Find(const Message &aMessage, typename StringTlvType::StringType &aValue) in Find()
571 …template <typename TlvType> static Error Append(Message &aMessage, const void *aValue, uint8_t aLe… in Append()
590 static Error Append(Message &aMessage, const typename SimpleTlvType::ValueType &aValue) in Append()
608 …template <typename UintTlvType> static Error Append(Message &aMessage, typename UintTlvType::UintV… in Append()
631 template <typename StringTlvType> static Error Append(Message &aMessage, const char *aValue) in Append()