Searched refs:SetSupportedDuplexMode (Results 1 – 7 of 7) sorted by relevance
95 void SetSupportedDuplexMode(const std::vector<uint32_t>& supportedDuplexModeList);
239 void PrinterCapability::SetSupportedDuplexMode(const std::vector<uint32_t> &supportedDuplexModeList) in SetSupportedDuplexMode() function in OHOS::Print::PrinterCapability
320 nativeObj->SetSupportedDuplexMode(duplexModes); in buildSupportedDuplexModes()
144 printerCaps.SetSupportedDuplexMode(std::vector<uint32_t>(list.begin(), list.end())); in ParseDuplexModeAttributes()
553 printerCap.SetSupportedDuplexMode(supportedDuplexModes); in UpdateDuplexCapability()
590 &PrinterCapability::SetSupportedDuplexMode, in ConvertJsonToSupportedDuplexMode()
1516 printerCaps.SetSupportedDuplexMode({SIMPLEX, DUPLEX}); in TEST_F()