Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dpanel_component.h27 using BuildPanelImpl = std::function<void()>; variable
48 void SetShowPanelImpl(const BuildPanelImpl& showPanelImpl) in SetShowPanelImpl()
53 void SetClosePanelImpl(const BuildPanelImpl& closePanelImpl) in SetClosePanelImpl()
59 BuildPanelImpl showPanelImpl_;
60 BuildPanelImpl closePanelImpl_;