Home
last modified time | relevance | path

Searched defs:nativeObj (Results 1 – 25 of 35) 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/print_helper/src/
Dprinter_capability_helper.cpp221 auto nativeObj = std::make_shared<PrinterCapability>(); in BuildFromJs() local
240 std::shared_ptr<PrinterCapability> nativeObj) in BuildSimplePropertyFromJs()
270 std::shared_ptr<PrinterCapability> nativeObj) in BuildArrayPropertyFromJs()
285 std::shared_ptr<PrinterCapability> nativeObj) in BuildSupportedPageSizes()
295std::shared_ptr<PrinterCapability> nativeObj) in BuildSupportedResolutions()
316std::shared_ptr<PrinterCapability> nativeObj) in BuildSupportedDuplexModes()
328 std::shared_ptr<PrinterCapability> nativeObj) in BuildSupportedQualities()
340 std::shared_ptr<PrinterCapability> nativeObj) in BuildSupportedMediaTypes()
352std::shared_ptr<PrinterCapability> nativeObj) in BuildSupportedOrientations()
Dprint_attributes_helper.cpp68 auto nativeObj = std::make_shared<PrintAttributes>(); in BuildFromJs() local
111 std::shared_ptr<PrintAttributes> &nativeObj) in BuildJsWorkerIsLegal()
142 napi_env env, napi_value jsValue, std::shared_ptr<PrintAttributes> &nativeObj) in BuildFromJsPageSize()
Dprinter_preferences_helper.cpp87 std::shared_ptr<PrinterPreferences> nativeObj) in BuildFromBoolOptionJs()
107 auto nativeObj = std::make_shared<PrinterPreferences>(); in BuildFromJs() local
Dprinter_info_helper.cpp101 auto nativeObj = std::make_shared<PrinterInfo>(); in BuildFromJs() local
155 napi_env env, napi_value jsValue, std::shared_ptr<PrinterInfo> nativeObj) in BuildLocalClassInfoFromJs()
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_margin_helper.cpp50 auto nativeObj = std::make_shared<PrintMargin>(); in BuildFromJs() local
Dprint_page_size_helper.cpp41 auto nativeObj = std::make_shared<PrintPageSize>(); 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/helper/scan_helper/src/
Dscan_option_descriptor_helper.cpp83std::shared_ptr<ScanOptionDescriptor> &nativeObj) in GetValueFromJs()
109std::shared_ptr<ScanOptionDescriptor> &nativeObj) in ObjSetOptionConstraintString()
135std::shared_ptr<ScanOptionDescriptor> &nativeObj) in ObjSetOptionConstraintNumber()
162 auto nativeObj = std::make_shared<ScanOptionDescriptor>(); in BuildFromJs() local
Dscan_range_helper.cpp40 auto nativeObj = std::make_shared<ScanRange>(); in BuildFromJs() local
Dscan_option_value_helper.cpp47 auto nativeObj = std::make_shared<ScanOptionValue>(); in BuildFromJs() local
/base/print/print_fwk/frameworks/models/print_models/src/
Dprint_resolution.cpp98 auto nativeObj = std::make_shared<PrintResolution>(); in Unmarshalling() local
Dprint_extension_info.cpp116 auto nativeObj = std::make_shared<PrintExtensionInfo>(); in Unmarshalling() local
Dprint_preview_attribute.cpp108 auto nativeObj = std::make_shared<PrintPreviewAttribute>(); in Unmarshalling() local
Dprint_margin.cpp178 auto nativeObj = std::make_shared<PrintMargin>(); in Unmarshalling() local
Dprint_range.cpp156 auto nativeObj = std::make_shared<PrintRange>(); in Unmarshalling() local
/base/print/print_fwk/frameworks/models/scan_models/src/
Dscan_range.cpp101 auto nativeObj = std::make_shared<ScanRange>(); in Unmarshalling() local
Dscanner_info.cpp196 auto nativeObj = std::make_shared<ScanDeviceInfoTCP>(); in Unmarshalling() local
392 auto nativeObj = std::make_shared<ScanDeviceInfo>(); in Unmarshalling() local
539 auto nativeObj = std::make_shared<ScanDeviceInfoSync>(); in Unmarshalling() local
Dscan_parameters.cpp144 auto nativeObj = std::make_shared<ScanParameters>(); in Unmarshalling() local
Dscan_option_value.cpp152 auto nativeObj = std::make_shared<ScanOptionValue>(); in Unmarshalling() local
Dscan_progress.cpp144 auto nativeObj = std::make_shared<ScanProgress>(); in Unmarshalling() local

12