Home
last modified time | relevance | path

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

/openthread-3.7.0/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.hpp148 char mUriPath[kMaxUriLength]; member in ot::Cli::CoapSecure
Dcli_coap.hpp169 char mUriPath[kMaxUriLength]; member in ot::Cli::Coap
/openthread-3.7.0/src/core/coap/
Dcoap.hpp175 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath()
211 mUriPath = aUriPath; in ResourceBlockWise()
269 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath()
Dcoap.cpp1430 if (strcmp(resource.mUriPath, uriPath) == 0) in ProcessReceivedRequest()
1681 mUriPath = aUriPath; in Resource()
/openthread-3.7.0/include/openthread/
Dcoap.h417 const char *mUriPath; ///< The URI Path string member
429 const char *mUriPath; ///< The URI Path string member