Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h81 void GetSupportedOrientation(std::vector<uint32_t>& supportedOrientationList) const;
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp223 void PrinterCapability::GetSupportedOrientation(std::vector<uint32_t> &supportedOrientationList) co… in GetSupportedOrientation() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1084 printerCaps.GetSupportedOrientation(supportedOrientation); in WriteEprinterPreference()