Home
last modified time | relevance | path

Searched refs:GetThemeConstants (Results 1 - 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dview_abstract.cpp24 RefPtr<ThemeConstants> ViewAbstract::GetThemeConstants() in GetThemeConstants() function in OHOS::Ace::Framework::ViewAbstract
41 return themeManager->GetThemeConstants(); in GetThemeConstants()
H A Dview_abstract.h92 static RefPtr<ThemeConstants> GetThemeConstants();
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_manager.h32 MOCK_METHOD(RefPtr<ThemeConstants>, GetThemeConstants, (), (const));
33 MOCK_METHOD(RefPtr<ThemeConstants>, GetThemeConstants,
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_manager_impl.h72 RefPtr<ThemeConstants> GetThemeConstants(
79 RefPtr<ThemeConstants> GetThemeConstants() const override
81 return GetThemeConstants("", "");
H A Dtheme_manager.h46 virtual RefPtr<ThemeConstants> GetThemeConstants(
49 virtual RefPtr<ThemeConstants> GetThemeConstants() const = 0;
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.h62 RefPtr<ThemeConstants> GetThemeConstants() const;
71 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference()
75 auto themeConstants = GetThemeConstants(); in ParseThemeReference()
H A Danimation_util.cpp540 RefPtr<ThemeConstants> AnimationUtil::GetThemeConstants() const in GetThemeConstants() function in OHOS::Ace::AnimationUtil
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/test/unittest/color/
H A Dcolor_test.cpp41 auto themeConstants = THEME_MANAGER->GetThemeConstants(); in ParseColor()
73 auto themeConstants = THEME_MANAGER->GetThemeConstants(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_accessibility_property.cpp36 auto themeConstants = themeManager->GetThemeConstants(); in GetText()
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/
H A Dcommon_napi_utils.cpp331 RefPtr<ThemeConstants> CommonNapiUtils::GetThemeConstants(napi_env env, napi_value value) in GetThemeConstants() function in OHOS::Ace::__anon2278::CommonNapiUtils
346 return cardThemeManager->GetThemeConstants(bundleName, moduleName); in GetThemeConstants()
355 return themeManager->GetThemeConstants(bundleName, moduleName); in GetThemeConstants()
386 auto themeConstants = GetThemeConstants(env, value); in ParseColorFromResource()
458 auto themeConstants = GetThemeConstants(env, value); in GetDimensionResult()
H A Dcommon_napi_utils.h72 static RefPtr<ThemeConstants> GetThemeConstants(napi_env env, napi_value value);
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp39 auto themeConstants = themeManager->GetThemeConstants(); in UpdateStyle()
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_appinfo.cpp46 auto themeConstants = themeManager->GetThemeConstants(); in ParseI18nAppName()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h490 RefPtr<ThemeConstants> GetThemeConstants() const;
510 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference()
514 auto themeConstants = GetThemeConstants(); in ParseThemeReference()
H A Ddeclaration.cpp806 backgroundStyle.backgroundImage->SetSrc(value, declaration.GetThemeConstants());
3200 RefPtr<ThemeConstants> Declaration::GetThemeConstants() const
3206 return themeManager->GetThemeConstants();
3211 auto themeConstants = GetThemeConstants();
3219 auto themeConstants = GetThemeConstants();
3227 auto themeConstants = GetThemeConstants();
3244 auto themeConstants = GetThemeConstants();
3263 auto themeConstants = GetThemeConstants();
3288 return ThemeUtils::ProcessImageSource(imgSrc, GetThemeConstants());
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1068 animationUtil_.ParseAnimationStyle(animationKeyframes, declaration_, GetThemeConstants()); in ParseAnimationStyle()
2172 RefPtr<ThemeConstants> DOMNode::GetThemeConstants() const in GetThemeConstants() function in OHOS::Ace::Framework::DOMNode
2178 return themeManager->GetThemeConstants(); in GetThemeConstants()
2183 auto themeConstants = GetThemeConstants(); in ParseColor()
2194 auto themeConstants = GetThemeConstants(); in ParseDouble()
2205 auto themeConstants = GetThemeConstants(); in ParseDimension()
2220 auto themeConstants = GetThemeConstants(); in ParseLineHeight()
2224 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseLineHeight()
2242 auto themeConstants = GetThemeConstants(); in ParseFontFamilies()
2270 return ThemeUtils::ProcessImageSource(imgSrc, GetThemeConstants()); in ParseImageSrc()
[all...]
H A Ddom_node.h944 RefPtr<ThemeConstants> GetThemeConstants() const;
950 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference()
954 auto themeConstants = GetThemeConstants(); in ParseThemeReference()
H A Ddom_input.cpp580 decoration->GetImage()->SetSrc(targetImage, themeManager->GetThemeConstants()); in CheckPseduo()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp154 RefPtr<ThemeConstants> GetThemeConstants(const std::optional<std::string>& bundleName = std::nullopt, in GetThemeConstants() function
173 return themeManager->GetThemeConstants(bundleName.value_or(""), moduleName.value_or("")); in GetThemeConstants()
175 return themeManager->GetThemeConstants(); in GetThemeConstants()
196 themeConstants = GetThemeConstants(info.bundleName, info.moduleName); in CreateResourceWrapper()
585 auto themeConstants = GetThemeConstants(resourceInfo.bundleName, resourceInfo.moduleName); in ParseColorFromResourceObject()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp180 auto themeConstants = themeManager->GetThemeConstants(); in MediaPlay()
232 themeConstants = themeManager->GetThemeConstants(); in RawFileWithModuleInfoPlay()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp139 RefPtr<ThemeConstants> GetThemeConstants(const char* bundleName, const char* moduleName) in GetThemeConstants() function in OHOS::Ace::NG::__anon2878::ResourceType
149 return cardThemeManager->GetThemeConstants(bundleName, moduleName); in GetThemeConstants()
157 return themeManager->GetThemeConstants(bundleName, moduleName); in GetThemeConstants()
163 auto themeConstants = GetThemeConstants(bundleName, moduleName); in SetImageResource()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp1649 auto themeConstants = ViewAbstract::GetThemeConstants(); in ParseCjDimension()
1660 auto themeConstants = ViewAbstract::GetThemeConstants(); in ParseCjMedia()
1683 auto themeConstants = ViewAbstract::GetThemeConstants(); in ParseCjString()
1702 auto themeConstants = ViewAbstract::GetThemeConstants(); in ParseCjString()
1721 auto themeConstants = ViewAbstract::GetThemeConstants(); in ParseColorById()
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_loader.cpp231 themeConstants = themeManager->GetThemeConstants(); in LoadFromResource()
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/
H A Dapp_bar_test_ng.cpp66 EXPECT_CALL(*themeManager, GetThemeConstants()).WillRepeatedly(Return(themeConstants)); in SetUpTestSuite()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp199 RefPtr<OHOS::Ace::ThemeConstants> GetThemeConstants(const EcmaVM* vm, const Local<JSValueRef>& jsObj) in GetThemeConstants() function
221 return cardThemeManager->GetThemeConstants(bundleName, moduleName); in GetThemeConstants()
230 return themeManager->GetThemeConstants(bundleName, moduleName); in GetThemeConstants()
244 themeConstants = GetThemeConstants(vm, jsObj); in CreateResourceWrapper()

Completed in 31 milliseconds

12