Searched refs:jsSupportedDuplexModeList (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | printer_capability_helper.cpp | 146 napi_value jsSupportedDuplexModeList = nullptr; in CreateSupportedDuplexModeList() local 147 PRINT_CALL_BASE(env, napi_create_array(env, &jsSupportedDuplexModeList), false); in CreateSupportedDuplexModeList() 153 PRINT_CALL_BASE(env, napi_set_element(env, jsSupportedDuplexModeList, index, value), false); in CreateSupportedDuplexModeList() 157 …med_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_DUPLEXMODES, jsSupportedDuplexModeList), in CreateSupportedDuplexModeList()
|