Home
last modified time | relevance | path

Searched refs:GetCheckboxGroupComponent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_element.cpp149 auto& checkboxGroupmap = CheckboxComponent::GetCheckboxGroupComponent(); in Deactivate()
H A Dcheckable_component.h508 static std::unordered_map<std::string, RefPtr<CheckboxComponent>>& GetCheckboxGroupComponent() in GetCheckboxGroupComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcheckbox_model_impl.cpp41 auto& checkboxGroupmap = CheckboxComponent::GetCheckboxGroupComponent(); in Create()
H A Dcheckboxgroup_model_impl.cpp35 auto& checkboxGroupmap = CheckboxComponent::GetCheckboxGroupComponent(); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.h187 std::shared_ptr<JsPageCheckboxGroups> GetCheckboxGroupComponent();
H A Dview_stack_processor.cpp67 std::shared_ptr<JsPageCheckboxGroups> ViewStackProcessor::GetCheckboxGroupComponent() in GetCheckboxGroupComponent() function in OHOS::Ace::Framework::ViewStackProcessor