Home
last modified time | relevance | path

Searched defs:onCallbackEvent (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.h309 const std::function<void(float)>& onCallbackEvent) override {}; in CreateAnimatablePropertyFloat()
314std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)>& onCallbackEvent) override {}; in CreateAnimatableArithmeticProperty()
/foundation/arkui/ace_engine/test/unittest/core/base/
Dframe_node_test_ng.cpp1237 std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)> onCallbackEvent; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h1495 …const std::string& propertyName, float value, const std::function<void(float)>& onCallbackEvent) o… in CreateAnimatablePropertyFloat()
1506 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent) override in CreateAnimatableArithmeticProperty()
Dframe_node.cpp3790 const std::function<void(float)>& onCallbackEvent, const PropertyUnit& propertyType) in CreateAnimatablePropertyFloat()
3833 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent) in CreateAnimatableArithmeticProperty()
Dview_abstract.cpp2828 const std::string& propertyName, float value, const std::function<void(float)>& onCallbackEvent) in CreateAnimatablePropertyFloat()
2844 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent) in CreateAnimatableArithmeticProperty()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp8488 std::function<void(float)> onCallbackEvent; in JSCreateAnimatableProperty() local
8505 std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)> onCallbackEvent; in JSCreateAnimatableProperty() local