Home
last modified time | relevance | path

Searched refs:GetClassId (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dminimal_object.h35 ObjectId GetClassId() const override in META_BEGIN_NAMESPACE()
47 return GetClassId().ToString(); in META_BEGIN_NAMESPACE()
H A Dconcrete_base_object.h43 ObjectId GetClassId() const override in META_BEGIN_NAMESPACE()
H A Dobject.h106 ObjectId GetClassId() const override in GetClassId() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h277 virtual ObjectId GetClassId() const noexcept in GetClassId() function
279 return object_ ? object_->GetClassId() : ClassId::Object; in GetClassId()
499 ObjectId GetClassId() const noexcept override in GetClassId() function
516 return GetClassId() == id; in IsCompatible()
526 return GetClassId() == ptr->GetClassId(); in IsCompatible()
536 return object.GetClassId() == Class.Id(); in IsCompatible()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp88 object->GetClassId(), iid, BASE_NS::move(node))); in CreateObjectNode()
298 if (!registry_.GetPropertyRegister().IsAnyRegistered(any->GetClassId())) { in ExportAny()
300 …any->GetClassId().ToString().c_str(), any->GetTypeIdString().c_str(), any->GetTypeId().ToString().… in ExportAny()
309 …ISerNode::Ptr(new ObjectNode(BASE_NS::string("Any"), {}, any->GetClassId(), {}, context.ExtractNod… in ExportAny()
317 … new ObjectNode(BASE_NS::string("Any"), {}, any->GetClassId(), {}, BASE_NS::move(members))); in ExportAny()
362 original->GetClassId().ToString().c_str()); in ExportWeakPtr()
H A Dimporter.cpp405 CORE_LOG_F("Failed to import any [%s]", any->GetClassId().ToString().c_str()); in ImportAny()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dany.h25 ObjectId GetClassId() const override in META_BEGIN_NAMESPACE()
H A Dbase_object.h102 ObjectId GetClassId() const override in META_BEGIN_NAMESPACE()
H A Dmetadata.h111 ObjectId GetClassId() const override in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.h75 ObjectId GetClassId() const override in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object.h48 virtual ObjectId GetClassId() const = 0;
H A Dintf_any.h67 virtual ObjectId GetClassId() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany.h40 ObjectId GetClassId() const override in GetClassId() function
228 ObjectId GetClassId() const override in GetClassId() function
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dutil.h67 … dup = obr.GetPropertyRegister().Create(obj->GetClassId(), name.empty() ? p->GetName() : name);
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1086 auto classUid = interface_cast<META_NS::IObject>(node)->GetClassId(); in BindNodeToEcs()
1131 auto classUid = interface_pointer_cast<META_NS::IObject>(node)->GetClassId(); in BindNodeToEcs()
1208 if (interface_cast<META_NS::IObject>(node)->GetClassId() != SCENE_NS::ClassId::Node) { in UpdateCachedNodePath()
H A Dnode_impl.cpp240 auto classUid = GetClassId(); in IsResourceClassType()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp334 auto classid = o->GetClassId(); in SkipNode()