Home
last modified time | relevance | path

Searched refs:AddSubCollectionClone (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_entity_collection.h92 …virtual IEntityCollection& AddSubCollectionClone(IEntityCollection& collection, BASE_NS::string_vi… in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_manager.cpp226 auto& newCollection = ec.AddSubCollectionClone(*externalCollection, {}); in InstantiateCollection()
H A Dentity_collection.h80 …IEntityCollection& AddSubCollectionClone(IEntityCollection& collection, BASE_NS::string_view uri) … in SCENE_BEGIN_NAMESPACE()
H A Dentity_collection.cpp359 IEntityCollection& EntityCollection::AddSubCollectionClone(IEntityCollection& collection, string_vi… in AddSubCollectionClone() function in EntityCollection
H A Decs_serializer.cpp899 ec.AddSubCollectionClone(*externalCollection, id).SetSrc(collectionSrcUri); in ReadEntityCollection()