Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_accessibility_property.cpp29 bool SwitchAccessibilityProperty::IsChecked() const in IsChecked() function in OHOS::Ace::NG::SwitchAccessibilityProperty
35 return switchPattern->IsChecked(); in IsChecked()
H A Dswitch_accessibility_property.h33 bool IsChecked() const override;
H A Dswitch_pattern.h101 bool IsChecked() in IsChecked() function in OHOS::Ace::NG::SwitchPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_accessibility_property.cpp26 bool ToggleButtonAccessibilityProperty::IsChecked() const in IsChecked() function in OHOS::Ace::NG::ToggleButtonAccessibilityProperty
H A Dtoggle_button_accessibility_property.h33 bool IsChecked() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_accessibility_property.h33 bool IsChecked() const override;
H A Dcheckbox_accessibility_property.cpp26 bool CheckBoxAccessibilityProperty::IsChecked() const in IsChecked() function in OHOS::Ace::NG::CheckBoxAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_accessibility_property.h33 bool IsChecked() const override;
H A Dradio_accessibility_property.cpp26 bool RadioAccessibilityProperty::IsChecked() const in IsChecked() function in OHOS::Ace::NG::RadioAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_accessibility_property.h33 bool IsChecked() const override;
H A Dcheckboxgroup_accessibility_property.cpp30 bool CheckBoxGroupAccessibilityProperty::IsChecked() const in IsChecked() function in OHOS::Ace::NG::CheckBoxGroupAccessibilityProperty
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Dform_value.h86 bool IsChecked() const in IsChecked() function in OHOS::Ace::Framework::FormValue
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h54 accessibilityElementInfo.SetChecked(nativeInfo.IsChecked()); in TransformAccessbilityElementInfo()
H A Djs_third_provider_interaction_operation.cpp47 printStr.append(", checked: ").append(info.IsChecked() ? "true" : "false"); in LogAccessibilityElementInfo()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp102 nativeInfo.SetChecked(accessibilityElementInfo.IsChecked()); in FillNativeAccessibilityElementInfo()
287 EXPECT_EQ(beforeInfo.IsChecked(), afterInfo.IsChecked()); in CheckTransformElementInfoResult()
H A Dnative_interface_accessibility_test.cpp157 NATIVE_ADD_ELEMENTINFO(SetChecked, &afterInfo, beforeInfo.IsChecked()); in FillNativeAccessibilityElementInfo()
329 EXPECT_EQ(beforeInfo.IsChecked(), afterInfo.IsChecked()); in CheckTransformElementInfoResult()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h223 virtual bool IsChecked() const = 0;
H A Dinspector_composed_element.h277 bool IsChecked() const override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_test_ng.cpp1662 * @tc.desc: Test the IsCheckable and IsChecked properties of ToggleButton.
1675 EXPECT_TRUE(accessibility->IsChecked()); in HWTEST_F()
1680 EXPECT_FALSE(accessibility->IsChecked()); in HWTEST_F()
1685 * @tc.desc: Test the IsCheckable and IsChecked properties of Switch.
1702 EXPECT_FALSE(accessibility->IsChecked()); in HWTEST_F()
1705 EXPECT_TRUE(accessibility->IsChecked()); in HWTEST_F()
1710 * @tc.desc: Test the IsCheckable and IsChecked properties of Switch.
1727 EXPECT_FALSE(accessibility->IsChecked()); in HWTEST_F()
1730 EXPECT_TRUE(accessibility->IsChecked()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h166 bool IsChecked() const in IsChecked() function
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h189 bool IsChecked() const in IsChecked() function in OHOS::Ace::Declaration
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h83 virtual bool IsChecked() const in IsChecked() function in OHOS::OHOS::Ace::NG::AccessibilityProperty
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h750 bool IsChecked() const;
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp160 bool AccessibilityElementInfo::IsChecked() const in IsChecked() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_test_ng.cpp1341 * @tc.desc: Test IsCheckable and IsChecked properties of CheckBoxGroup.
1358 EXPECT_TRUE(accessibility->IsChecked()); in HWTEST_F()
1360 EXPECT_FALSE(accessibility->IsChecked()); in HWTEST_F()
1362 EXPECT_FALSE(accessibility->IsChecked()); in HWTEST_F()

Completed in 19 milliseconds

12