Searched refs:BlockwiseReceiveHook (Results 1 – 4 of 4) sorted by relevance
/external/openthread/src/cli/ |
D | cli_coap.hpp | 120 static otError BlockwiseReceiveHook(void * aContext, 126 otError BlockwiseReceiveHook(const uint8_t *aBlock,
|
D | cli_coap_secure.hpp | 125 static otError BlockwiseReceiveHook(void * aContext, 131 otError BlockwiseReceiveHook(const uint8_t *aBlock,
|
D | cli_coap_secure.cpp | 120 mResource.mReceiveHook = &CoapSecure::BlockwiseReceiveHook; in ProcessResource() 362 … &CoapSecure::BlockwiseTransmitHook, &CoapSecure::BlockwiseReceiveHook); in ProcessRequest() 691 otError CoapSecure::BlockwiseReceiveHook(void * aContext, in BlockwiseReceiveHook() function in ot::Cli::CoapSecure 698 …return static_cast<CoapSecure *>(aContext)->BlockwiseReceiveHook(aBlock, aPosition, aBlockLength, … in BlockwiseReceiveHook() 702 otError CoapSecure::BlockwiseReceiveHook(const uint8_t *aBlock, in BlockwiseReceiveHook() function in ot::Cli::CoapSecure
|
D | cli_coap.cpp | 166 mResource.mReceiveHook = &Coap::BlockwiseReceiveHook; in Process() 537 … Coap::BlockwiseTransmitHook, Coap::BlockwiseReceiveHook); in ProcessRequest() 875 otError Coap::BlockwiseReceiveHook(void * aContext, in BlockwiseReceiveHook() function in ot::Cli::Coap 882 …return static_cast<Coap *>(aContext)->BlockwiseReceiveHook(aBlock, aPosition, aBlockLength, aMore,… in BlockwiseReceiveHook() 885 otError Coap::BlockwiseReceiveHook(const uint8_t *aBlock, in BlockwiseReceiveHook() function in ot::Cli::Coap
|