Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
flush2.cpp File Reference
Test cases to flush KVs in the CFSTORE using the drv->Flush() interface. More...
Go to the source code of this file.
Functions | |
control_t | cfstore_flush2_test_01_start (const size_t call_count) |
control_t | cfstore_flush2_test_01_mid (const size_t call_count) |
control_t | cfstore_flush2_test_01_end (const size_t call_count) |
control_t | cfstore_flush2_test_02 (const size_t call_count) |
test to open(create) a very large value, write the data, close, then flush. |
Detailed Description
Test cases to flush KVs in the CFSTORE using the drv->Flush() interface.
Please consult the documentation under the test-case functions for a description of the individual test case.
Definition in file flush2.cpp.
Function Documentation
control_t cfstore_flush2_test_01_end | ( | const size_t | call_count ) |
- Returns:
- on success returns CaseNext to continue to next test case, otherwise will assert on errors.
Definition at line 225 of file flush2.cpp.
control_t cfstore_flush2_test_01_mid | ( | const size_t | call_count ) |
- Returns:
- on success returns CaseNext to continue to next test case, otherwise will assert on errors.
Definition at line 150 of file flush2.cpp.
control_t cfstore_flush2_test_01_start | ( | const size_t | call_count ) |
- Returns:
- on success returns CaseNext to continue to next test case, otherwise will assert on errors.
Definition at line 127 of file flush2.cpp.
control_t cfstore_flush2_test_02 | ( | const size_t | call_count ) |
test to open(create) a very large value, write the data, close, then flush.
for a N keys simultaneously.
- Returns:
- on success returns CaseNext to continue to next test case, otherwise will assert on errors.
Definition at line 243 of file flush2.cpp.
Generated on Tue Jul 12 2022 11:03:02 by
