Home
last modified time | relevance | path

Searched refs:super (Results 1 - 23 of 23) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dcontent_object.h45 void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) override
47 Super::SetSuperInstance(aggr, super);
48 content_ = interface_cast<IContent>(super);
50 iterable_ = interface_cast<IIterable>(super);
H A Dobject_container.h39 void SetSuperInstance(const META_NS::IObject::Ptr& aggr, const META_NS::IObject::Ptr& super) override
41 Super::SetSuperInstance(aggr, super);
42 container_ = interface_cast<IContainer>(super);
H A Dobject.h189 void SetSuperInstance(const META_NS::IObject::Ptr& /*aggr*/, const META_NS::IObject::Ptr& super) override
198 if (auto i = interface_cast<IMetadataInternal>(super)) {
203 object_ = interface_pointer_cast<IObjectInstance>(super); // Save the strong reference to super.
287 * property implemented by the super class.
294 * property defined by the super class.
301 * by the super class.
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_context.cpp22 void ObjectContext::SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) in SetSuperInstance() argument
24 ObjectFwd::SetSuperInstance(aggr, super); in SetSuperInstance()
25 proxy_ = interface_cast<IProxyObject>(super); in SetSuperInstance()
27 metadata_ = interface_cast<IMetadata>(super); in SetSuperInstance()
H A Dattachment_container.cpp29 void AttachmentContainer::SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) in SetSuperInstance() argument
31 Super::SetSuperInstance(aggr, super); in SetSuperInstance()
32 transaction_ = interface_cast<IContainerPreTransaction>(super); in SetSuperInstance()
H A Dobject_context.h38 void SetSuperInstance(const META_NS::IObject::Ptr& aggr, const META_NS::IObject::Ptr& super) override;
H A Dbase_object.cpp72 void BaseObject::SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) in SetSuperInstance() argument
H A Dattachment_container.h45 void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) override;
H A Dobject_registry.cpp138 // for now we need to set the super classes to safely destroy some objects, using dummy instance id in RegisterObjectType()
181 OBJ_REG_LOG("\tCreate super of %s", GetClassName(superUid).c_str()); in ConstructObjectInternal()
182 auto super = CreateInternal(superUid, classes); in ConstructObjectInternal() local
183 if (!super.successful) { in ConstructObjectInternal()
184 // failed to create super class. in ConstructObjectInternal()
185 CORE_LOG_F("Could not create the super class [uid=%s]", BASE_NS::to_string(superUid).c_str()); in ConstructObjectInternal()
198 // Prepare object hierarchy for building by setting instance ids and super objects in SetObjectInstanceIds()
205 OBJ_REG_LOG("\tAssigning instance of %s as super to %s", BASE_NS::string(base->GetClassName()).c_str(), in SetObjectInstanceIds()
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Dstate_history.py29 super().__init__()
H A Dtouch_point.py37 super().__init__()
H A Dprocedure_step.py35 super().__init__()
H A Devent_scope.py35 super().__init__()
H A Ddump_result.py30 super().__init__()
H A Devent_procedures.py32 super().__init__()
H A Devent_tree.py35 super().__init__()
H A Dframe_node.py40 super().__init__()
H A Devent_node.py55 super().__init__()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h130 void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) override
132 ObjectFwd::SetSuperInstance(aggr, super);
133 containable_ = interface_cast<IContainable>(super);
134 mutableContainable_ = interface_cast<IMutableContainable>(super);
H A Dnode_impl.cpp1338 void NodeImpl::SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) in SetSuperInstance() argument
1340 Fwd::SetSuperInstance(aggr, super); in SetSuperInstance()
1341 containable_ = interface_cast<IContainable>(super); in SetSuperInstance()
1342 mutableContainable_ = interface_cast<IMutableContainable>(super); in SetSuperInstance()
H A Dnode_impl.h329 void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) override;
/foundation/ability/idl_tool/test/hdi_unittest/hdi_gen_test/
H A Dbig_d_2000_file_test.py25 super().__init__()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.h94 EXPORT ARKTS_Value ARKTS_CreateClass(ARKTS_Env env, int64_t lambdaId, ARKTS_Value super);

Completed in 18 milliseconds