Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp97 for (auto &erroInfo : errorMap) { in ReportThumbnailError() local
98 string key = erroInfo.first; in ReportThumbnailError()
99 string value = erroInfo.second; in ReportThumbnailError()
137 for (auto &erroInfo : errorMap) { in ReportCommonBehavior() local
138 string bundleName = erroInfo.first; in ReportCommonBehavior()
139 int32_t times = static_cast<int32_t>(erroInfo.second); in ReportCommonBehavior()