Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_progress.h49 [[nodiscard]] std::string GetImageRealPath() const;
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_progress.cpp120 std::string ScanProgress::GetImageRealPath() const in GetImageRealPath() function in OHOS::Scan::ScanProgress
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1481 int32_t fd = open(prog.GetImageRealPath().c_str(), O_RDONLY); in GetScanProgress()
1483 imageFdMap_[prog.GetImageRealPath()] = fd; in GetScanProgress()