Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_reporter.h55 …int32_t ReportHighMemoryImageThumbnail(std::string &path, std::string &suffix, int32_t width, int3…
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp61 int32_t DfxReporter::ReportHighMemoryImageThumbnail(std::string &path, std::string &suffix, int32_t… in ReportHighMemoryImageThumbnail() function in OHOS::Media::DfxReporter
H A Ddfx_manager.cpp95 return dfxReporter_->ReportHighMemoryImageThumbnail(path, suffix, width, height); in HandleHighMemoryThumbnail()