Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_storage.cpp32 esp_err_t Storage::populateBlobIndices(TBlobIndexList& blobIdxList) in populateBlobIndices() argument
53 blobIdxList.push_back(entry); in populateBlobIndices()
61 void Storage::eraseOrphanDataBlobs(TBlobIndexList& blobIdxList) in eraseOrphanDataBlobs() argument
74 auto iter = std::find_if(blobIdxList.begin(), in eraseOrphanDataBlobs()
75 blobIdxList.end(), in eraseOrphanDataBlobs()
81 if (iter == std::end(blobIdxList)) { in eraseOrphanDataBlobs()
124 TBlobIndexList blobIdxList; in init() local
125 err = populateBlobIndices(blobIdxList); in init()
132 eraseOrphanDataBlobs(blobIdxList); in init()
135 blobIdxList.clearAndFreeNodes(); in init()