Searched refs:IsNonConfirmable (Results 1 – 4 of 4) sorted by relevance
732 bool IsNonConfirmable(void) const { return (GetType() == kTypeNonConfirmable); } in IsNonConfirmable() function in ot::Coap::Message
259 if (aMessage.IsNonConfirmable()) in SendMessage()276 else if (aMessage.IsNonConfirmable() && (aHandler != nullptr)) in SendMessage()1282 if (aMessage.IsConfirmable() || aMessage.IsNonConfirmable()) in ProcessReceivedResponse()
89 bool Message::IsNonConfirmablePostRequest(void) const { return IsNonConfirmable() && IsPostRequest(… in IsNonConfirmablePostRequest()
135 if (aRequest.IsNonConfirmable() || aSeparate) in SendErrorMessage()