Searched refs:thumbnailInfo (Results 1 – 1 of 1) sorted by relevance
100 vector<string> thumbnailInfo = DfxUtils::Split(key, SPLIT_CHAR); in ReportThumbnailError() local101 if (thumbnailInfo.empty() || thumbnailInfo.size() < 3) { // 3 means length of key in ReportThumbnailError()105 string path = thumbnailInfo[0]; in ReportThumbnailError()107 …int32_t method = MediaLibraryDataManagerUtils::IsNumber(thumbnailInfo[1]) ? stoi(thumbnailInfo[1])… in ReportThumbnailError()109 …t32_t errorCode = MediaLibraryDataManagerUtils::IsNumber(thumbnailInfo[2]) ? stoi(thumbnailInfo[2]… in ReportThumbnailError()