Home
last modified time | relevance | path

Searched refs:GetThemeId (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_container.h297 int GetThemeId() override;
H A Dfa_context.h452 virtual int GetThemeId() = 0;
H A Dcontext_deal.h277 int GetThemeId();
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h237 int32_t GetThemeId() const in GetThemeId() function in OHOS::Ace::ResourceInfo
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_context.h75 virtual int GetThemeId() = 0;
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dresource_config_helper.cpp147 TAG_LOGD(AAFwkTag::ABILITY, "set themeId: %{public}u", resConfig->GetThemeId()); in UpdateResConfig()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp342 SetTheme(GetThemeId()); in GetTheme()
396 int ContextDeal::GetThemeId() in GetThemeId() function in OHOS::AppExecFwk::ContextDeal
402 TAG_LOGE(AAFwkTag::APPKIT, "GetThemeId hapModInfo is nullptr"); in GetThemeId()
H A Dcontext_container.cpp450 int ContextContainer::GetThemeId() in GetThemeId() function in OHOS::AppExecFwk::ContextContainer
453 return baseContext_->GetThemeId(); in GetThemeId()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_test.cpp562 EXPECT_EQ(context_->GetThemeId(), -1); in HWTEST_F()
567 * @tc.name: GetThemeId
568 * @tc.desc: Verify that the GetThemeId return value is -1.
572 EXPECT_EQ(context_->GetThemeId(), -1); in HWTEST_F()
H A Dcontext_container_test.cpp959 * @tc.name: GetThemeId
960 * @tc.desc: GetThemeId
965 EXPECT_EQ(context_->GetThemeId(), -1); in HWTEST_F()
1549 EXPECT_EQ(context_->GetThemeId(), -1); in HWTEST_F()
1560 EXPECT_EQ(context_->GetThemeId(), -1); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp249 cardThemeManager->LoadSystemTheme(cardResourceInfo.GetThemeId()); in RunCard()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.cpp327 pluginThemeManager->LoadSystemTheme(pluginResourceInfo.GetThemeId()); in SetPluginComponentTheme()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp887 themeManager->LoadSystemTheme(resourceInfo_.GetThemeId()); in AttachView()
1012 themeManager->LoadSystemTheme(resourceInfo_.GetThemeId()); in AttachView()
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H A Dability_context_test.cpp858 * @tc.name: GetThemeId
859 * @tc.desc: Verify that function GetThemeId.
863 auto result = context_->GetThemeId(); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp358 ASSERT_EQ(resourceInfo.GetThemeId(), NUM_OF_ID); in HWTEST_F()

Completed in 16 milliseconds