Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/cli/
DREADME_COAP.md13 On node 1, setup CoAP server with resource `test-resource`.
18 > coap resource test-resource
27 > coap get fdde:ad00:beef:0:d395:daee:a75:3964 test-resource
30 > coap put fdde:ad00:beef:0:2780:9423:166c:1aac test-resource con payload
56 - [resource](#resource-uri-path)
75 resource
86 Request the cancellation of an existing observation subscription to a remote resource.
96 - uri-path: URI path of the resource.
101 > coap delete fdde:ad00:beef:0:2780:9423:166c:1aac test-resource con payload
108 - uri-path: URI path of the resource.
[all …]
DREADME_COAPS.md33 On node 1, setup CoAPS server with resource `test-resource`.
38 > coaps resource test-resource
50 > coaps get test-resource
53 > coaps put test-resource con payload
96 - [resource](#resource-uri-path)
118 resource
142 - uri-path: URI path of the resource.
147 > coaps delete test-resource con payload
161 - uri-path: URI path of the resource.
165 > coaps get test-resource
[all …]
/openthread-latest/src/core/coap/
Dcoap.cpp1352 for (const ResourceBlockWise &resource : mBlockWiseResources) in ProcessReceivedRequest() local
1354 if (!StringMatch(resource.GetUriPath(), uriPath)) in ProcessReceivedRequest()
1359 …if ((resource.mReceiveHook != nullptr || resource.mTransmitHook != nullptr) && blockOptionType != … in ProcessReceivedRequest()
1364 if (resource.mReceiveHook != nullptr) in ProcessReceivedRequest()
1366 … switch (ProcessBlock1Request(aMessage, aMessageInfo, resource, totalTransferSize)) in ProcessReceivedRequest()
1369 resource.HandleRequest(aMessage, aMessageInfo); in ProcessReceivedRequest()
1390 if (resource.mTransmitHook != nullptr) in ProcessReceivedRequest()
1392 … if ((error = ProcessBlock2Request(aMessage, aMessageInfo, resource)) != kErrorNone) in ProcessReceivedRequest()
1404 resource.HandleRequest(aMessage, aMessageInfo); in ProcessReceivedRequest()
1419 for (const Resource &resource : mResources) in ProcessReceivedRequest() local
[all …]
/openthread-latest/third_party/mbedtls/repo/configs/
DREADME.txt4 a restricted number of ciphersuites) and aim at minimizing resource usage for
/openthread-latest/third_party/tcplp/
DREADME.md23 resource-constrained embedded systems. It is designed to support performant and
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_net.function12 #include <sys/resource.h>
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md67 …s not apply to errors that arise from resource failures or limitations. For example, errors result…
121 Applications may need careful handling of resource management errors. As explained in ([PSA Concurr…
239 We only require linearizability to hold in the case where a resource-management error is not return…
247 …e mutex within `psa_get_and_lock_key_slot`. All other steps have no non resource-related side effe…
/openthread-latest/
DSTYLE_GUIDE.md66 … example, if there is a free function or object method that allocates a resource, then there shoul…
106 - Heap-based resource allocation should be avoided.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md296 Goal: test the absence of resource leaks in the PSA key store code, in particular that `psa_close_k…
/openthread-latest/third_party/mbedtls/repo/
DChangeLog209 entropy resource in gen_key example. Fixes #8809.
1225 * Fix resource leaks in mbedtls_pk_parse_public_key() in low
1836 * Fix a resource leak in a test suite with an alternative AES
2001 * Fix a resource leak in CTR_DRBG and HMAC_DRBG when MBEDTLS_THREADING_C
2009 * Fix a resource leak in a bad-arguments case of mbedtls_rsa_gen_key()
2494 denial of service (application crash or extra resource consumption).
3837 * Fix a resource leak on Windows platforms in mbedtls_x509_crt_parse_path(),
4020 * Fix a resource leak in ssl_cookie, when using MBEDTLS_THREADING_C.
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md749 The default preference order for curves in TLS now favors resource usage (performance and memory co…