Searched refs:mUriPath (Results 1 – 7 of 7) sorted by relevance
/openthread-3.5.0/src/cli/ |
D | cli_coap_secure.cpp | 62 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()
|
D | cli_coap.cpp | 69 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()
|
D | cli_coap_secure.hpp | 152 char mUriPath[kMaxUriLength]; member in ot::Cli::CoapSecure
|
D | cli_coap.hpp | 174 char mUriPath[kMaxUriLength]; member in ot::Cli::Coap
|
/openthread-3.5.0/src/core/coap/ |
D | coap.hpp | 175 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath() 211 mUriPath = aUriPath; in ResourceBlockWise() 269 const char *GetUriPath(void) const { return mUriPath; } in GetUriPath()
|
D | coap.cpp | 1434 if (strcmp(resource.mUriPath, uriPath) == 0) in ProcessReceivedRequest() 1689 mUriPath = aUriPath; in Resource()
|
/openthread-3.5.0/include/openthread/ |
D | coap.h | 417 const char *mUriPath; ///< The URI Path string member 429 const char *mUriPath; ///< The URI Path string member
|