Home
last modified time | relevance | path

Searched refs:SetTheme (Results 1 - 25 of 29) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_value_component.h58 void SetTheme(const RefPtr<PickerTheme>& value) in SetTheme() function in OHOS::Ace::PickerValueComponent
67 option_->SetTheme(value); in SetTheme()
H A Dpicker_option_component.h69 void SetTheme(const RefPtr<PickerTheme>& value) in SetTheme() function in OHOS::Ace::PickerOptionComponent
H A Dpicker_column_component.cpp70 option->SetTheme(theme_->clone()); in Initialize()
H A Dpicker_column_component.h46 void SetTheme(const RefPtr<PickerTheme>& value) in SetTheme() function in OHOS::Ace::PickerColumnComponent
H A Dpicker_datetime_component.cpp94 datePicker_->SetTheme(GetTheme()); in InitDatePicker()
H A Dpicker_base_component.h222 void SetTheme(const RefPtr<PickerTheme>& value) in SetTheme() function in OHOS::Ace::PickerBaseComponent
/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_component.h62 void SetTheme(const RefPtr<SelectTheme>& theme) in SetTheme() function in OHOS::Ace::MenuComponent
65 popup_->SetTheme(theme); in SetTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpicker_model_impl.cpp31 datePicker->SetTheme(theme); in CreateDatePicker()
42 timePicker->SetTheme(theme); in CreateTimePicker()
H A Dtextpicker_model_impl.cpp30 textPicker->SetTheme(pickerTheme); in Create()
H A Dtimepicker_model_impl.cpp29 timePicker->SetTheme(pickerTheme); in CreateTimePicker()
H A Dselect_model_impl.cpp29 selectComponent->SetTheme(selectTheme); in Create()
45 optionComponent->SetTheme(optionTheme); in Create()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_context_interface1_test.cpp121 * @tc.name: SetTheme
122 * @tc.desc: Test the attachbasecontext call to verify that the return value of SetTheme is correct.
137 abilityContext->SetTheme(testValue); in HWTEST_F()
143 * @tc.name: SetTheme
144 * @tc.desc: Test the attachbasecontext call to verify that the return value of SetTheme is correct.
154 abilityContext->SetTheme(testValue); in HWTEST_F()
156 abilityContext->SetTheme(testValue); in HWTEST_F()
158 abilityContext->SetTheme(testValue); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_container.h274 void SetTheme(int themeId) override;
H A Dfa_context.h429 virtual void SetTheme(int themeId) = 0;
H A Dcontext_deal.h254 void SetTheme(int themeId);
/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h355 void SetTheme(const RefPtr<SelectTheme>& theme) in SetTheme() function in OHOS::Ace::SelectComponent
358 popup_->SetTheme(theme); in SetTheme()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_context.h72 virtual void SetTheme(int themeId) = 0;
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_interface1_test.cpp120 * @tc.name: SetTheme
121 * @tc.desc: Test the attachbasecontext call to verify that the return value of SetTheme is correct.
134 contextDeal->SetTheme(testValue); in HWTEST_F()
140 * @tc.name: SetTheme
141 * @tc.desc: Test the attachbasecontext call to verify that the return value of SetTheme is correct.
149 contextDeal->SetTheme(testValue); in HWTEST_F()
H A Dcontext_deal_test.cpp717 * @tc.name: SetTheme
718 * @tc.desc: Verify that the SetTheme execute normally.
725 context_->SetTheme(themeId); in HWTEST_F()
729 context_->SetTheme(themeId); in HWTEST_F()
H A Dcontext_container_test.cpp902 * @tc.name: SetTheme
903 * @tc.desc: SetTheme
909 context_->SetTheme(1); in HWTEST_F()
914 * @tc.name: SetTheme
915 * @tc.desc: SetTheme
921 context_->SetTheme(1); in HWTEST_F()
1437 context_->SetTheme(0); in HWTEST_F()
1448 context_->SetTheme(0); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp342 SetTheme(GetThemeId()); in GetTheme()
347 void ContextDeal::SetTheme(int themeId) in SetTheme() function in OHOS::AppExecFwk::ContextDeal
365 TAG_LOGE(AAFwkTag::APPKIT, "SetTheme GetThemeById(themeId:%d) retval is %u", themeId, errval); in SetTheme()
H A Dcontext_container.cpp421 void ContextContainer::SetTheme(int themeId) in SetTheme() function in OHOS::AppExecFwk::ContextContainer
424 baseContext_->SetTheme(themeId); in SetTheme()
/foundation/ability/ability_runtime/test/fuzztest/abilitycontext_fuzzer/
H A Dabilitycontext_fuzzer.cpp119 abilityContext.SetTheme(themeId); in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h238 void SetTheme(const RefPtr<SelectTheme>& theme) in SetTheme() function in OHOS::Ace::SelectPopupComponent
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h62 void SetTheme(const RefPtr<SelectTheme>& theme) in SetTheme() function in OHOS::Ace::OptionComponent

Completed in 18 milliseconds

12