Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_service_ability.h157 std::map<std::string, int32_t> imageFdMap_; variable
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp354 for (const auto& [imagePath, fd] : imageFdMap_) { in ExitScan()
363 imageFdMap_.clear(); in ExitScan()
1483 imageFdMap_[prog.GetImageRealPath()] = fd; in GetScanProgress()