Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_manager.h65 IEntityCollection* GetExternalCollection( in SCENE_BEGIN_NAMESPACE()
H A Dasset_manager.cpp241 IEntityCollection* AssetManager::GetExternalCollection(IEcs& ecs, string_view uri, string_view cont… in GetExternalCollection() function in AssetManager
H A Decs_serializer.cpp870 … auto* externalCollection = listener_->GetExternalCollection(ec.GetEcs(), srcUri, contextUri); in ReadEntityCollection()
897 listener_->GetExternalCollection(ec.GetEcs(), collectionSrcUri, contextUri); in ReadEntityCollection()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h51 virtual IEntityCollection* GetExternalCollection( in SCENE_BEGIN_NAMESPACE()