Searched refs:jsSupportedOrientationList (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 | 203 napi_value jsSupportedOrientationList = nullptr; in CreateSupportedOrientationList() local 204 PRINT_CALL_BASE(env, napi_create_array(env, &jsSupportedOrientationList), false); in CreateSupportedOrientationList() 210 … PRINT_CALL_BASE(env, napi_set_element(env, jsSupportedOrientationList, index, value), false); in CreateSupportedOrientationList() 214 …d_property(env, jsPrinterCap, PARAM_CAPABILITY_SUPPORTED_ORIENTATIONS, jsSupportedOrientationList), in CreateSupportedOrientationList()
|