Searched refs:open_mode (Results 1 – 7 of 7) sorted by relevance
/device/soc/esp/esp32/components/nvs_flash/src/ |
D | nvs_cxx_api.cpp | 24 nvs_open_mode_t open_mode, in open_nvs_handle_from_partition() argument 38 open_handle(partition_name, ns_name, open_mode, &handle_simple); in open_nvs_handle_from_partition() 62 nvs_open_mode_t open_mode, in open_nvs_handle() argument 65 return open_nvs_handle_from_partition(NVS_DEFAULT_PART_NAME, ns_name, open_mode, err); in open_nvs_handle()
|
D | nvs_partition_manager.cpp | 185 nvs_open_mode_t open_mode, in open_handle() argument 200 esp_err_t err = sHandle->createOrOpenNamespace(ns_name, open_mode == NVS_READWRITE, nsIndex); in open_handle() 205 *handle = new (std::nothrow) NVSHandleSimple(open_mode==NVS_READONLY, nsIndex, sHandle); in open_handle()
|
D | nvs_partition_manager.hpp | 42 …esp_err_t open_handle(const char *part_name, const char *ns_name, nvs_open_mode_t open_mode, NVSHa…
|
D | nvs_api.cpp | 267 …from_partition(const char *part_name, const char* name, nvs_open_mode_t open_mode, nvs_handle_t *o… in nvs_open_from_partition() argument 270 ESP_LOGD(TAG, "%s %s %d", __func__, name, open_mode); in nvs_open_from_partition() 273 …esp_err_t result = NVSPartitionManager::get_instance()->open_handle(part_name, name, open_mode, &h… in nvs_open_from_partition() 288 extern "C" esp_err_t nvs_open(const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle) in nvs_open() argument 290 return nvs_open_from_partition(NVS_DEFAULT_PART_NAME, name, open_mode, out_handle); in nvs_open()
|
/device/soc/esp/esp32/components/nvs_flash/include/ |
D | nvs_handle.hpp | 231 nvs_open_mode_t open_mode, 239 nvs_open_mode_t open_mode,
|
D | nvs.h | 143 esp_err_t nvs_open(const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle); 170 …from_partition(const char *part_name, const char* name, nvs_open_mode_t open_mode, nvs_handle_t *o…
|
/device/soc/esp/esp32/components/esp_wifi/include/esp_private/ |
D | wifi_os_adapter.h | 111 int (* _nvs_open)(const char* name, uint32_t open_mode, uint32_t *out_handle);
|