Searched refs:SetSupportedOrientation (Results 1 – 7 of 7) sorted by relevance
101 void SetSupportedOrientation(const std::vector<uint32_t>& supportedOrientationList);
257 void PrinterCapability::SetSupportedOrientation(const std::vector<uint32_t> &supportedOrientationLi… in SetSupportedOrientation() function in OHOS::Print::PrinterCapability
356 nativeObj->SetSupportedOrientation(orientations); in buildSupportedOrientations()
395 printerCaps.SetSupportedOrientation(supportedOrientations); in ParseOrientationAttributes()
633 printerCap.SetSupportedOrientation(supportedOrientations); in UpdateOrientationCapability()
620 &PrinterCapability::SetSupportedOrientation, in ConvertJsonToSupportedOrientation()
1506 printerCaps.SetSupportedOrientation({PORTRAIT, LANDSCAPE}); in TEST_F()