/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | inner_account_iam_manager.cpp | 71 static InnerAccountIAMManager *instance = new (std::nothrow) InnerAccountIAMManager(); in GetInstance() local 72 return *instance; in GetInstance()
|
/base/notification/eventhandler/frameworks/napi/src/ |
H A D | events_emitter.cpp | 57 static auto instance = std::make_shared<EventHandlerInstance>(runner); in GetInstance() local 58 return instance; in GetInstance()
|
/base/usb/usb_manager/interfaces/innerkits/native/src/ |
H A D | usb_srv_client.cpp | 42 static UsbSrvClient instance; in GetInstance() local 43 return instance; in GetInstance()
|
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/ |
H A D | ohos_application_first_test.cpp | 358 auto instance = AbilityRuntime::ApplicationContext::GetInstance(); 359 ohosApplication_->abilityRuntimeContext_ = instance;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_ui_extension.cpp | 39 static NG::UIExtensionModelNG instance; in GetInstance() local 40 return &instance; in GetInstance()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_mgr.cpp | 501 static StylusDetectorMgr instance; in GetInstance() local 502 return &instance; in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.cpp | 62 static EventSequenceManager instance; in GetInstance() local 63 return instance; in GetInstance()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 49 static RootView instance; in GetInstance() local 50 return &instance; in GetInstance()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_command_processor.cpp | 159 static HfpAgCommandProcessor instance; in GetInstance() local 160 return instance; in GetInstance()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_state_machine.cpp | 41 static AvrcCtStateMachineManager instance; in GetInstance() local 43 return &instance; in GetInstance()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_state_machine.cpp | 46 static AvrcTgStateMachineManager instance; in GetInstance() local 48 return &instance; in GetInstance()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_camera_single_post_process.cpp | 365 cmdList.Draw(3u, 1u, 0u, 0u); // vertex count, instance count, first vertex, first instance in ExecuteSinglePostProcess() 696 void RenderNodeCameraSinglePostProcess::Destroy(IRenderNode* instance) in Destroy() argument 698 delete static_cast<RenderNodeCameraSinglePostProcess*>(instance); in Destroy()
|
H A D | render_node_camera_cubemap.cpp | 586 void RenderNodeCameraCubemap::Destroy(IRenderNode* instance) in Destroy() argument 588 delete static_cast<RenderNodeCameraCubemap*>(instance); in Destroy()
|
H A D | render_node_default_depth_render_slot.cpp | 626 void RenderNodeDefaultDepthRenderSlot::Destroy(IRenderNode* instance) in Destroy() argument 628 delete static_cast<RenderNodeDefaultDepthRenderSlot*>(instance); in Destroy()
|
H A D | render_node_default_material_deferred_shading.cpp | 595 void RenderNodeDefaultMaterialDeferredShading::Destroy(IRenderNode* instance) in Destroy() argument 597 delete static_cast<RenderNodeDefaultMaterialDeferredShading*>(instance); in Destroy()
|
H A D | render_node_default_shadow_render_slot.cpp | 732 void RenderNodeDefaultShadowRenderSlot::Destroy(IRenderNode* instance) in Destroy() argument 734 delete static_cast<RenderNodeDefaultShadowRenderSlot*>(instance); in Destroy()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/ |
H A D | render_data_store_default_material.cpp | 784 void RenderDataStoreDefaultMaterial::Destroy(IRenderDataStore* instance) in Destroy() argument 786 delete static_cast<RenderDataStoreDefaultMaterial*>(instance); in Destroy()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 842 void IPostProcessConfigurationComponentManagerDestroy(IComponentManager* instance) in IPostProcessConfigurationComponentManagerDestroy() argument 844 delete static_cast<PostProcessConfigurationComponentManager*>(instance); in IPostProcessConfigurationComponentManagerDestroy()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_preprocessor_system.cpp | 518 // move entities, which could be instanced but have only one instance, to the end in Update() 575 void IRenderPreprocessorSystemDestroy(ISystem* instance) in IRenderPreprocessorSystemDestroy() argument 577 delete static_cast<RenderPreprocessorSystem*>(instance); in IRenderPreprocessorSystemDestroy()
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeImpl.cpp | 107 if (TrueRootObject* instance = GetThisRootObject(ctx)) { in Dispose() 108 instance->DisposeNative(); in Dispose()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_single_post_process.cpp | 356 cmdList.Draw(3u, 1u, 0u, 0u); // vertex count, instance count, first vertex, first instance in ExecuteSinglePostProcess() 607 void RenderNodeSinglePostProcess::Destroy(IRenderNode* instance) in Destroy() argument 609 delete static_cast<RenderNodeSinglePostProcess*>(instance); in Destroy()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 40 static RSInterfaces instance;
in GetInstance() local 41 return instance;
in GetInstance()
|
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unordered_map.h | 578 auto node = static_cast<list_node*>(alloc.alloc(alloc.instance, sizeof(list_node))); in allocate() 589 alloc.free(alloc.instance, node); in release()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_thread.cpp | 120 static RSUniRenderThread instance; in Instance() local 121 return instance; in Instance()
|
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/ |
H A D | enhancement_manager.cpp | 72 static EnhancementManager instance;
in GetInstance() local 73 return instance;
in GetInstance()
|