Home
last modified time | relevance | path

Searched refs:GetResourcePaths (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h173 std::vector<std::string> GetResourcePaths();
H A Dresource_manager_impl.h409 std::vector<std::string> GetResourcePaths();
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/include/
H A Dmock_resource_manager_impl.h362 std::vector<std::string> GetResourcePaths();
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h226 …virtual void GetResourcePaths(std::vector<std::string>& resourcesPaths, std::string& assetRootPath, in GetResourcePaths() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h221 void GetResourcePaths(std::vector<std::string>& resourcesPaths, std::string& assetRootPath,
H A Dui_content_impl.cpp3193 void UIContentImpl::GetResourcePaths(std::vector<std::string>& resourcesPaths, std::string& assetRo… in GetResourcePaths() function in OHOS::Ace::UIContentImpl
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp158 std::vector<std::string> resourcesPaths = impl->GetResourcePaths(); in OH_ResourceManager_OpenRawDir()
H A Dresource_manager_impl.cpp1202 std::vector<std::string> ResourceManagerImpl::GetResourcePaths() in GetResourcePaths() function in OHOS::Global::Resource::ResourceManagerImpl
1204 return this->hapManager_->GetResourcePaths(); in GetResourcePaths()
H A Dhap_manager.cpp539 std::vector<std::string> HapManager::GetResourcePaths() in GetResourcePaths() function in OHOS::Global::Resource::HapManager