Home
last modified time | relevance | path

Searched defs:duplexMode (Results 1 – 8 of 8) sorted by relevance

/base/web/webview/ohos_interface/include/ohos_adapter/
Dprint_manager_adapter.h49 uint32_t duplexMode; member
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dprint_attributes_helper.cpp101 uint32_t duplexMode = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_JOB_DUPLEXMODE); in BuildFromJs() local
Dprint_job_helper.cpp133 uint32_t duplexMode = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_JOB_DUPLEXMODE); in BuildFromJs() local
Dprinter_capability_helper.cpp247 …uint32_t duplexMode = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_CAPABILITY_DUPLEXMODE); in BuildSimplePropertyFromJs() local
/base/print/print_fwk/frameworks/models/print_models/src/
Dprinter_capability.cpp122 void PrinterCapability::SetDuplexMode(uint32_t duplexMode) in SetDuplexMode()
/base/print/print_fwk/frameworks/ohprint/include/
Dohprint.h432 Print_DuplexMode duplexMode; member
480 uint32_t duplexMode; member
/base/print/print_fwk/services/print_service/src/
Dprint_system_data.cpp591 [](const nlohmann::json &item, uint32_t &duplexMode) -> bool { in ConvertJsonToSupportedDuplexMode()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp5011 napi_value duplexMode = nullptr; in ParseWebPrintAttrParams() local