Home
last modified time | relevance | path

Searched refs:defaultDuplexMode (Results 1 - 5 of 5) sorted by relevance

/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h356 Print_DuplexMode defaultDuplexMode; member
/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp308 PRINT_HILOGD("default duplex mode = %{public}u", static_cast<uint32_t>(defaultValue->defaultDuplexMode)); in LogDefaultValue()
679 uint32_t defaultDuplexMode = static_cast<uint32_t>(defaultValue->defaultDuplexMode); in UpdatePrinterCapability() local
680 printerCap.SetPrinterAttrNameAndValue("sides-default", std::to_string(defaultDuplexMode).c_str()); in UpdatePrinterCapability()
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp100 defaultValue.defaultDuplexMode = DUPLEX_MODE_ONE_SIDED; in BuildDefaultValue()
H A Dvendor_bsuni_driver_test.cpp365 defaultValue.defaultDuplexMode = DUPLEX_MODE_ONE_SIDED; in BuildDefaultValue()
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp486 ConvertDuplexMode(std::atoi(defaultDuplex.c_str()), nativePrinterInfo.defaultValue.defaultDuplexMode); in ParsePrinterPreference()
535 ConvertDuplexMode(cap.GetDuplexMode(), nativePrinterInfo->defaultValue.defaultDuplexMode); in ConvertToNativePrinterInfo()

Completed in 7 milliseconds