Home
last modified time | relevance | path

Searched refs:instance (Results 1151 - 1175 of 3107) sorted by relevance

1...<<41424344454647484950>>...125

/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_stylus_detector_mgr.cpp49 static StylusDetectorMgr instance; in GetInstance() local
50 return &instance; in GetInstance()
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnative_module.cpp64 auto &instance = OHOS::AccessibilityConfig::AccessibilityConfig::GetInstance(); in Init() local
65 (void)instance.InitializeContext(); in Init()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddft_impl.cpp26 static DftImpl instance; in GetInstance() local
27 return &instance; in GetInstance()
H A Djs_debugger_config.cpp28 static Debugger instance; in GetInstance() local
29 return instance; in GetInstance()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.h32 static TimerModule instance; in GetInstance() local
33 return &instance; in GetInstance()
/foundation/arkui/ui_lite/frameworks/common/
H A Dscreen.cpp26 static Screen instance; in GetInstance() local
27 return instance; in GetInstance()
/foundation/arkui/ace_engine_lite/frameworks/module_manager/
H A Dmodule_manager.h37 * @brief Get the single instance of ModuleManager
39 * @returns the instance.
43 static ModuleManager instance; in GetInstance() local
44 return &instance; in GetInstance()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dauto_test_manager.cpp36 static AutoTestManager instance; in GetInstance() local
37 return &instance; in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_config.cpp33 static AdapterConfig instance; in GetInstance() local
34 return reinterpret_cast<IAdapterConfig *>(&instance); in GetInstance()
H A Dadapter_device_info.cpp37 static AdapterDeviceInfo instance; in GetInstance() local
38 g_instance = &instance; in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection_server.cpp29 static HfpAgDataConnectionServer instance; in GetInstance() local
30 return instance; in GetInstance()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon.h31 static BundleDaemon instance; in GetInstance() local
32 return instance; in GetInstance()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_mgr_slite_feature.h53 static BundleMgrSliteFeature instance; in GetInstance() local
54 return &instance; in GetInstance()
H A Dbundle_inner_feature.h44 static BundleInnerFeature instance; in GetInstance() local
45 return &instance; in GetInstance()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Danimation_state_component_manager.cpp90 void IAnimationStateComponentManagerDestroy(IComponentManager* instance) in IAnimationStateComponentManagerDestroy() argument
92 delete static_cast<AnimationStateComponentManager*>(instance); in IAnimationStateComponentManagerDestroy()
H A Dlight_component_manager.cpp84 void ILightComponentManagerDestroy(IComponentManager* instance) in ILightComponentManagerDestroy() argument
86 delete static_cast<LightComponentManager*>(instance); in ILightComponentManagerDestroy()
H A Denvironment_component_manager.cpp83 void IEnvironmentComponentManagerDestroy(IComponentManager* instance) in IEnvironmentComponentManagerDestroy() argument
85 delete static_cast<EnvironmentComponentManager*>(instance); in IEnvironmentComponentManagerDestroy()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dintf_plugin.h40 using DestroyRenderDataStoreFn = void (*)(IRenderDataStore* instance);
58 using DestroyRenderNodeFn = void (*)(IRenderNode* instance);
97 * Is expected to register its own named interfaces (IInterface) which are tied to the context instance.
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp38 static FrameSched instance; in GetInstance() local
39 return instance; in GetInstance()
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_gpu_resource_data_copy.cpp89 void RenderDataStoreDefaultGpuResourceDataCopy::Destroy(IRenderDataStore* instance) in Destroy() argument
91 delete static_cast<RenderDataStoreDefaultGpuResourceDataCopy*>(instance); in Destroy()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_property_event_handler.h36 bool Subscribe(const Property& property, T* instance, void (T::*callback)(const ArrayChange&)) in Subscribe() argument
40 property, [=]() { (instance->*callback)(changesRecognizer_.OnArrayPropertyChanged(property)); }); in Subscribe()
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/src/
H A Drs_frame_report_ext.cpp36 static RsFrameReportExt instance; in GetInstance() local
37 return instance; in GetInstance()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_anco_manager.cpp24 static RSAncoManager instance; in Instance() local
25 return &instance; in Instance()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/offscreen_render/
H A Drs_offscreen_render_thread.cpp31 static RSOffscreenRenderThread instance; in Instance() local
32 return instance; in Instance()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.h41 static RSCaptureRecorder instance; in GetInstance() local
42 return instance; in GetInstance()

Completed in 9 milliseconds

1...<<41424344454647484950>>...125