Home
last modified time | relevance | path

Searched refs:MakeJsSimpleObject (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dprint_job_helper.h26 static napi_value MakeJsSimpleObject(napi_env env, const PrintJob &job);
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_job_helper.cpp41 napi_value PrintJobHelper::MakeJsSimpleObject(napi_env env, const PrintJob &job) in MakeJsSimpleObject() function in OHOS::Print::PrintJobHelper
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback.cpp181 ? PrintJobHelper::MakeJsSimpleObject(cbParam->env, cbParam->jobInfo) in PrintJobAfterCallFun()