Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprinter_capability.h75 void GetSupportedDuplexMode(std::vector<uint32_t>& supportedDuplexModeList) const;
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp208 void PrinterCapability::GetSupportedDuplexMode(std::vector<uint32_t> &supportedDuplexModeList) const in GetSupportedDuplexMode() function in OHOS::Print::PrinterCapability
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp149 cap.GetSupportedDuplexMode(supportedDuplexModeList); in CreateSupportedDuplexModeList()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp410 printerCapability.GetSupportedDuplexMode(supportedDuplexModeList); in ConvertSupportedDuplexModeToJson()
H A Dprint_service_ability.cpp1078 printerCaps.GetSupportedDuplexMode(supportedDuplexMode); in WriteEprinterPreference()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp771 EXPECT_EQ(printerCaps.GetSupportedDuplexMode().size(), 0);
1830 EXPECT_EQ(printerCap.GetSupportedDuplexMode().size(), 1); in TEST_F()