Home
last modified time | relevance | path

Searched refs:super_t (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/ncp/
Dncp_hdlc.cpp188 if (super_t::ShouldWakeHost()) in EncodeAndSend()
193 VerifyOrExit(!super_t::ShouldDeferHostSend()); in EncodeAndSend()
301 super_t::HandleReceive(buf, dataLen); in HandleFrame()
304 super_t::HandleReceive(buf, bufLength); in HandleFrame()
320 super_t::IncrementFrameErrorCounter(); in HandleError()
Dncp_hdlc.hpp51 typedef NcpBase super_t; typedef in ot::Ncp::NcpHdlc