Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h99 void SetSupportedQuality(const std::vector<uint32_t>& supportedQualityList);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp251 void PrinterCapability::SetSupportedQuality(const std::vector<uint32_t> &supportedQualityList) in SetSupportedQuality() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp332 nativeObj->SetSupportedQuality(qualities); in buildSupportedQualities()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp216 printerCaps.SetSupportedQuality(list); in ParseQualityAttributes()
H A Dvendor_helper.cpp508 printerCap.SetSupportedQuality(supportedQualityList); in UpdateQualityCapability()
H A Dprint_system_data.cpp610 &PrinterCapability::SetSupportedQuality, in ConvertJsonToSupportedQuality()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp1526 printerCaps.SetSupportedQuality({HIGH, LOW}); in TEST_F()