Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dprinter_capability_helper.h31 static bool BuildSimplePropertyFromJs(napi_env env, napi_value jsValue,
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp227 if (!BuildSimplePropertyFromJs(env, jsValue, nativeObj)) { in BuildFromJs()
239 bool PrinterCapabilityHelper::BuildSimplePropertyFromJs(napi_env env, napi_value jsValue, in BuildSimplePropertyFromJs() function in OHOS::Print::PrinterCapabilityHelper