Home
last modified time | relevance | path

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

/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()
225supportedOrientationList.assign(supportedOrientationList_.begin(), supportedOrientationList_.end()… in GetSupportedOrientation()
257 …d PrinterCapability::SetSupportedOrientation(const std::vector<uint32_t> &supportedOrientationList) in SetSupportedOrientation() argument
260 …supportedOrientationList_.assign(supportedOrientationList.begin(), supportedOrientationList.end()); in SetSupportedOrientation()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h81 void GetSupportedOrientation(std::vector<uint32_t>& supportedOrientationList) const;
101 void SetSupportedOrientation(const std::vector<uint32_t>& supportedOrientationList);
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp205 std::vector<uint32_t> supportedOrientationList; in CreateSupportedOrientationList() local
206 cap.GetSupportedQuality(supportedOrientationList); in CreateSupportedOrientationList()
207 uint32_t arrLength = static_cast<uint32_t>(supportedOrientationList.size()); in CreateSupportedOrientationList()
209 napi_value value = NapiPrintUtils::CreateUint32(env, supportedOrientationList[index]); in CreateSupportedOrientationList()