Home
last modified time | relevance | path

Searched defs:nativeObj (Results 1 – 25 of 32) sorted by relevance

12

/base/notification/eventhandler/frameworks/native/src/
Dnative_interface_eventhandler.cpp43 int EventRunnerRun(const EventRunnerNativeImplement *nativeObj) in EventRunnerRun()
52 int EventRunnerStop(const EventRunnerNativeImplement *nativeObj) in EventRunnerStop()
61 int EventRunnerAddFileDescriptorListener(const EventRunnerNativeImplement *nativeObj, int32_t fileD… in EventRunnerAddFileDescriptorListener()
71 void EventRunnerRemoveFileDescriptorListener(const EventRunnerNativeImplement *nativeObj, int32_t f… in EventRunnerRemoveFileDescriptorListener()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dscan_option_descriptor_helper.cpp82std::shared_ptr<ScanOptionDescriptor> &nativeObj) in GetValueFromJs()
111std::shared_ptr<ScanOptionDescriptor> &nativeObj) in ObjSetOptionConstraintString()
137std::shared_ptr<ScanOptionDescriptor> &nativeObj) in ObjSetOptionConstraintNumber()
163std::shared_ptr<ScanOptionDescriptor> &nativeObj) in ObjSetOptionConstraintRange()
179 auto nativeObj = std::make_shared<ScanOptionDescriptor>(); in BuildFromJs() local
Dscanner_info.cpp197 auto nativeObj = std::make_shared<ScanDeviceInfoTCP>(); in Unmarshalling() local
352 auto nativeObj = std::make_shared<ScanDeviceInfo>(); in Unmarshalling() local
462 auto nativeObj = std::make_shared<ScanDeviceInfoSync>(); in Unmarshalling() local
Dscan_range_helper.cpp40 auto nativeObj = std::make_shared<ScanRange>(); in BuildFromJs() local
Dscan_range.cpp101 auto nativeObj = std::make_shared<ScanRange>(); in Unmarshalling() local
Dscan_parameters_helper.cpp44 auto nativeObj = std::make_shared<ScanParameters>(); in BuildFromJs() local
Dscan_parameters.cpp144 auto nativeObj = std::make_shared<ScanParameters>(); in Unmarshalling() local
Dscan_option_value.cpp155 auto nativeObj = std::make_shared<ScanOptionValue>(); in Unmarshalling() local
Dscan_progress.cpp144 auto nativeObj = std::make_shared<ScanProgress>(); in Unmarshalling() local
Dscan_option_value_helper.cpp64 auto nativeObj = std::make_shared<ScanOptionValue>(); in BuildFromJs() local
/base/print/print_fwk/frameworks/helper/print_helper/src/
Dprint_attributes_helper.cpp68 auto nativeObj = std::make_shared<PrintAttributes>(); in BuildFromJs() local
111 std::shared_ptr<PrintAttributes> &nativeObj) in BuildJsWorkerIsLegal()
138 napi_env env, napi_value jsValue, std::shared_ptr<PrintAttributes> &nativeObj) in BuildFromJsPageSize()
Dprint_resolution_helper.cpp36 std::shared_ptr<PrintResolution> nativeObj = nullptr; in BuildFromJs() local
Dprint_extension_info_helper.cpp41 auto nativeObj = std::make_shared<PrintExtensionInfo>(); in BuildFromJs() local
Dprint_preview_attribute_helper.cpp44 auto nativeObj = std::make_shared<PrintPreviewAttribute>(); in BuildFromJs() local
Dprint_page_size_helper.cpp40 auto nativeObj = std::make_shared<PrintPageSize>(); in BuildFromJs() local
Dprinter_capability_helper.cpp58 auto nativeObj = std::make_shared<PrinterCapability>(); in BuildFromJs() local
101 napi_value jsPageSizes, std::shared_ptr<PrinterCapability> nativeObj) in BuildFromJsSecond()
Dprint_margin_helper.cpp50 auto nativeObj = std::make_shared<PrintMargin>(); in BuildFromJs() local
Dprinter_info_helper.cpp77 auto nativeObj = std::make_shared<PrinterInfo>(); in BuildFromJs() local
Dprint_range_helper.cpp57 auto nativeObj = std::make_shared<PrintRange>(); in BuildFromJs() local
Dprint_job_helper.cpp99 auto nativeObj = std::make_shared<PrintJob>(); in BuildFromJs() local
150 uint32_t jobState, uint32_t subState, std::shared_ptr<PrintJob> &nativeObj) in BuildJsWorkerIsLegal()
/base/print/print_fwk/frameworks/models/print_models/src/
Dprint_resolution.cpp98 auto nativeObj = std::make_shared<PrintResolution>(); in Unmarshalling() local
Dprint_preview_attribute.cpp108 auto nativeObj = std::make_shared<PrintPreviewAttribute>(); in Unmarshalling() local
Dprint_extension_info.cpp116 auto nativeObj = std::make_shared<PrintExtensionInfo>(); in Unmarshalling() local
Dprint_range.cpp156 auto nativeObj = std::make_shared<PrintRange>(); in Unmarshalling() local
Dprint_margin.cpp178 auto nativeObj = std::make_shared<PrintMargin>(); in Unmarshalling() local

12