Home
last modified time | relevance | path

Searched defs:DequeueAndFree (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.cpp954 void MessageQueue::DequeueAndFree(Message &aMessage) in DequeueAndFree() function in ot::MessageQueue
1103 void PriorityQueue::DequeueAndFree(Message &aMessage) in DequeueAndFree() function in ot::PriorityQueue
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.hpp1062 void DequeueAndFree(Message &aMessage) { ot::MessageQueue::DequeueAndFree(aMessage); } in DequeueAndFree() function in ot::Coap::MessageQueue