Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/
H A Dhttp2_structures.h72 bool IsAck() const { in IsAck() function
H A Dhttp2_structures_test.cc221 TEST_P(IsACKTest, IsAck) { in TEST_P() argument
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.hpp768 bool IsAck(void) const { return (GetType() == kTypeAck); } in IsAck() function in ot::Coap::Message
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp485 bool IsAck(void) const { return GetType() == kTypeAck; } in IsAck() function in ot::Mac::Frame
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go2165 func (f *http2SettingsFrame) IsAck() bool { func
2266 func (f *http2PingFrame) IsAck() bool { return f.Flags.Has(http2FlagPingAck) } func