Home
last modified time | relevance | path

Searched refs:flash (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/tests/unit/
Dtest_flash.cpp49 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 …]
DCMakeLists.txt182 ot_unit_test(flash)
/openthread-latest/
D.gitignore4 *.flash
/openthread-latest/examples/platforms/simulation/
DCMakeLists.txt76 flash.c
/openthread-latest/include/openthread/
DBUILD.gn98 "platform/flash.h",
/openthread-latest/tests/toranj/
Dstart.sh39 sudo rm tmp/*.flash tmp/*.data tmp/*.swap >/dev/null 2>&1
/openthread-latest/src/core/
DBUILD.gn722 "utils/flash.cpp",
723 "utils/flash.hpp",
DCMakeLists.txt253 utils/flash.cpp
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md107 …on. In addition, minimizing the number of storage updates is good for the longevity of flash media.