Searched refs:flash (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_flash.cpp | 49 Flash flash(*instance); in TestFlash() local 56 flash.Init(); in TestFlash() 60 VerifyOrQuit(flash.Delete(0, 0) == kErrorNotFound); in TestFlash() 61 VerifyOrQuit(flash.Get(0, 0, nullptr, nullptr) == kErrorNotFound); in TestFlash() 69 SuccessOrQuit(flash.Add(key, writeBuffer, length)); in TestFlash() 76 SuccessOrQuit(flash.Get(key, 0, readBuffer, &length)); in TestFlash() 83 SuccessOrQuit(flash.Delete(key, 0)); in TestFlash() 88 VerifyOrQuit(flash.Delete(key, 0) == kErrorNotFound); in TestFlash() 89 VerifyOrQuit(flash.Get(key, 0, nullptr, nullptr) == kErrorNotFound); in TestFlash() 98 SuccessOrQuit(flash.Add(0, writeBuffer, length)); in TestFlash() [all …]
|
D | CMakeLists.txt | 182 ot_unit_test(flash)
|
/openthread-latest/ |
D | .gitignore | 4 *.flash
|
/openthread-latest/examples/platforms/simulation/ |
D | CMakeLists.txt | 76 flash.c
|
/openthread-latest/include/openthread/ |
D | BUILD.gn | 98 "platform/flash.h",
|
/openthread-latest/tests/toranj/ |
D | start.sh | 39 sudo rm tmp/*.flash tmp/*.data tmp/*.swap >/dev/null 2>&1
|
/openthread-latest/src/core/ |
D | BUILD.gn | 722 "utils/flash.cpp", 723 "utils/flash.hpp",
|
D | CMakeLists.txt | 253 utils/flash.cpp
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 107 …on. In addition, minimizing the number of storage updates is good for the longevity of flash media.
|