Home
last modified time | relevance | path

Searched refs:OnGetFrameResCallback (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_scan_callback_proxy.h29 MOCK_METHOD2(OnGetFrameResCallback, bool(bool, int32_t));
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Discan_callback.h30 virtual bool OnGetFrameResCallback(bool isGetFrameSucc, int32_t sizeRead) = 0;
H A Dscan_callback.h75 bool OnGetFrameResCallback(bool isGetSucc, int32_t sizeRead) override;
/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_callback_proxy.h31 bool OnGetFrameResCallback(bool isGetSucc, int32_t sizeRead) override;
/ohos5.0/base/print/print_fwk/test/fuzztest/scancallbackproxy_fuzzer/
H A Dscancallbackproxy_fuzzer.cpp59 scanCallbackProxy.OnGetFrameResCallback(isGetSucc, sizeRead); in TestOnGetFrameResCallback()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_callback_stub.cpp98 bool result = OnGetFrameResCallback(isGetSucc, sizeRead); in HandleGetFrameResEvent()
H A Dscan_callback.cpp241 bool ScanCallback::OnGetFrameResCallback(bool isGetSucc, int32_t sizeRead) in OnGetFrameResCallback() function in OHOS::Scan::ScanCallback
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_callback_proxy.cpp118 bool ScanCallbackProxy::OnGetFrameResCallback(bool isGetSucc, int32_t sizeRead) in OnGetFrameResCallback() function in OHOS::Scan::ScanCallbackProxy
H A Dscan_service_ability.cpp1260 eventIt->second->OnGetFrameResCallback(isGetSucc, sizeRead); in SendGetFrameResEvent()
/ohos5.0/base/print/print_fwk/test/fuzztest/scancallback_fuzzer/
H A Dscancallback_fuzzer.cpp81 callBack.OnGetFrameResCallback(isGetSucc, sizeRead); in TestOnGetFrameResCallback()