Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_storage.hpp59 typedef intrusive_list<BlobIndexNode> TBlobIndexList; typedef in nvs::Storage
147 esp_err_t populateBlobIndices(TBlobIndexList&);
149 void eraseOrphanDataBlobs(TBlobIndexList&);
Dnvs_storage.cpp32 esp_err_t Storage::populateBlobIndices(TBlobIndexList& blobIdxList) in populateBlobIndices()
61 void Storage::eraseOrphanDataBlobs(TBlobIndexList& blobIdxList) in eraseOrphanDataBlobs()
124 TBlobIndexList blobIdxList; in init()