Home
last modified time | relevance | path

Searched refs:PRINT_QUALITY_HIGH (Results 1 - 8 of 8) sorted by relevance

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp76 static Print_Quality qualities[] = {Print_Quality::PRINT_QUALITY_DRAFT, Print_Quality::PRINT_QUALITY_HIGH}; in BuildCapability()
105 defaultValue.defaultPrintQuality = Print_Quality::PRINT_QUALITY_HIGH; in BuildDefaultValue()
160 EXPECT_TRUE(ConvertQuality(Print_Quality::PRINT_QUALITY_HIGH, value)); in HWTEST_F()
161 EXPECT_EQ(value, static_cast<uint32_t>(Print_Quality::PRINT_QUALITY_HIGH)); in HWTEST_F()
H A Dvendor_bsuni_driver_test.cpp370 defaultValue.defaultPrintQuality = Print_Quality::PRINT_QUALITY_HIGH; in BuildDefaultValue()
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp98 if (src >= static_cast<uint32_t>(PRINT_QUALITY_DRAFT) && src <= static_cast<uint32_t>(PRINT_QUALITY_HIGH)) { in ConvertQuality()
H A Dprint_helper.cpp620 if (quality > static_cast<Print_Quality>(PRINT_QUALITY_HIGH) in SetOptionInPrintJob()
/base/print/print_fwk/utils/include/
H A Dprint_constant.h189 PRINT_QUALITY_HIGH = 5 enumerator
/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h264 PRINT_QUALITY_HIGH = 5 enumerator
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp120 SetEnumProperty(env, object, "QUALITY_HIGH", static_cast<int32_t>(PRINT_QUALITY_HIGH)); in NapiCreateQualityEnum()
/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp153 if (dst < static_cast<uint32_t>(PRINT_QUALITY_DRAFT) || dst > static_cast<uint32_t>(PRINT_QUALITY_HIGH)) { in ConvertQuality()

Completed in 8 milliseconds