Searched refs:aContentFormat (Results 1 – 3 of 3) sorted by relevance
77 …CoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aContentFormat) in otCoapMessageAppendContentFormatOption() argument79 return AsCoapMessage(aMessage).AppendContentFormatOption(aContentFormat); in otCoapMessageAppendContentFormatOption()
519 Error AppendContentFormatOption(otCoapOptionContentFormat aContentFormat) in AppendContentFormatOption() argument521 return AppendUintOption(kOptionContentFormat, static_cast<uint32_t>(aContentFormat)); in AppendContentFormatOption()
552 …oapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aContentFormat);