Home
last modified time | relevance | path

Searched refs:SetDefaultHandler (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/api/
Dcoap_secure_api.cpp199 AsCoreType(aInstance).GetApplicationCoapSecure().SetDefaultHandler(aHandler, aContext); in otCoapSecureSetDefaultHandler()
Dcoap_api.cpp287 AsCoreType(aInstance).GetApplicationCoap().SetDefaultHandler(aHandler, aContext); in otCoapSetDefaultHandler()
/openthread-latest/src/core/coap/
Dcoap.hpp408 …void SetDefaultHandler(RequestHandler aHandler, void *aContext) { mDefaultHandler.Set(aHandler, aC… in SetDefaultHandler() function in ot::Coap::CoapBase