Searched refs:GetThemeIcons (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | theme_manager_test.cpp | 133 RState state = rm->GetThemeIcons(resId, foregroundInfo, backgroundInfo); 139 state = rm->GetThemeIcons(resId, foregroundInfo, backgroundInfo);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_drawable.cpp | 70 …Global::Resource::RState state = resourceManager->GetThemeIcons(iconId, foregroundInfo, background… in GetIconResourceByTheme()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | native_resource_manager.cpp | 269 state = mgr->resManager->GetThemeIcons(resId, foregroundInfo, backgroundInfo, density); in OH_ResourceManager_GetDrawableDescriptorData() 306 state = mgr->resManager->GetThemeIcons(0, foregroundInfo, backgroundInfo, density); in OH_ResourceManager_GetDrawableDescriptorDataByName()
|
H A D | resource_manager_impl.cpp | 1668 RState ResourceManagerImpl::GetThemeIcons(uint32_t resId, std::pair<std::unique_ptr<uint8_t[]>, siz… in GetThemeIcons() function in OHOS::Global::Resource::ResourceManagerImpl
|
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/ |
H A D | resource_manager.h | 213 …virtual RState GetThemeIcons(uint32_t resId, std::pair<std::unique_ptr<uint8_t[]>, size_t> &foregr…
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | resource_manager_impl.h | 652 …virtual RState GetThemeIcons(uint32_t resId, std::pair<std::unique_ptr<uint8_t[]>, size_t> &foregr…
|
/ohos5.0/base/global/resource_management/test/fuzztest/resmgr_fuzzer/ |
H A D | resmgr_fuzzer.cpp | 469 result = rm->GetThemeIcons(testId, foregroundInfo, backgroundInfo); in GetThemeIconsFuzzTest()
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_napi_sync_impl.cpp | 743 state = resMgr->GetThemeIcons(resId, foregroundInfo, backgroundInfo, dataContext->density_); in GetDrawableDescriptor() 977 … if (resMgr->GetThemeIcons(0, foregroundInfo, backgroundInfo, dataContext->density_) == SUCCESS) { in GetDrawableDescriptorByName()
|