Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1079 std::vector<std::string> supportedDuplexModeStr; in WriteEprinterPreference() local
1081 supportedDuplexModeStr.push_back(std::to_string(item)); in WriteEprinterPreference()
1101 printerPreference["duplex"] = supportedDuplexModeStr; in WriteEprinterPreference()