Searched refs:IsConfirmable (Results 1 – 10 of 10) sorted by relevance
88 if (aMessage.IsConfirmable() && !aMessageInfo.GetSockAddr().IsMulticast()) in HandleRequest()
83 if (aMessage.IsConfirmable() && !aMessageInfo.GetSockAddr().IsMulticast()) in HandleQuery()
99 if (aMessage.IsConfirmable() && !aMessageInfo.GetSockAddr().IsMulticast()) in HandleRequest()
600 …if (aMessage.IsConfirmable() && Get<Tmf::Agent>().SendEmptyAck(aMessage, aMessageInfo) == kErrorNo… in HandleDuaNotification()
475 if (aMessage.IsConfirmable()) in HandleDiagnosticGetQuery()
731 if (aMessage.IsConfirmable() && !aMessageInfo.GetSockAddr().IsMulticast()) in HandleAddressError()
295 if (aMessage.IsConfirmable()) in SendMessage()352 metadata.mConfirmable = aMessage.IsConfirmable(); in SendMessage()408 …return (aRequest.IsConfirmable() ? SendHeaderResponse(aCode, aRequest, aMessageInfo) : kErrorInval… in SendEmptyAck()421 VerifyOrExit(aRequest.IsConfirmable(), error = kErrorInvalidArgs); in SendEmptyMessage()1066 if (!aMessageInfo.GetSockAddr().IsMulticast() && message.IsConfirmable()) in Receive()1292 if (aMessage.IsConfirmable() || aMessage.IsNonConfirmable()) in ProcessReceivedResponse()
722 bool IsConfirmable(void) const { return (GetType() == kTypeConfirmable); } in IsConfirmable() function in ot::Coap::Message
89 return IsConfirmable() && IsPostRequest(); in IsConfirmablePostRequest()
610 proactive = !aMessage.IsConfirmable(); in HandleBackboneAnswer()