/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | view_abstract.cpp | 24 RefPtr<ThemeConstants> ViewAbstract::GetThemeConstants() in GetThemeConstants() function in OHOS::Ace::Framework::ViewAbstract 41 return themeManager->GetThemeConstants(); in GetThemeConstants()
|
H A D | view_abstract.h | 92 static RefPtr<ThemeConstants> GetThemeConstants();
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_theme_manager.h | 32 MOCK_METHOD(RefPtr<ThemeConstants>, GetThemeConstants, (), (const)); 33 MOCK_METHOD(RefPtr<ThemeConstants>, GetThemeConstants,
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_manager_impl.h | 72 RefPtr<ThemeConstants> GetThemeConstants( 79 RefPtr<ThemeConstants> GetThemeConstants() const override 81 return GetThemeConstants("", "");
|
H A D | theme_manager.h | 46 virtual RefPtr<ThemeConstants> GetThemeConstants( 49 virtual RefPtr<ThemeConstants> GetThemeConstants() const = 0;
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_util.h | 62 RefPtr<ThemeConstants> GetThemeConstants() const; 71 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference() 75 auto themeConstants = GetThemeConstants(); in ParseThemeReference()
|
H A D | animation_util.cpp | 540 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 D | color_test.cpp | 41 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 D | container_modal_accessibility_property.cpp | 36 auto themeConstants = themeManager->GetThemeConstants(); in GetText()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/ |
H A D | common_napi_utils.cpp | 331 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 D | common_napi_utils.h | 72 static RefPtr<ThemeConstants> GetThemeConstants(napi_env env, napi_value value);
|
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | render_container_modal.cpp | 39 auto themeConstants = themeManager->GetThemeConstants(); in UpdateStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_appinfo.cpp | 46 auto themeConstants = themeManager->GetThemeConstants(); in ParseI18nAppName()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 490 RefPtr<ThemeConstants> GetThemeConstants() const; 510 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference() 514 auto themeConstants = GetThemeConstants(); in ParseThemeReference()
|
H A D | declaration.cpp | 806 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 D | dom_node.cpp | 1068 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 D | dom_node.h | 944 RefPtr<ThemeConstants> GetThemeConstants() const; 950 const auto& parseResult = ThemeUtils::ParseThemeIdReference(value, GetThemeConstants()); in ParseThemeReference() 954 auto themeConstants = GetThemeConstants(); in ParseThemeReference()
|
H A D | dom_input.cpp | 580 decoration->GetImage()->SetSrc(targetImage, themeManager->GetThemeConstants()); in CheckPseduo()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
H A D | napi_utils.cpp | 154 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 D | rosen_media_player.cpp | 180 auto themeConstants = themeManager->GetThemeConstants(); in MediaPlay() 232 themeConstants = themeManager->GetThemeConstants(); in RawFileWithModuleInfoPlay()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 139 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 D | cj_view_abstract_ffi.cpp | 1649 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 D | rosen_font_loader.cpp | 231 themeConstants = themeManager->GetThemeConstants(); in LoadFromResource()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/ |
H A D | app_bar_test_ng.cpp | 66 EXPECT_CALL(*themeManager, GetThemeConstants()).WillRepeatedly(Return(themeConstants));
in SetUpTestSuite()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.cpp | 199 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()
|