Searched defs:onStatusChanged (Results 1 – 5 of 5) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
| D | frontend_delegate.h | 173 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/ |
| D | dialog_tween_component.h | 220 void SetOnStatusChanged(const std::function<void(bool)>& onStatusChanged) in SetOnStatusChanged()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
| D | frontend_delegate_declarative_ng.cpp | 659 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/ |
| D | dialog_properties.h | 258 std::function<void(bool)> onStatusChanged; // Called when dialog appear or disappear. member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| D | frontend_delegate_declarative.cpp | 1678 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()
|