Home
last modified time | relevance | path

Searched refs:LoadOverlays (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h91 static const std::unordered_map<std::string, std::shared_ptr<HapResource>> LoadOverlays(
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp389 …_map<std::string, std::shared_ptr<HapResource>> result = HapResource::LoadOverlays(path, overlayPa… in AddResource()
525 … std::unordered_map<std::string, std::shared_ptr<HapResource>> result = HapResource::LoadOverlays( in ReloadAll()
H A Dhap_resource.cpp209 const std::unordered_map<std::string, std::shared_ptr<HapResource>> HapResource::LoadOverlays(const… in LoadOverlays() function in OHOS::Global::Resource::HapResource