Home
last modified time | relevance | path

Searched refs:SetSupportedOrientation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h101 void SetSupportedOrientation(const std::vector<uint32_t>& supportedOrientationList);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp257 void PrinterCapability::SetSupportedOrientation(const std::vector<uint32_t> &supportedOrientationLi… in SetSupportedOrientation() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp356 nativeObj->SetSupportedOrientation(orientations); in buildSupportedOrientations()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp395 printerCaps.SetSupportedOrientation(supportedOrientations); in ParseOrientationAttributes()
H A Dvendor_helper.cpp633 printerCap.SetSupportedOrientation(supportedOrientations); in UpdateOrientationCapability()
H A Dprint_system_data.cpp620 &PrinterCapability::SetSupportedOrientation, in ConvertJsonToSupportedOrientation()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp1506 printerCaps.SetSupportedOrientation({PORTRAIT, LANDSCAPE}); in TEST_F()