Home
last modified time | relevance | path

Searched defs:onStatusChanged (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate.h184 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) {}; in ShowDialog()
187 std::function<void(bool)>&& onStatusChanged) {}; in ShowDialog()
206 … std::function<void(int32_t, int32_t)>&& callback, std::function<void(bool)>&& onStatusChanged) {}; in ShowActionMenu()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
Ddialog_tween_component.h220 void SetOnStatusChanged(const std::function<void(bool)>& onStatusChanged) in SetOnStatusChanged()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Dfrontend_delegate_declarative_ng.cpp664 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog()
717 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog()
880 std::function<void(int32_t, int32_t)>&& callback, std::function<void(bool)>&& onStatusChanged) in ShowActionMenu()
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Ddialog_properties.h260 std::function<void(bool)> onStatusChanged; // Called when dialog appear or disappear. member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Dfrontend_delegate_declarative.cpp1694 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog()
1754 std::function<void(bool)>&& onStatusChanged) in ShowDialog()
2012 std::function<void(int32_t, int32_t)>&& callback, std::function<void(bool)>&& onStatusChanged) in ShowActionMenu()