Home
last modified time | relevance | path

Searched refs:GetUniqueIdentifier (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp160 auto uniqueIdentifier = GetUniqueIdentifier(entity); in RemoveEntityRecursive()
208 auto uniqueIdentifier = GetUniqueIdentifier(entity); in RemoveEntity()
275 string_view EntityCollection::GetUniqueIdentifier(Entity entity) const in GetUniqueIdentifier() function in EntityCollection
287 auto ret = GetUniqueIdentifier(entity); in GetUniqueIdentifierRecursive()
H A Dentity_collection.h70 BASE_NS::string_view GetUniqueIdentifier(CORE_NS::Entity entity) const override; in SCENE_BEGIN_NAMESPACE()
H A Dscene_holder.cpp889 entityName = gltfCollection->GetUniqueIdentifier(entity); in GetEntityId()
1599 … if (BASE_NS::string_view prevName = scene_->GetUniqueIdentifier(entity); !prevName.empty()) { in RenameEntity()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_entity_collection.h81 virtual BASE_NS::string_view GetUniqueIdentifier(CORE_NS::Entity entity) const = 0; in SCENE_BEGIN_NAMESPACE()