Home
last modified time | relevance | path

Searched refs:isGlobalMask (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_manager.h145 std::unique_ptr<uint8_t[]> &outValue, size_t &len, bool isGlobalMask, int32_t userId);
H A Dresource_manager_impl.h681 std::unique_ptr<uint8_t[]> &outValue, size_t &len, bool isGlobalMask);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp379 std::unique_ptr<uint8_t[]> &outValue, size_t &len, bool isGlobalMask, int32_t userId) in GetOtherIconsInfo() argument
384 if (iconName.find("icon_mask") != std::string::npos && isGlobalMask) { in GetOtherIconsInfo()
H A Dresource_manager_impl.cpp1697 std::unique_ptr<uint8_t[]> &outValue, size_t &len, bool isGlobalMask) in GetOtherIconsInfo() argument
1700 if (iconName.find("icon_mask") != std::string::npos && isGlobalMask) { in GetOtherIconsInfo()
1709 …ckManager::GetThemePackManager()->GetOtherIconsInfo(iconName, outValue, len, isGlobalMask, userId); in GetOtherIconsInfo()
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h222 std::unique_ptr<uint8_t[]> &outValue, size_t &len, bool isGlobalMask) = 0;