Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap_secure.cpp62 ClearAllBytes(mUriPath); in CoapSecure()
117 mResource.mUriPath = mUriPath; in Process()
131 strncpy(mUriPath, aArgs[0].GetCString(), sizeof(mUriPath) - 1); in Process()
140 OutputLine("%s", mResource.mUriPath != nullptr ? mResource.mUriPath : ""); in Process()
Dcli_coap.cpp69 ClearAllBytes(mUriPath); in Coap()
189 mResource.mUriPath = mUriPath; in Process()
203 strncpy(mUriPath, aArgs[0].GetCString(), sizeof(mUriPath) - 1); in Process()
213 OutputLine("%s", mResource.mUriPath != nullptr ? mResource.mUriPath : ""); in Process()
Dcli_coap_secure.hpp145 char mUriPath[kMaxUriLength]; member in ot::Cli::CoapSecure
Dcli_coap.hpp166 char mUriPath[kMaxUriLength]; member in ot::Cli::Coap
/openthread-latest/src/core/coap/
Dcoap.hpp164 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath()
199 mUriPath = aUriPath; in ResourceBlockWise()
253 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath()
Dcoap.cpp1421 if (StringMatch(resource.mUriPath, uriPath)) in ProcessReceivedRequest()
1654 mUriPath = aUriPath; in Resource()
/openthread-latest/include/openthread/
Dcoap.h406 const char *mUriPath; ///< The URI Path string member
417 const char *mUriPath; ///< The URI Path string member