Searched refs:jsResolutionList (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 | 109 napi_value jsResolutionList = nullptr; in CreateResolutionList() local 110 PRINT_CALL_BASE(env, napi_create_array(env, &jsResolutionList), false); in CreateResolutionList() 117 PRINT_CALL_BASE(env, napi_set_element(env, jsResolutionList, index, value), false); in CreateResolutionList() 120 … napi_set_named_property(env, jsPrinterCap, PARAM_CAPABILITY_RESOLUTION, jsResolutionList), false); in CreateResolutionList()
|