Home
last modified time | relevance | path

Searched refs:CMD_GET_SCAN_PROGRESS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Discan_service.h80 CMD_GET_SCAN_PROGRESS, enumerator
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dscan_service_stub_test.cpp62 cmdMap_[CMD_GET_SCAN_PROGRESS] = &ScanServiceStub::OnGetScanProgress; in SetUp()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanservicestub_fuzzer/
H A Dscanservicestub_fuzzer.cpp201 … ScanServiceAbility::GetInstance()->OnRemoteRequest(CMD_GET_SCAN_PROGRESS, datas, reply, option); in TestOnGetScanProgress()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp45 cmdMap_[CMD_GET_SCAN_PROGRESS] = &ScanServiceStub::OnGetScanProgress; in ScanServiceStub()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp434 int32_t ret = remote->SendRequest(CMD_GET_SCAN_PROGRESS, data, reply, option); in GetScanProgress()