Home
last modified time | relevance | path

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

/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);
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp223 void PrinterCapability::GetSupportedOrientation(std::vector<uint32_t> &supportedOrientationList) const in GetSupportedOrientation()
225 supportedOrientationList.assign(supportedOrientationList_.begin(), supportedOrientationList_.end()); in GetSupportedOrientation()
257 void PrinterCapability::SetSupportedOrientation(const std::vector<uint32_t> &supportedOrientationList) in SetSupportedOrientation() argument
260 supportedOrientationList_.assign(supportedOrientationList.begin(), supportedOrientationList.end()); in SetSupportedOrientation()
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp201 std::vector<uint32_t> supportedOrientationList; in CreateSupportedOrientationList() local
202 cap.GetSupportedQuality(supportedOrientationList); in CreateSupportedOrientationList()
203 uint32_t arrLength = static_cast<uint32_t>(supportedOrientationList.size()); in CreateSupportedOrientationList()
205 napi_value value = NapiPrintUtils::CreateUint32(env, supportedOrientationList[index]); in CreateSupportedOrientationList()

Completed in 3 milliseconds