Home
last modified time | relevance | path

Searched refs:otCoapResource (Results 1 – 7 of 7) sorted by relevance

/openthread-3.5.0/include/openthread/
Dcoap.h415 typedef struct otCoapResource struct
420 struct otCoapResource *mNext; ///< The next CoAP resource in the list argument
421 } otCoapResource; typedef
1015 void otCoapAddResource(otInstance *aInstance, otCoapResource *aResource);
1024 void otCoapRemoveResource(otInstance *aInstance, otCoapResource *aResource);
Dcoap_secure.h291 void otCoapSecureAddResource(otInstance *aInstance, otCoapResource *aResource);
300 void otCoapSecureRemoveResource(otInstance *aInstance, otCoapResource *aResource);
/openthread-3.5.0/src/core/api/
Dcoap_secure_api.cpp160 void otCoapSecureAddResource(otInstance *aInstance, otCoapResource *aResource) in otCoapSecureAddResource()
165 void otCoapSecureRemoveResource(otInstance *aInstance, otCoapResource *aResource) in otCoapSecureRemoveResource()
Dcoap_api.cpp270 void otCoapAddResource(otInstance *aInstance, otCoapResource *aResource) in otCoapAddResource()
275 void otCoapRemoveResource(otInstance *aInstance, otCoapResource *aResource) in otCoapRemoveResource()
/openthread-3.5.0/src/cli/
Dcli_coap_secure.hpp150 otCoapResource mResource;
Dcli_coap.hpp165 otCoapResource mResource;
/openthread-3.5.0/src/core/coap/
Dcoap.hpp144 class Resource : public otCoapResource, public LinkedListEntry<Resource>
1011 DefineCoreType(otCoapResource, Coap::Resource);