Home
last modified time | relevance | path

Searched refs:nameTypeId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp264 …dateOverlayInfo(std::unordered_map<std::string, std::unordered_map<ResType, uint32_t>> &nameTypeId) in UpdateOverlayInfo() argument
273 if (nameTypeId.find(name) == nameTypeId.end()) { in UpdateOverlayInfo()
276 auto &typeId = nameTypeId[name]; in UpdateOverlayInfo()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h300 …ateOverlayInfo(std::unordered_map<std::string, std::unordered_map<ResType, uint32_t>> &nameTypeId);