Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp382 … auto result = assetManager_.GetEcsSerializer().ReadEntityCollection(ec_, json, resolvedUri); in LoadJsonEntityCollection()
388 … assetManager_.GetEcsSerializer().GatherExternalCollections(json, resolvedUri, dependencies); in LoadJsonEntityCollection()
406 … auto result = assetManager_.GetEcsSerializer().ReadEntityCollection(ec_, json, resolvedUri); in LoadJsonEntityCollection()
660 auto imageHandle = assetManager_.GetEcsSerializer().LoadImageResource(uri); in LoadImageEntityCollection()
H A Dasset_manager.h60 IEcsSerializer& GetEcsSerializer() override; in SCENE_BEGIN_NAMESPACE()
H A Dasset_manager.cpp236 IEcsSerializer& AssetManager::GetEcsSerializer() in GetEcsSerializer() function in AssetManager
H A Dscene_holder.cpp2251 imageHandle = assetManager_->GetEcsSerializer().LoadImageResource(uri); in LoadImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_asset_manager.h73 virtual IEcsSerializer& GetEcsSerializer() = 0; in SCENE_BEGIN_NAMESPACE()