Home
last modified time | relevance | path

Searched defs:duplex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_attribute_preference.h29 std::string duplex; variable
34 …PreferenceSetting(std::string pagesizeId, std::string orientation, std::string duplex, std::string… in PreferenceSetting()
81 std::vector<std::string> duplex; variable
88std::vector<std::string> duplex, std::vector<std::string> quality, std::vector<std::string> mediaT… in PrinterPreference()
H A Dprint_cups_client.h39 std::string duplex; member
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp1740 DuplexModeCode duplex = static_cast<DuplexModeCode>(duplexCode); in GetDulpexString() local