Home
last modified time | relevance | path

Searched refs:lookup_storage_from_name (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_partition_manager.cpp26 CHECK(NVSPartitionManager::get_instance()->lookup_storage_from_name("test") != nullptr);
37 CHECK(NVSPartitionManager::get_instance()->lookup_storage_from_name("test") != nullptr);
39 CHECK(NVSPartitionManager::get_instance()->lookup_storage_from_name("test") == nullptr);
55 Storage *storage1 = NVSPartitionManager::get_instance()->lookup_storage_from_name("test1");
57 Storage *storage2 = NVSPartitionManager::get_instance()->lookup_storage_from_name("test2");
Dtest_nvs_initialization.cpp44 CHECK(NVSPartitionManager::get_instance()->lookup_storage_from_name("test") != nullptr);
Dtest_nvs_storage.cpp39 Storage *storage = NVSPartitionManager::get_instance()->lookup_storage_from_name("test");
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition_manager.cpp37 mStorage = lookup_storage_from_name(partition_label); in init_partition()
71 Storage* storage = lookup_storage_from_name(partition->get_partition_name()); in init_custom()
112 mStorage = lookup_storage_from_name(part_name); in secure_init_partition()
146 Storage* storage = lookup_storage_from_name(partition_label); in deinit_partition()
191 sHandle = lookup_storage_from_name(part_name); in open_handle()
228 Storage* NVSPartitionManager::lookup_storage_from_name(const char* name) in lookup_storage_from_name() function in nvs::NVSPartitionManager
Dnvs_api.cpp63 static nvs::Storage* lookup_storage_from_name(const char *name) in lookup_storage_from_name() function
65 return NVSPartitionManager::get_instance()->lookup_storage_from_name(name); in lookup_storage_from_name()
73 pStorage = lookup_storage_from_name(partName); in nvs_dump()
202 if (NVSPartitionManager::get_instance()->lookup_storage_from_name(part_name)) { in nvs_flash_erase_partition()
233 if (NVSPartitionManager::get_instance()->lookup_storage_from_name(partition->label)) { in nvs_flash_erase_partition_ptr()
542 pStorage = lookup_storage_from_name((part_name == nullptr) ? NVS_DEFAULT_PART_NAME : part_name); in nvs_get_stats()
733 pStorage = lookup_storage_from_name(part_name); in nvs_entry_find()
Dnvs_partition_manager.hpp40 Storage* lookup_storage_from_name(const char* name);
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow_esp32c3.map35634 … 0x000000004200c08a nvs::NVSPartitionManager::lookup_storage_from_name(char const*)
70570 nvs::NVSPartitionManager::lookup_storage_from_name(char const*) esp-idf/nvs_flash/libnvs_flash.a(nv…