Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_progress.cpp23 fd(0), isFinal(true), pictureId(0), taskCode(E_SCAN_GOOD), imageRealPath("") in ScanProgress()
34 imageRealPath = right.imageRealPath; in ScanProgress()
46 imageRealPath = right.imageRealPath; in operator =()
84 void ScanProgress::SetImageRealPath(const std::string& imageRealPath) in SetImageRealPath() argument
86 this->imageRealPath = imageRealPath; in SetImageRealPath()
122 return imageRealPath; in GetImageRealPath()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_progress.h40 void SetImageRealPath(const std::string& imageRealPath);
63 std::string imageRealPath; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_manager/
H A Dmedia_library_manager.cpp966 string imageRealPath = imageFileUri.GetRealPath(); in GetSandboxMovingPhotoTime() local
968 if (stat(imageRealPath.c_str(), &imageStatInfo) != 0) { in GetSandboxMovingPhotoTime()