Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp287 if (capability->supportedDuplexModes != nullptr && capability->supportedDuplexModesCount > 0) { in LogOtherCapability()
288 for (uint32_t i = 0; i < capability->supportedDuplexModesCount; ++i) { in LogOtherCapability()
552 capability->supportedDuplexModesCount, supportedDuplexModes, ConvertDuplexMode)) { in UpdateDuplexCapability()
556 … capability->supportedDuplexModes, capability->supportedDuplexModesCount, ConvertDuplexModeToJson); in UpdateDuplexCapability()
560 if (capability->supportedDuplexModesCount > 1) { in UpdateDuplexCapability()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h320 uint32_t supportedDuplexModesCount; member
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp151 capability.supportedDuplexModesCount = 0; in ReleaseCapability()
275 list, nativePrinterInfo.capability.supportedDuplexModesCount, ConvertDuplexMode); in ParseDuplexModeArray()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp81 capability.supportedDuplexModesCount = DEFAULT_COUNT; in BuildCapability()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1819 capability.supportedDuplexModesCount = 1; in TEST_F()
1828 capability.supportedDuplexModesCount = 1; in TEST_F()
1838 capability.supportedDuplexModesCount = 1; in TEST_F()
1849 capability.supportedDuplexModesCount = ONE; in TEST_F()