Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dprinter_capability_helper.h44 static bool buildSupportedPageSizes(napi_env env, napi_value jsValue,
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp272 if (!buildSupportedPageSizes(env, jsValue, nativeObj) || in BuildArrayPropertyFromJs()
284 bool PrinterCapabilityHelper::buildSupportedPageSizes(napi_env env, napi_value jsValue, in buildSupportedPageSizes() function in OHOS::Print::PrinterCapabilityHelper