Home
last modified time | relevance | path

Searched refs:init_custom (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_partition_manager.cpp25 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
36 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
50 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&part_0, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
53 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&part_1, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
71 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
86 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
Dtest_nvs_handle.cpp36 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
60 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
99 …CHECK(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECTOR…
134 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
166 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
199 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
231 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
264 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
Dtest_nvs_cxx_api.cpp37 init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECTOR_COUNT_MIN) == ESP_OK);
70 …REQUIRE(nvs::NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH…
96 …REQUIRE(nvs::NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH…
122 …REQUIRE(nvs::NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH…
145 …REQUIRE(nvs::NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH…
175 …REQUIRE(nvs::NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH…
Dtest_nvs.cpp598 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
624 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
658 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
723 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
726 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f_other.part,
752 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
919 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
934 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
955 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
1097 TEST_ESP_OK(NVSPartitionManager::get_instance()->init_custom(&f.part,
[all …]
Dtest_nvs_storage.cpp34 …REQUIRE(NVSPartitionManager::get_instance()->init_custom(&f.part, NVS_FLASH_SECTOR, NVS_FLASH_SECT…
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition_manager.cpp53 result = init_custom(p, 0, size / SPI_FLASH_SEC_SIZE); in init_partition()
68 esp_err_t NVSPartitionManager::init_custom(Partition *partition, uint32_t baseSector, uint32_t sect… in init_custom() function in nvs::NVSPartitionManager
131 result = init_custom(p, 0, size / SPI_FLASH_SEC_SIZE); in secure_init_partition()
Dnvs_partition_manager.hpp32 esp_err_t init_custom(Partition *partition, uint32_t baseSector, uint32_t sectorCount);
Dnvs_api.cpp115 esp_err_t init_res = NVSPartitionManager::get_instance()->init_custom(part, in nvs_flash_init_partition_ptr()
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow_esp32c3.map35637 …0x000000004200c0c8 nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned …
70565 nvs::NVSPartitionManager::init_custom(nvs::Partition*, unsigned long, unsigned long) esp-idf/nvs_fl…