Home
last modified time | relevance | path

Searched refs:PRINT_QUALITY_DRAFT (Results 1 - 7 of 7) 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()
158 EXPECT_TRUE(ConvertQuality(Print_Quality::PRINT_QUALITY_DRAFT, value)); in HWTEST_F()
159 EXPECT_EQ(value, static_cast<uint32_t>(Print_Quality::PRINT_QUALITY_DRAFT)); in HWTEST_F()
/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.cpp621 || quality < static_cast<Print_Quality>(PRINT_QUALITY_DRAFT)) { in SetOptionInPrintJob()
/base/print/print_fwk/utils/include/
H A Dprint_constant.h187 PRINT_QUALITY_DRAFT = 3, enumerator
/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h260 PRINT_QUALITY_DRAFT = 3, enumerator
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp118 SetEnumProperty(env, object, "QUALITY_DRAFT", static_cast<int32_t>(PRINT_QUALITY_DRAFT)); 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 6 milliseconds