Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_asset_manager.h61 …virtual bool IsCachedCollection(BASE_NS::string_view uri, BASE_NS::string_view contextUri) const =… in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_manager.h48 … bool IsCachedCollection(BASE_NS::string_view uri, BASE_NS::string_view contextUri) const override; in SCENE_BEGIN_NAMESPACE()
H A Dasset_manager.cpp151 bool AssetManager::IsCachedCollection(string_view uri, string_view contextUri) const in IsCachedCollection() function in AssetManager
H A Dasset_loader.cpp394 if (!assetManager_.IsCachedCollection(patchedDepUri, dep.contextUri)) { in LoadJsonEntityCollection()