Home
last modified time | relevance | path

Searched defs:WeakPtr (Results 1 - 20 of 20) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_view_node.h73 META_TYPE(SCENE_NS::IViewNode::WeakPtr); variable
H A Dintf_environment.h121 META_TYPE(SCENE_NS::IEnvironment::WeakPtr); variable
H A Dintf_resource_container.h37 META_TYPE(SCENE_NS::IResourceContainer::WeakPtr); variable
H A Dintf_render_configuration.h38 META_TYPE(SCENE_NS::IRenderConfiguration::WeakPtr); variable
H A Dintf_ecs_animation.h38 META_TYPE(SCENE_NS::IEcsTrackAnimation::WeakPtr); variable
82 META_TYPE(SCENE_NS::IEcsAnimation::WeakPtr); variable
H A Dintf_scene_presenter.h51 META_TYPE(SCENE_NS::IScenePresenter::WeakPtr); variable
H A Dintf_mesh.h50 META_TYPE(SCENE_NS::ISubMesh::WeakPtr); variable
157 META_TYPE(SCENE_NS::IMesh::WeakPtr); variable
208 META_TYPE(SCENE_NS::IMultiMeshProxy::WeakPtr); variable
H A Dintf_ecs_scene.h140 META_TYPE(SCENE_NS::IEcsScene::WeakPtr); variable
H A Dintf_ecs_object.h48 META_TYPE(SCENE_NS::IEcsValueInformation::WeakPtr); variable
87 META_TYPE(SCENE_NS::IEcsObject::WeakPtr); variable
H A Dintf_light.h119 META_TYPE(SCENE_NS::ILight::WeakPtr); variable
H A Dintf_camera.h252 META_TYPE(SCENE_NS::ICamera::WeakPtr); variable
H A Dintf_scene.h401 META_TYPE(SCENE_NS::IScene::WeakPtr); variable
H A Dintf_material.h114 META_TYPE(SCENE_NS::ITextureInfo::WeakPtr); variable
134 META_TYPE(SCENE_NS::IShader::WeakPtr); variable
168 META_TYPE(SCENE_NS::IGraphicsState::WeakPtr); variable
/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
H A Dtext_input_connection_impl.h32 TextInputConnectionImpl(const WeakPtr<TextInputClient>&client, const RefPtr<TaskExecutor>& taskExecutor) in TextInputConnectionImpl() argument
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dreferenced.h316 ACE_REMOVE(explicit) WeakPtr(std::nullptr_t) {} WeakPtr() function in OHOS::Ace::final
318 ACE_REMOVE(explicit) WeakPtr(const WeakPtr& other) : WeakPtr(other.unsafeRawPtr_, other.refCounter_) {} WeakPtr() function in OHOS::Ace::final
319 ACE_REMOVE(explicit) WeakPtr(WeakPtr&& other) : unsafeRawPtr_(other.unsafeRawPtr_), refCounter_(other.refCounter_) WeakPtr() function in OHOS::Ace::final
326 ACE_REMOVE(explicit) WeakPtr(const WeakPtr<O>& other) : WeakPtr(other.unsafeRawPtr_, other.refCounter_) {} WeakPtr() function in OHOS::Ace::final
328 ACE_REMOVE(explicit) WeakPtr(WeakPtr<O>&& other) WeakPtr() function in OHOS::Ace::final
336 ACE_REMOVE(explicit) WeakPtr(const RefPtr<O>& other) : WeakPtr(other.rawPtr_) {} WeakPtr() function in OHOS::Ace::final
337 ACE_REMOVE(explicit) WeakPtr(const RefPtr<T>& other) : WeakPtr(other.rawPtr_) {} WeakPtr() function in OHOS::Ace::final
468 explicit WeakPtr(T* rawPtr) : WeakPtr(rawPtr, rawPtr != nullptr ? rawPtr->refCounter_ : nullptr) {} WeakPtr() function in OHOS::Ace::final
470 WeakPtr(O* rawPtr, RefCounter* aceRef) : unsafeRawPtr_(rawPtr), refCounter_(aceRef) WeakPtr() function in OHOS::Ace::final
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dproperty.h
H A Darray_property.h
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_flags.h130 META_TYPE(META_NS::IObjectFlags::WeakPtr); variable
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_listener.h46 META_TYPE(SCENE_NS::IEcsProxyObject::WeakPtr); variable
H A Dscene_holder.h606 META_TYPE(SceneHolder::WeakPtr); variable

Completed in 9 milliseconds