Searched refs:BlockwiseReceiveHook (Results 1 – 4 of 4) sorted by relevance
| /openthread-latest/src/cli/ |
| D | cli_coap_secure.hpp | 113 static otError BlockwiseReceiveHook(void *aContext, 119 otError BlockwiseReceiveHook(const uint8_t *aBlock,
|
| D | cli_coap.hpp | 119 static otError BlockwiseReceiveHook(void *aContext, 125 otError BlockwiseReceiveHook(const uint8_t *aBlock,
|
| D | cli_coap_secure.cpp | 122 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
|
| D | cli_coap.cpp | 194 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
|