Home
last modified time | relevance | path

Searched refs:NVSHandle (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/nvs_flash/include/
Dnvs_handle.hpp38 class NVSHandle { class
40 virtual ~NVSHandle() { } in ~NVSHandle()
229 std::unique_ptr<NVSHandle> open_nvs_handle_from_partition(const char *partition_name,
238 std::unique_ptr<NVSHandle> open_nvs_handle(const char *ns_name,
269 esp_err_t NVSHandle::set_item(const char *key, T value) { in set_item()
274 esp_err_t NVSHandle::get_item(const char *key, T &value) { in get_item()
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_cxx_api.cpp22 std::unique_ptr<NVSHandle> open_nvs_handle_from_partition(const char *partition_name, in open_nvs_handle_from_partition()
61 std::unique_ptr<NVSHandle> open_nvs_handle(const char *ns_name, in open_nvs_handle()
Dnvs_handle_locked.hpp31 class NVSHandleLocked : public NVSHandle {
Dnvs_handle_simple.hpp33 class NVSHandleSimple : public intrusive_list_node<NVSHandleSimple>, public NVSHandle {