Home
last modified time | relevance | path

Searched refs:MakeJsObject (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info_helper.h27 static napi_value MakeJsObject(napi_env env, const ScanDeviceInfoTCP &info);
32 static napi_value MakeJsObject(napi_env env, const ScanDeviceInfo &info);
37 static napi_value MakeJsObject(napi_env env, const ScanDeviceInfoSync &info);
H A Dscan_progress_helper.h26 static napi_value MakeJsObject(napi_env env, const ScanProgress &prog);
H A Dscan_option_value_helper.h26 static napi_value MakeJsObject(napi_env env, const ScanOptionValue &value);
H A Dscan_parameters_helper.h26 static napi_value MakeJsObject(napi_env env, const ScanParameters &para);
H A Dscan_range_helper.h26 static napi_value MakeJsObject(napi_env env, const ScanRange &range);
H A Dscan_option_descriptor_helper.h26 static napi_value MakeJsObject(napi_env env, const ScanOptionDescriptor &info);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscanner_info_helper.cpp45 napi_value ScannerInfoHelperTCP::MakeJsObject(napi_env env, const ScanDeviceInfoTCP &info) in MakeJsObject() function in OHOS::Scan::ScannerInfoHelperTCP
63 napi_value ScannerInfoHelper::MakeJsObject(napi_env env, const ScanDeviceInfo &info) in MakeJsObject() function in OHOS::Scan::ScannerInfoHelper
79 napi_value ScannerInfoSyncHelper::MakeJsObject(napi_env env, const ScanDeviceInfoSync &info) in MakeJsObject() function in OHOS::Scan::ScannerInfoSyncHelper
H A Dscan_progress_helper.cpp27 napi_value ScanProgressHelper::MakeJsObject(napi_env env, const ScanProgress &para) in MakeJsObject() function in OHOS::Scan::ScanProgressHelper
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp32 napi_value PrintAttributesHelper::MakeJsObject(napi_env env, const PrintAttributes &attributes) in MakeJsObject() function in OHOS::Print::PrintAttributesHelper
168 napi_value jsPageRange = PrintRangeHelper::MakeJsObject(env, range); in CreatePageRange()
178 napi_value jsPageSize = PrintPageSizeHelper::MakeJsObject(env, pageSize); in CreatePageSize()
188 napi_value jsMargin = PrintMarginHelper::MakeJsObject(env, margin); in CreateMargin()
H A Dprint_job_helper.cpp51 napi_value PrintJobHelper::MakeJsObject(napi_env env, const PrintJob &job) in MakeJsObject() function in OHOS::Print::PrintJobHelper
221 napi_value jsPageRange = PrintRangeHelper::MakeJsObject(env, range); in CreatePageRange()
230 napi_value jsPageSize = PrintPageSizeHelper::MakeJsObject(env, pageSize); in CreatePageSize()
239 napi_value jsMargin = PrintMarginHelper::MakeJsObject(env, margin); in CreateMargin()
248 napi_value jsPreview = PrintPreviewAttributeHelper::MakeJsObject(env, preview); in CreatePreview()
H A Dprint_preview_attribute_helper.cpp26 napi_value PrintPreviewAttributeHelper::MakeJsObject(napi_env env, const PrintPreviewAttribute &pre… in MakeJsObject() function in OHOS::Print::PrintPreviewAttributeHelper
37 napi_value jsPreviewRange = PrintRangeHelper::MakeJsObject(env, range); in MakeJsObject()
H A Dprinter_info_helper.cpp36 napi_value PrinterInfoHelper::MakeJsObject(napi_env env, const PrinterInfo &info) in MakeJsObject() function in OHOS::Print::PrinterInfoHelper
55 napi_value jsCapability = PrinterCapabilityHelper::MakeJsObject(env, cap); in MakeJsObject()
H A Dprinter_capability_helper.cpp38 napi_value PrinterCapabilityHelper::MakeJsObject(napi_env env, const PrinterCapability &cap) in MakeJsObject() function in OHOS::Print::PrinterCapabilityHelper
77 napi_value jsMargin = PrintMarginHelper::MakeJsObject(env, margin); in MakeJsObject()
97 napi_value value = PrintPageSizeHelper::MakeJsObject(env, pageSizeList[index]); in CreatePageSizeList()
116 napi_value value = PrintResolutionHelper::MakeJsObject(env, resolutionList[index]); in CreateResolutionList()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dprint_extension_info_helper.h26 static napi_value MakeJsObject(napi_env env, const PrintExtensionInfo &info);
H A Dprint_margin_helper.h26 static napi_value MakeJsObject(napi_env env, const PrintMargin &margin);
H A Dprint_page_size_helper.h26 static napi_value MakeJsObject(napi_env env, const PrintPageSize &pageSize);
H A Dprint_preview_attribute_helper.h25 static napi_value MakeJsObject(napi_env env, const PrintPreviewAttribute &preview);
H A Dprint_range_helper.h26 static napi_value MakeJsObject(napi_env env, const PrintRange &range);
H A Dprint_resolution_helper.h25 static napi_value MakeJsObject(napi_env env, const PrintResolution &resolution);
H A Dprinter_info_helper.h26 static napi_value MakeJsObject(napi_env env, const PrinterInfo &info);
H A Dprint_attributes_helper.h32 static napi_value MakeJsObject(napi_env env, const PrintAttributes &attributes);
H A Dprint_job_helper.h25 static napi_value MakeJsObject(napi_env env, const PrintJob &job);
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_callback.cpp152 callbackValues[1] = PrinterInfoHelper::MakeJsObject(cbParam->env, cbParam->printerInfo); in PrinterAfterCallFun()
182 : PrintJobHelper::MakeJsObject(cbParam->env, cbParam->jobInfo); in PrintJobAfterCallFun()
257 callbackValues[1] = PrintAttributesHelper::MakeJsObject(cbParam->env, cbParam->oldAttrs); in PrintAdapterAfterCallFun()
259 PrintAttributesHelper::MakeJsObject(cbParam->env, cbParam->newAttrs); in PrintAdapterAfterCallFun()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_callback.cpp182 … callbackValues[0] = ScannerInfoHelperTCP::MakeJsObject(cbParam->env, cbParam->deviceInfoTCP); in OnCallback()
206 callbackValues[0] = ScannerInfoHelper::MakeJsObject(cbParam->env, cbParam->deviceInfo); in OnCallback()
230 … callbackValues[0] = ScannerInfoSyncHelper::MakeJsObject(cbParam->env, cbParam->deviceInfoSync); in OnCallbackSync()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp535 ScanOptionDescriptorHelper::MakeJsObject(env, info); in TestScanOptDesNapiInterface()
546 ScanOptionValueHelper::MakeJsObject(env, info); in TestScanOptValNapiInterface()
557 ScanParametersHelper::MakeJsObject(env, info); in TestScanParaNapiInterface()
568 ScanProgressHelper::MakeJsObject(env, info); in TestScanProgNapiInterface()
577 ScanRangeHelper::MakeJsObject(env, info); in TestScanRangeNapiInterface()
588 ScannerInfoHelper::MakeJsObject(env, info); in TestScannerInfoNapiInterface()
597 ScannerInfoHelperTCP::MakeJsObject(env, info); in TestScannerInfoTCPNapiInterface()

12