Home
last modified time | relevance | path

Searched defs:themeId (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_theme_utils.h68 auto themeId = GetWithThemeId(); in GetTheme() local
75 auto themeId = GetWithThemeId(); in GetThemeColors() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_observer.cpp55 std::string themeId = configuration.GetItem(AAFwk::GlobalConfigurationKey::THEME_ID); in OnConfigurationUpdated() local
101 const int32_t themeId, const uint32_t type) in OnApplicationThemeChanged()
H A Dbundle_resource_callback.cpp90 const int32_t themeId, const uint32_t type) in OnApplicationThemeChanged()
170 bool BundleResourceCallback::SetThemeIdForThemeChanged(const int32_t themeId) in SetThemeIdForThemeChanged()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp66 void ResourceConfigHelper::SetThemeId(std::string themeId) in SetThemeId()
144 uint32_t themeId = 0; in UpdateResConfig() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_manager.h36 virtual void LoadSystemTheme(int32_t themeId) {} in LoadSystemTheme()
H A Dtheme_manager_impl.h41 void LoadSystemTheme(int32_t themeId) override in LoadSystemTheme()
H A Dresource_adapter.h48 virtual RefPtr<ThemeStyle> GetTheme(int32_t themeId) in GetTheme()
H A Dtheme_constants.cpp453 void ThemeConstants::LoadTheme(int32_t themeId) in LoadTheme()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/
H A Dabilitycontext_fuzzer.cpp118 int themeId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_run_args.h59 uint32_t themeId = THEME_ID_LIGHT; member
H A Dace_container.cpp728 … const std::string& hmsResourcesPath, const std::string& appResourcesPath, const int32_t& themeId, in SetResourcesPathAndThemeStyle()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp42 void CheckThemeId(int32_t& themeId) in CheckThemeId()
310 RefPtr<ThemeStyle> ResourceAdapterImpl::GetTheme(int32_t themeId) in GetTheme()
H A Dresource_adapter_impl_standard.cpp36 void CheckThemeId(int32_t& themeId) in CheckThemeId()
182 RefPtr<ThemeStyle> ResourceAdapterImpl::GetTheme(int32_t themeId) in GetTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h243 void SetThemeId(uint32_t themeId) in SetThemeId()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_constants.cpp175 void ThemeConstants::LoadTheme(int32_t themeId) in LoadTheme()
H A Dtheme_mock.cpp131 RefPtr<ThemeStyle> ResourceAdapterMock::GetTheme(int32_t themeId) in GetTheme()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_container.cpp417 void ContextContainer::SetTheme(int themeId) in SetTheme()
H A Dcontext_deal.cpp347 void ContextDeal::SetTheme(int themeId) in SetTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp131 RefPtr<ThemeStyle> ResourceAdapterMock::GetTheme(int32_t themeId) in GetTheme()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_test.cpp723 constexpr int32_t themeId = 0; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.cpp36 void CheckThemeId(int32_t& themeId) in CheckThemeId()
206 RefPtr<ThemeStyle> ResourceAdapterImplV2::GetTheme(int32_t themeId) in GetTheme()
240 void ResourceAdapterImplV2::PreloadTheme(int32_t themeId, RefPtr<ResourceThemeStyle> theme) in PreloadTheme()
H A Dresource_adapter_impl.cpp33 void CheckThemeId(int32_t& themeId) in CheckThemeId()
178 RefPtr<ThemeStyle> ResourceAdapterImpl::GetTheme(int32_t themeId) in GetTheme()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h84 uint32_t themeId; member
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp190 void ResConfigImpl::SetThemeId(uint32_t themeId) in SetThemeId()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp3770 int32_t themeId = 0; variable