Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_component.h47 void SetOptionChildrenCallBack(OptionChildrenCallBack&& optionChildrenCallBack) in SetOptionChildrenCallBack() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar.cpp88 … toolBarItemComponent->SetOptionChildrenCallBack([this]() { return GetMenuChildren(); }); in AddChildNode()