Home
last modified time | relevance | path

Searched refs:hapResourceMap_ (Results 1 - 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource_manager.cpp40 auto iter = hapResourceMap_.find(path); in PutAndGetResource()
41 if (iter != hapResourceMap_.end()) { in PutAndGetResource()
47 hapResourceMap_[path] = pResource; in PutAndGetResource()
54 if (hapResourceMap_.find(path) != hapResourceMap_.end()) { in PutPatchResource()
55 std::shared_ptr<HapResource> hapResource = hapResourceMap_[path].lock(); in PutPatchResource()
68 auto iter = hapResourceMap_.find(path); in GetHapResource()
69 if (iter != hapResourceMap_.end()) { in GetHapResource()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource_manager.h67 std::unordered_map<std::string, std::weak_ptr<HapResource>> hapResourceMap_; member in OHOS::Global::Resource::HapResourceManager

Completed in 1 milliseconds