Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h63 [[nodiscard]] bool HasSupportedDuplexMode() const;
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp178 bool PrinterCapability::HasSupportedDuplexMode() const in HasSupportedDuplexMode() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp58 if (cap.HasSupportedDuplexMode()) { in MakeJsObject()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp358 if (printerCapability.HasSupportedDuplexMode()) { in ConvertPrinterCapabilityToJson()