Home
last modified time | relevance | path

Searched refs:close_handle (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_partition_manager.hpp44 esp_err_t close_handle(NVSHandleSimple* handle);
Dnvs_handle_simple.cpp21 NVSPartitionManager::get_instance()->close_handle(this); in ~NVSHandleSimple()
Dnvs_partition_manager.cpp216 esp_err_t NVSPartitionManager::close_handle(NVSHandleSimple* handle) { in close_handle() function in nvs::NVSPartitionManager