Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h69 [[nodiscard]] bool HasSupportedOrientation() const;
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp193 bool PrinterCapability::HasSupportedOrientation() const in HasSupportedOrientation() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp70 if (cap.HasSupportedOrientation()) { in MakeJsObject()