Lines Matching defs:handle
226 static void queue_delete_wrapper(void *handle) in queue_delete_wrapper()
233 static void task_delete_wrapper(void *handle) in task_delete_wrapper()
489 int32_t nvs_set_i8(uint32_t handle, const char *key, int8_t value) in nvs_set_i8()
498 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8()
507 int32_t nvs_set_u8(uint32_t handle, const char *key, uint8_t value) in nvs_set_u8()
516 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8()
525 int32_t nvs_set_u16(uint32_t handle, const char *key, uint16_t value) in nvs_set_u16()
534 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16()
552 void nvs_close(uint32_t handle) in nvs_close()
559 int32_t nvs_commit(uint32_t handle) in nvs_commit()
566 int32_t nvs_set_blob(uint32_t handle, const char *key, const void *value, in nvs_set_blob()
577 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob()
588 int32_t nvs_erase_key(uint32_t handle, const char *key) in nvs_erase_key()