Searched refs:resolvedUri (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | asset_manager.cpp | 103 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in SaveJsonEntityCollection() local 104 SCENE_PLUGIN_VERBOSE_LOG("SaveJsonEntityCollection: '%s'", resolvedUri.c_str()); in SaveJsonEntityCollection() 111 resolvedUri, { jsonString.data(), jsonString.size() }, renderContext_.GetEngine().GetFileManager())) { in SaveJsonEntityCollection() 122 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in LoadAssetToCache() local 153 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in IsCachedCollection() local 154 const auto& cacheId = resolvedUri; in IsCachedCollection() 165 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in CreateCachedCollection() local 166 const auto& cacheId = resolvedUri; in CreateCachedCollection() 174 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in GetCachedCollection() local 175 const auto& cacheId = resolvedUri; in GetCachedCollection() 183 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); RemoveFromCache() local [all...] |
H A D | asset_loader.cpp | 247 const auto resolvedUri = GetUri(); in StartLoading() local 359 const auto resolvedUri = GetUri(); in LoadJsonEntityCollection() local 377 CORE_LOG_E("Parsing json failed: '%s':\n%s", resolvedUri.c_str(), textIn.c_str()); in LoadJsonEntityCollection() 382 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()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | ecs_asset_manager.cpp | 142 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in SaveJsonEntityCollection() local 143 CORE_LOG_D("SaveJsonEntityCollection: '%s'", resolvedUri.c_str()); in SaveJsonEntityCollection() 150 if (IoUtil::SaveTextFile(fileManager, resolvedUri, { jsonString.data(), jsonString.size() })) { in SaveJsonEntityCollection() 161 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in LoadAssetToCache() local 175 if (LoadAsset(*ec, resolvedUri, contextUri)) { in LoadAssetToCache() 186 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in IsCachedCollection() local 187 const auto& cacheId = resolvedUri; in IsCachedCollection() 198 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); in CreateCachedCollection() local 199 const auto& cacheId = resolvedUri; in CreateCachedCollection() 207 const auto resolvedUri in GetCachedCollection() local 216 const auto resolvedUri = PathUtil::ResolveUri(contextUri, uri); RemoveFromCache() local [all...] |
H A D | ecs_asset_loader.cpp | 245 const auto resolvedUri = GetUri(); in StartLoading() local 342 const auto resolvedUri = GetUri(); in LoadJsonEntityCollection() local 353 auto result = assetManager_.GetEcsSerializer().ReadEntityCollection(ec_, json, resolvedUri); in LoadJsonEntityCollection() 359 assetManager_.GetEcsSerializer().GatherExternalCollections(json, resolvedUri, dependencies); in LoadJsonEntityCollection() 372 auto result = assetManager_.GetEcsSerializer().ReadEntityCollection(ec_, json, resolvedUri); in LoadJsonEntityCollection()
|
Completed in 4 milliseconds