Home
last modified time | relevance | path

Searched refs:GetThemeMask (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource_drawable_utils.cpp72 std::string themeMask = (resourceManager_ == nullptr) ? "" : resourceManager_->GetThemeMask(); in ConvertToDrawableDescriptor()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_drawable.cpp67 std::string themeMask = resourceManager->GetThemeMask(); in GetIconResourceByTheme()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp266 std::string themeMask = mgr->resManager->GetThemeMask(); in OH_ResourceManager_GetDrawableDescriptorData()
303 std::string themeMask = mgr->resManager->GetThemeMask(); in OH_ResourceManager_GetDrawableDescriptorDataByName()
H A Dresource_manager_impl.cpp1686 std::string ResourceManagerImpl::GetThemeMask() in GetThemeMask() function in OHOS::Global::Resource::ResourceManagerImpl
/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dresource_manager.h217 virtual std::string GetThemeMask() = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dresource_manager_impl.h661 virtual std::string GetThemeMask();
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp740 std::string themeMask = resMgr->GetThemeMask(); in GetDrawableDescriptor()
974 std::string themeMask = resMgr->GetThemeMask(); in GetDrawableDescriptorByName()