Home
last modified time | relevance | path

Searched refs:SetPictureId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_progress.h37 void SetPictureId(const int32_t pictureId);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_progress.cpp69 void ScanProgress::SetPictureId(const int32_t pictureId) in SetPictureId() function in OHOS::Scan::ScanProgress
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp311 scanProg.SetPictureId(pictureId); in TestSetPictureId()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1682 scanTaskMap[nextPicId].SetPictureId(nextPicId); in StartScan()