Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_collector.cpp41 thumbnailErrorMap_[path] = thunmbailErrorInfo; in CollectThumbnailError()
47 std::unordered_map<std::string, ThumbnailErrorInfo> result = thumbnailErrorMap_; in GetThumbnailError()
48 thumbnailErrorMap_.clear(); in GetThumbnailError()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_collector.h47 std::unordered_map<std::string, ThumbnailErrorInfo> thumbnailErrorMap_; variable