Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h95 void SetSupportedDuplexMode(const std::vector<uint32_t>& supportedDuplexModeList);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp239 void PrinterCapability::SetSupportedDuplexMode(const std::vector<uint32_t> &supportedDuplexModeList) in SetSupportedDuplexMode() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp320 nativeObj->SetSupportedDuplexMode(duplexModes); in buildSupportedDuplexModes()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp144 printerCaps.SetSupportedDuplexMode(std::vector<uint32_t>(list.begin(), list.end())); in ParseDuplexModeAttributes()
H A Dvendor_helper.cpp553 printerCap.SetSupportedDuplexMode(supportedDuplexModes); in UpdateDuplexCapability()
H A Dprint_system_data.cpp590 &PrinterCapability::SetSupportedDuplexMode, in ConvertJsonToSupportedDuplexMode()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp1516 printerCaps.SetSupportedDuplexMode({SIMPLEX, DUPLEX}); in TEST_F()