/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scanner_info_helper.h | 27 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 D | scan_progress_helper.h | 26 static napi_value MakeJsObject(napi_env env, const ScanProgress &prog);
|
H A D | scan_option_value_helper.h | 26 static napi_value MakeJsObject(napi_env env, const ScanOptionValue &value);
|
H A D | scan_parameters_helper.h | 26 static napi_value MakeJsObject(napi_env env, const ScanParameters ¶);
|
H A D | scan_range_helper.h | 26 static napi_value MakeJsObject(napi_env env, const ScanRange &range);
|
H A D | scan_option_descriptor_helper.h | 26 static napi_value MakeJsObject(napi_env env, const ScanOptionDescriptor &info);
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scanner_info_helper.cpp | 45 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 D | scan_progress_helper.cpp | 27 napi_value ScanProgressHelper::MakeJsObject(napi_env env, const ScanProgress ¶) in MakeJsObject() function in OHOS::Scan::ScanProgressHelper
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 32 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 D | print_job_helper.cpp | 51 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 D | print_preview_attribute_helper.cpp | 26 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 D | printer_info_helper.cpp | 36 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 D | printer_capability_helper.cpp | 38 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 D | print_extension_info_helper.h | 26 static napi_value MakeJsObject(napi_env env, const PrintExtensionInfo &info);
|
H A D | print_margin_helper.h | 26 static napi_value MakeJsObject(napi_env env, const PrintMargin &margin);
|
H A D | print_page_size_helper.h | 26 static napi_value MakeJsObject(napi_env env, const PrintPageSize &pageSize);
|
H A D | print_preview_attribute_helper.h | 25 static napi_value MakeJsObject(napi_env env, const PrintPreviewAttribute &preview);
|
H A D | print_range_helper.h | 26 static napi_value MakeJsObject(napi_env env, const PrintRange &range);
|
H A D | print_resolution_helper.h | 25 static napi_value MakeJsObject(napi_env env, const PrintResolution &resolution);
|
H A D | printer_info_helper.h | 26 static napi_value MakeJsObject(napi_env env, const PrinterInfo &info);
|
H A D | print_attributes_helper.h | 32 static napi_value MakeJsObject(napi_env env, const PrintAttributes &attributes);
|
H A D | print_job_helper.h | 25 static napi_value MakeJsObject(napi_env env, const PrintJob &job);
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_callback.cpp | 152 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 D | scan_callback.cpp | 182 … 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 D | scanhelper_fuzzer.cpp | 535 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()
|