Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_service_stub.h36 bool OnOpScanOptionValue(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dscan_service_stub_test.cpp54 cmdMap_[CMD_OP_SCAN_OPTION_VALUE] = &ScanServiceStub::OnOpScanOptionValue; in SetUp()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp37 cmdMap_[CMD_OP_SCAN_OPTION_VALUE] = &ScanServiceStub::OnOpScanOptionValue; in ScanServiceStub()
174 bool ScanServiceStub::OnOpScanOptionValue(MessageParcel &data, MessageParcel &reply) in OnOpScanOptionValue() function in OHOS::Scan::ScanServiceStub