Home
last modified time | relevance | path

Searched defs:IsAck (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/http2/
Dhttp2_structures.h72 bool IsAck() const { in IsAck() function
Dhttp2_structures_test.cc221 TEST_P(IsACKTest, IsAck) { in TEST_P() argument
/external/openthread/src/core/coap/
Dcoap_message.hpp740 bool IsAck(void) const { return (GetType() == kTypeAck); } in IsAck() function in ot::Coap::Message
/external/openthread/src/core/mac/
Dmac_frame.hpp398 bool IsAck(void) const { return GetType() == kFcfFrameAck; } in IsAck() function in ot::Mac::Frame