Searched refs:kv_flash_read (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/kv/src/ |
A D | kv.c | 243 if (kv_flash_read(off, &hdr, KV_ITEM_HDR_SIZE) != KV_OK) { in kv_item_del() 264 kv_flash_read(off + KV_ITEM_HDR_SIZE, ori, hdr.key_len); in kv_item_del() 265 kv_flash_read(item->pos + KV_ITEM_HDR_SIZE, new, hdr.key_len); in kv_item_del() 307 res = kv_flash_read(item->pos + KV_ITEM_HDR_SIZE, p, item->len); in __item_recovery_cb() 349 res = kv_flash_read(item->pos + KV_ITEM_HDR_SIZE, item->store, in __item_find_cb() 384 if (kv_flash_read(item->pos, p, len) != KV_OK) { in __item_gc_cb() 427 kv_flash_read(item->pos + KV_ITEM_HDR_SIZE, key, item->hdr.key_len); in __item_del_by_prefix_cb() 575 kv_flash_read((i << KV_BLOCK_SIZE_BITS), &hdr, KV_BLOCK_HDR_SIZE); in kv_init_internal() 756 if (kv_flash_read(pos, hdr, KV_ITEM_HDR_SIZE) != KV_OK) { in kv_item_traverse()
|
A D | kv_cli.c | 28 kv_flash_read(off, p_key, item->hdr.key_len); in __item_print_cb() 38 kv_flash_read(off, p_val, item->hdr.val_len); in __item_print_cb()
|
A D | kv_adapt.c | 43 int32_t kv_flash_read(uint32_t offset, void *buf, uint32_t nbytes) in kv_flash_read() function
|
/AliOS-Things-master/components/kv/internal/ |
A D | kv_adapt.h | 21 int32_t kv_flash_read(uint32_t offset, void *buf, uint32_t nbytes);
|
Completed in 6 milliseconds