Searched refs:val_handle_get (Results 1 – 1 of 1) sorted by relevance
23 static int val_handle_get(const char *name, char *val, int val_len_max);25 SETTINGS_STATIC_HANDLER_DEFINE(val, "test_val", val_handle_get, val_handle_set, val_handle_commit,72 static int val_handle_get(const char *name, char *val, int val_len_max) in val_handle_get() function