Home
last modified time | relevance | path

Searched refs:ungroupedCheckboxs_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp81 …red_map<std::string, std::list<WeakPtr<CheckboxComponent>>> CheckboxComponent::ungroupedCheckboxs_; member in OHOS::Ace::CheckboxComponent
H A Dcheckable_component.h505 return ungroupedCheckboxs_; in GetUngroupedCheckboxs()
523 … static std::unordered_map<std::string, std::list<WeakPtr<CheckboxComponent>>> ungroupedCheckboxs_; variable