Searched refs:c1_handle_get (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/subsys/settings/nvs/src/ |
D | settings_test_nvs.c | 22 int c1_handle_get(const char *name, char *val, int val_len_max); 32 .h_get = c1_handle_get, 39 int c1_handle_get(const char *name, char *val, int val_len_max) in c1_handle_get() function
|
/Zephyr-latest/tests/subsys/settings/file/src/ |
D | settings_test_file.c | 22 int c1_handle_get(const char *name, char *val, int val_len_max); 32 .h_get = c1_handle_get, 41 int c1_handle_get(const char *name, char *val, int val_len_max) in c1_handle_get() function
|
/Zephyr-latest/tests/subsys/settings/fcb/src/ |
D | settings_test_fcb.c | 29 int c1_handle_get(const char *name, char *val, int val_len_max); 51 .h_get = c1_handle_get, 75 int c1_handle_get(const char *name, char *val, int val_len_max) in c1_handle_get() function
|