Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_coap_secure.cpp62 memset(&mUriPath, 0, sizeof(mUriPath)); in CoapSecure()
101 mResource.mUriPath = mUriPath; in Process()
115 strncpy(mUriPath, aArgs[0].GetCString(), sizeof(mUriPath) - 1); in Process()
124 OutputLine("%s", mResource.mUriPath != nullptr ? mResource.mUriPath : ""); in Process()
Dcli_coap.cpp69 memset(&mUriPath, 0, sizeof(mUriPath)); in Coap()
161 mResource.mUriPath = mUriPath; in Process()
175 strncpy(mUriPath, aArgs[0].GetCString(), sizeof(mUriPath) - 1); in Process()
185 OutputLine("%s", mResource.mUriPath != nullptr ? mResource.mUriPath : ""); in Process()
Dcli_coap_secure.hpp152 char mUriPath[kMaxUriLength]; member in ot::Cli::CoapSecure
Dcli_coap.hpp174 char mUriPath[kMaxUriLength]; member in ot::Cli::Coap
/openthread-3.5.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.cpp1434 if (strcmp(resource.mUriPath, uriPath) == 0) in ProcessReceivedRequest()
1689 mUriPath = aUriPath; in Resource()
/openthread-3.5.0/include/openthread/
Dcoap.h417 const char *mUriPath; ///< The URI Path string member
429 const char *mUriPath; ///< The URI Path string member