Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar.h41 const std::list<RefPtr<Component>>& GetMenuChildren() const in GetMenuChildren() function
H A Ddom_tool_bar.cpp88 … toolBarItemComponent->SetOptionChildrenCallBack([this]() { return GetMenuChildren(); }); in AddChildNode()