Home
last modified time | relevance | path

Searched refs:GetThemeIcons (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_manager_test.cpp133 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 Dbundle_resource_drawable.cpp70 …Global::Resource::RState state = resourceManager->GetThemeIcons(iconId, foregroundInfo, background… in GetIconResourceByTheme()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp269 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 Dresource_manager_impl.cpp1668 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 Dresource_manager.h213 …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 Dresource_manager_impl.h652 …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 Dresmgr_fuzzer.cpp469 result = rm->GetThemeIcons(testId, foregroundInfo, backgroundInfo); in GetThemeIconsFuzzTest()
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp743 state = resMgr->GetThemeIcons(resId, foregroundInfo, backgroundInfo, dataContext->density_); in GetDrawableDescriptor()
977 … if (resMgr->GetThemeIcons(0, foregroundInfo, backgroundInfo, dataContext->density_) == SUCCESS) { in GetDrawableDescriptorByName()