Searched defs:onStatusChanged (Results 1 – 5 of 5) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
| D | frontend_delegate.h | 140 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) {}; in ShowDialog() 143 std::function<void(bool)>&& onStatusChanged) {}; in ShowDialog() 151 … 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 | 617 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog() 651 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog() 683 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 | 190 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 | 1451 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog() 1485 const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) in ShowDialog() 1572 std::function<void(int32_t, int32_t)>&& callback, std::function<void(bool)>&& onStatusChanged) in ShowActionMenu()
|