Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_service_ability.h117 void SendGetFrameResEvent(const bool isGetSucc, const int32_t sizeRead);
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp152 SendGetFrameResEvent(false, totalReadSize); in ScanServiceAbility()
160 SendGetFrameResEvent(true, totalReadSize); in ScanServiceAbility()
166 SendGetFrameResEvent(false, totalReadSize); in ScanServiceAbility()
1251 void ScanServiceAbility::SendGetFrameResEvent(const bool isGetSucc, const int32_t sizeRead) in SendGetFrameResEvent() function in OHOS::Scan::ScanServiceAbility
/ohos5.0/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H A Dscanserviceability_fuzzer.cpp291 ScanServiceAbility::GetInstance()->SendGetFrameResEvent(isGetSucc, sizeRead); in TestSendGetFrameResEvent()