Home
last modified time | relevance | path

Searched refs:assetRootPath (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h227 virtual void GetResourcePaths(std::vector<std::string>& resourcesPaths, std::string& assetRootPath, in GetResourcePaths() argument
229 virtual void SetResourcePaths(const std::vector<std::string>& resourcesPaths, const std::string& assetRootPath, in SetResourcePaths() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h229 void GetResourcePaths(std::vector<std::string>& resourcesPaths, std::string& assetRootPath,
231 void SetResourcePaths(const std::vector<std::string>& resourcesPaths, const std::string& assetRootPath,
H A Dui_content_impl.cpp3148 void UIContentImpl::GetResourcePaths(std::vector<std::string>& resourcesPaths, std::string& assetRootPath, in GetResourcePaths() argument
3164 void UIContentImpl::SetResourcePaths(const std::vector<std::string>& resourcesPaths, const std::string& assetRootPath, in SetResourcePaths() argument
3173 [container, resourcesPaths, assetRootPath, assetBasePaths]() { in SetResourcePaths()
3181 if (resourcesPaths.empty() && assetRootPath.empty()) { in SetResourcePaths()
3185 if (!assetRootPath.empty()) { in SetResourcePaths()
3187 if (fileAssetProviderImpl->Initialize(assetRootPath, assetBasePaths)) { in SetResourcePaths()

Completed in 10 milliseconds