Searched refs:isGlobalMask (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | theme_pack_manager.h | 145 std::unique_ptr<uint8_t[]> &outValue, size_t &len, bool isGlobalMask, int32_t userId);
|
H A D | resource_manager_impl.h | 681 std::unique_ptr<uint8_t[]> &outValue, size_t &len, bool isGlobalMask);
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | theme_pack_manager.cpp | 379 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 D | resource_manager_impl.cpp | 1697 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 D | resource_manager.h | 222 std::unique_ptr<uint8_t[]> &outValue, size_t &len, bool isGlobalMask) = 0;
|