Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/coap/
Dcoap.hpp175 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath() function in ot::Coap::Resource
269 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath() function in ot::Coap::ResourceBlockWise
Dcoap_message.hpp600 Error GetUriPath(char *aUriPath) const;
Dcoap.cpp1363 if (strcmp(resource.GetUriPath(), uriPath) != 0) in ProcessReceivedRequest()