Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp143 failedRecords_.insert(key); in CheckImageQuality()
264 for (auto s : failedRecords_) {
553 return failedRecords_.find(key) != failedRecords_.end();
568 failedRecords_.insert(line);
H A Dimage_compressor.h109 std::set<std::string> failedRecords_; variable