Searched refs:aTransmitHook (Results 1 – 8 of 8) sorted by relevance
/openthread-3.5.0/src/core/api/ |
D | coap_secure_api.cpp | 132 otCoapBlockwiseTransmitHook aTransmitHook, in otCoapSecureSendRequestBlockWise() argument 136 … aTransmitHook, aReceiveHook); in otCoapSecureSendRequestBlockWise() 187 otCoapBlockwiseTransmitHook aTransmitHook) in otCoapSecureSendResponseBlockWise() argument 190 AsCoapMessage(aMessage), AsCoreType(aMessageInfo), nullptr, aContext, aTransmitHook); in otCoapSecureSendResponseBlockWise()
|
D | coap_api.cpp | 208 otCoapBlockwiseTransmitHook aTransmitHook, in otCoapSendRequestBlockWiseWithParameters() argument 220 … txParameters, aHandler, aContext, aTransmitHook, in otCoapSendRequestBlockWiseWithParameters() 291 otCoapBlockwiseTransmitHook aTransmitHook) in otCoapSendResponseBlockWiseWithParameters() argument 295 aContext, aTransmitHook, nullptr); in otCoapSendResponseBlockWiseWithParameters()
|
/openthread-3.5.0/include/openthread/ |
D | coap.h | 922 otCoapBlockwiseTransmitHook aTransmitHook, 952 otCoapBlockwiseTransmitHook aTransmitHook, in otCoapSendRequestBlockWise() argument 957 aTransmitHook, aReceiveHook); in otCoapSendRequestBlockWise() 1093 otCoapBlockwiseTransmitHook aTransmitHook); 1115 otCoapBlockwiseTransmitHook aTransmitHook) in otCoapSendResponseBlockWise() argument 1118 …dResponseBlockWiseWithParameters(aInstance, aMessage, aMessageInfo, NULL, aContext, aTransmitHook); in otCoapSendResponseBlockWise()
|
D | coap_secure.h | 259 otCoapBlockwiseTransmitHook aTransmitHook, 363 otCoapBlockwiseTransmitHook aTransmitHook);
|
/openthread-3.5.0/src/core/coap/ |
D | coap_secure.cpp | 111 otCoapBlockwiseTransmitHook aTransmitHook, in SendMessage() argument 119 aTransmitHook, aReceiveHook); in SendMessage() 129 otCoapBlockwiseTransmitHook aTransmitHook, in SendMessage() argument 132 …:SendMessage(aMessage, aMessageInfo, TxParameters::GetDefault(), aHandler, aContext, aTransmitHook, in SendMessage()
|
D | coap_secure.hpp | 306 otCoapBlockwiseTransmitHook aTransmitHook = nullptr, 332 otCoapBlockwiseTransmitHook aTransmitHook = nullptr,
|
D | coap.hpp | 209 otCoapBlockwiseTransmitHook aTransmitHook) in ResourceBlockWise() argument 215 mTransmitHook = aTransmitHook; in ResourceBlockWise() 584 otCoapBlockwiseTransmitHook aTransmitHook = nullptr,
|
D | coap.cpp | 202 otCoapBlockwiseTransmitHook aTransmitHook, in SendMessage() argument 226 … if ((aTransmitHook != nullptr) && (aMessage.ReadBlockOptionValues(kOptionBlock2) == kErrorNone) && in SendMessage() 232 …SuccessOrExit(error = aTransmitHook(aContext, buf, aMessage.GetBlockWiseBlockNumber() * bufLen, &b… in SendMessage() 248 … if ((aTransmitHook != nullptr) && (aMessage.ReadBlockOptionValues(kOptionBlock1) == kErrorNone) && in SendMessage() 254 …SuccessOrExit(error = aTransmitHook(aContext, buf, aMessage.GetBlockWiseBlockNumber() * bufLen, &b… in SendMessage() 336 metadata.mBlockwiseTransmitHook = aTransmitHook; in SendMessage()
|