Home
last modified time | relevance | path

Searched refs:BlockwiseReceiveHook (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/cli/
Dcli_coap_secure.hpp113 static otError BlockwiseReceiveHook(void *aContext,
119 otError BlockwiseReceiveHook(const uint8_t *aBlock,
Dcli_coap.hpp119 static otError BlockwiseReceiveHook(void *aContext,
125 otError BlockwiseReceiveHook(const uint8_t *aBlock,
Dcli_coap_secure.cpp122 mResource.mReceiveHook = &CoapSecure::BlockwiseReceiveHook; in Process()
579 … &CoapSecure::BlockwiseTransmitHook, &CoapSecure::BlockwiseReceiveHook); in ProcessRequest()
987 otError CoapSecure::BlockwiseReceiveHook(void *aContext, in BlockwiseReceiveHook() function in ot::Cli::CoapSecure
994 …return static_cast<CoapSecure *>(aContext)->BlockwiseReceiveHook(aBlock, aPosition, aBlockLength, … in BlockwiseReceiveHook()
998 otError CoapSecure::BlockwiseReceiveHook(const uint8_t *aBlock, in BlockwiseReceiveHook() function in ot::Cli::CoapSecure
Dcli_coap.cpp194 mResource.mReceiveHook = &Coap::BlockwiseReceiveHook; in Process()
770 … Coap::BlockwiseTransmitHook, Coap::BlockwiseReceiveHook); in ProcessRequest()
1110 otError Coap::BlockwiseReceiveHook(void *aContext, in BlockwiseReceiveHook() function in ot::Cli::Coap
1117 …return static_cast<Coap *>(aContext)->BlockwiseReceiveHook(aBlock, aPosition, aBlockLength, aMore,… in BlockwiseReceiveHook()
1120 otError Coap::BlockwiseReceiveHook(const uint8_t *aBlock, in BlockwiseReceiveHook() function in ot::Cli::Coap