Home
last modified time | relevance | path

Searched refs:GetCheckedState (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_component.h35 bool GetCheckedState() const in GetCheckedState() function
H A Drender_toggle.cpp68 auto checkValue = toggleComponent_->GetCheckedState(); in HandleClickEvent()
308 jsonObj->Put("checked", toggleComponent_->GetCheckedState()); in ProvideRestoreInfo()
H A Drosen_render_toggle.cpp118 if (toggleComponent_->GetCheckedState()) { in GetStatusColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtoggle_composed_element.cpp55 auto checked = renderToggle ? renderToggle->GetToggleComponent()->GetCheckedState() : false; in GetChecked()
H A Dinspector_composed_element.cpp1687 return node->GetCheckedState(); in IsChecked()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h271 bool GetCheckedState() const in GetCheckedState() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp329 nodeInfo.SetChecked(node->GetCheckedState()); in UpdateAccessibilityNodeInfo()
3155 DumpLog::GetInstance().AddDesc("checked: ", BoolToString(node->GetCheckedState())); in DumpProperty()