Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap.hpp164 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath() function in ot::Coap::Resource
253 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath() function in ot::Coap::ResourceBlockWise
Dcoap_message.hpp570 Error GetUriPath(char *aUriPath) const;
Dcoap.cpp1354 if (!StringMatch(resource.GetUriPath(), uriPath)) in ProcessReceivedRequest()