/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_manager.h | 36 virtual void LoadSystemTheme(int32_t themeId) {} in LoadSystemTheme() argument
|
H A D | resource_adapter.h | 48 virtual RefPtr<ThemeStyle> GetTheme(int32_t themeId) in GetTheme() argument
|
H A D | theme_constants.cpp | 453 void ThemeConstants::LoadTheme(int32_t themeId) in LoadTheme() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_theme_utils.h | 68 auto themeId = GetWithThemeId(); in GetTheme() local 75 auto themeId = GetWithThemeId(); in GetThemeColors() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_observer.cpp | 55 std::string themeId = configuration.GetItem(AAFwk::GlobalConfigurationKey::THEME_ID); in OnConfigurationUpdated() local 100 OnApplicationThemeChanged(const std::string &theme, const int32_t themeId, const uint32_t type) OnApplicationThemeChanged() argument
|
H A D | bundle_resource_callback.cpp | 169 bool BundleResourceCallback::SetThemeIdForThemeChanged(const int32_t themeId) in SetThemeIdForThemeChanged() argument 88 OnApplicationThemeChanged(const std::string &theme, const int32_t themeId, const uint32_t type) OnApplicationThemeChanged() argument [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | resource_config_helper.cpp | 66 void ResourceConfigHelper::SetThemeId(std::string themeId) in SetThemeId() argument 144 uint32_t themeId = 0; in UpdateResConfig() local
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_run_args.h | 59 uint32_t themeId = THEME_ID_LIGHT; member
|
H A D | ace_container.cpp | 727 SetResourcesPathAndThemeStyle(int32_t instanceId, const std::string& systemResourcesPath, const std::string& hmsResourcesPath, const std::string& appResourcesPath, const int32_t& themeId, const ColorMode& colorMode) SetResourcesPathAndThemeStyle() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/ |
H A D | abilitycontext_fuzzer.cpp | 118 int themeId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | options.h | 84 uint32_t themeId; member
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_deal_test.cpp | 723 constexpr int32_t themeId = 0; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/ |
H A D | theme_mock.cpp | 131 RefPtr<ThemeStyle> ResourceAdapterMock::GetTheme(int32_t themeId) in GetTheme() argument
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | theme_mock.cpp | 131 RefPtr<ThemeStyle> ResourceAdapterMock::GetTheme(int32_t themeId) in GetTheme() argument
|
H A D | mock_theme_constants.cpp | 175 void ThemeConstants::LoadTheme(int32_t themeId) in LoadTheme() argument
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_deal.cpp | 347 void ContextDeal::SetTheme(int themeId) in SetTheme() argument
|
H A D | context_container.cpp | 421 void ContextContainer::SetTheme(int themeId) in SetTheme() argument
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | resource_configuration.h | 232 void SetThemeId(uint32_t themeId) in SetThemeId() argument
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | resource_adapter_impl_standard.cpp | 36 void CheckThemeId(int32_t& themeId) in CheckThemeId() argument 183 RefPtr<ThemeStyle> ResourceAdapterImpl::GetTheme(int32_t themeId) in GetTheme() argument
|
H A D | resource_adapter_impl.cpp | 42 void CheckThemeId(int32_t& themeId) in CheckThemeId() argument 310 RefPtr<ThemeStyle> ResourceAdapterImpl::GetTheme(int32_t themeId) in GetTheme() argument
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | resource_adapter_impl.cpp | 30 void CheckThemeId(int32_t& themeId) in CheckThemeId() argument 177 RefPtr<ThemeStyle> ResourceAdapterImpl::GetTheme(int32_t themeId) in GetTheme() argument
|
H A D | resource_adapter_impl_v2.cpp | 33 void CheckThemeId(int32_t& themeId) in CheckThemeId() argument 203 RefPtr<ThemeStyle> ResourceAdapterImplV2::GetTheme(int32_t themeId) in GetTheme() argument 237 void ResourceAdapterImplV2::PreloadTheme(int32_t themeId, RefPtr<ResourceThemeStyle> theme) in PreloadTheme() argument
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 3932 int32_t themeId = 0; in HWTEST_F() local
|