Searched refs:IsNonConfirmable (Results 1 – 4 of 4) sorted by relevance
250 if (aMessage.IsNonConfirmable()) in SendMessage()267 else if (aMessage.IsNonConfirmable() && (aHandler != nullptr)) in SendMessage()1269 if (aMessage.IsConfirmable() || aMessage.IsNonConfirmable()) in ProcessReceivedResponse()
701 bool IsNonConfirmable(void) const { return (GetType() == kTypeNonConfirmable); } in IsNonConfirmable() function in ot::Coap::Message
82 bool Message::IsNonConfirmablePostRequest(void) const { return IsNonConfirmable() && IsPostRequest(… in IsNonConfirmablePostRequest()
586 if (aRequest.IsNonConfirmable() || aSeparate) in SendErrorMessage()