Searched refs:GetUriPath (Results 1 – 3 of 3) sorted by relevance
175 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath() function in ot::Coap::Resource269 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath() function in ot::Coap::ResourceBlockWise
600 Error GetUriPath(char *aUriPath) const;
1363 if (strcmp(resource.GetUriPath(), uriPath) != 0) in ProcessReceivedRequest()