Lines Matching defs:handle
220 static void queue_delete_wrapper(void *handle) in queue_delete_wrapper()
227 static void task_delete_wrapper(void *handle) in task_delete_wrapper()
448 int32_t nvs_set_i8(uint32_t handle, const char *key, int8_t value) in nvs_set_i8()
453 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8()
458 int32_t nvs_set_u8(uint32_t handle, const char *key, uint8_t value) in nvs_set_u8()
463 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8()
468 int32_t nvs_set_u16(uint32_t handle, const char *key, uint16_t value) in nvs_set_u16()
473 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16()
483 void nvs_close(uint32_t handle) in nvs_close()
488 int32_t nvs_commit(uint32_t handle) in nvs_commit()
493 int32_t nvs_set_blob(uint32_t handle, const char *key, const void *value, in nvs_set_blob()
499 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob()
505 int32_t nvs_erase_key(uint32_t handle, const char *key) in nvs_erase_key()