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.h173 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) {}; in ShowDialog()
176 std::function<void(bool)>&& onStatusChanged) {}; in ShowDialog()
195 … 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.cpp659 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog()
708 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog()
867 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.h258 std::function<void(bool)> onStatusChanged; // Called when dialog appear or disappear. member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Dfrontend_delegate_declarative.cpp1678 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog()
1734 std::function<void(bool)>&& onStatusChanged) in ShowDialog()
1988 std::function<void(int32_t, int32_t)>&& callback, std::function<void(bool)>&& onStatusChanged) in ShowActionMenu()