Home
last modified time | relevance | path

Searched defs:checkbox (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
Dinput_tdd_test.cpp56 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
274 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
522 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
569 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
633 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
730 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
776 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
Dinput_event_tdd_test.cpp1012 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable
1055 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable
1106 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable
1244 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/checkable/
Dcheckable_creator_test.cpp95 void CheckCheckboxDefaultValue(const RefPtr<CheckboxComponent>& checkbox) in CheckCheckboxDefaultValue()
167 RefPtr<CheckboxComponent> checkbox = CreateCheckboxComponent(dslJson); variable
190 RefPtr<CheckboxComponent> checkbox = CreateCheckboxComponent(dslJson); variable
213 RefPtr<CheckboxComponent> checkbox = CreateCheckboxComponent(dslJson); variable
Drender_checkable_test.cpp345 CreateCheckboxAndRender([this, initValue](const RefPtr<CheckboxComponent>& checkbox) { in TestCheckboxChangedEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dcheckboxgroup_model_impl.cpp85 …auto checkbox = AceType::DynamicCast<CheckboxComponent>(ViewStackProcessor::GetInstance()->GetMain… in SetOnChange() local
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
Drender_checkbox.cpp39 const auto& checkbox = AceType::DynamicCast<CheckboxComponent>(component); in Update() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_input.cpp499 auto checkbox = DynamicCast<CheckboxComponent>(inputChild_); in OnReset() local
526 auto checkbox = DynamicCast<CheckboxComponent>(inputChild_); in SetFormValueListener() local
/foundation/graphic/ui/test/uitest/test_border_margin_padding/
Dui_test_border_margin_padding.cpp520 UICheckBox* checkbox = new UICheckBox(); in UIKitUITestBorderMarginPaddingTest008() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Devent_listener.h121 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(&view); in OnClick() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
Dcheckbox_pattern.cpp233 auto checkbox = weak.Upgrade(); in UpdateState() local
/foundation/graphic/ui/test/uitest/test_button/
Dui_test_button.cpp298 UICheckBox* checkbox = new UICheckBox(); in UIKitCheckBoxTest002() local