Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp72 … static Print_DuplexMode duplexModes[] = {DUPLEX_MODE_ONE_SIDED, DUPLEX_MODE_TWO_SIDED_SHORT_EDGE}; in BuildCapability() local
82 capability.supportedDuplexModes = duplexModes; in BuildCapability()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp319 [nativeObj](const std::vector<uint32_t>& duplexModes) { in buildSupportedDuplexModes() argument
320 nativeObj->SetSupportedDuplexMode(duplexModes); in buildSupportedDuplexModes()