Home
last modified time | relevance | path

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

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