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.h250 const std::function<void(float)>& onCallbackEvent) override {}; in CreateAnimatablePropertyFloat()
255std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)>& onCallbackEvent) override {}; in CreateAnimatableArithmeticProperty()
/foundation/arkui/ace_engine/test/unittest/core/base/
Dframe_node_test_ng.cpp67 const std::function<void(float)> onCallbackEvent = [](float) {}; in __anon42be51dc0202() variable
1405 std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)> onCallbackEvent; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h1134 …const std::string& propertyName, float value, const std::function<void(float)>& onCallbackEvent) o… in CreateAnimatablePropertyFloat()
1145 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent) override in CreateAnimatableArithmeticProperty()
Dframe_node.cpp2373 const std::string& propertyName, float value, const std::function<void(float)>& onCallbackEvent, in CreateAnimatablePropertyFloat()
2414 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent) in CreateAnimatableArithmeticProperty()
Dview_abstract.cpp2040 const std::function<void(float)> &onCallbackEvent) in CreateAnimatablePropertyFloat()
2056 std::function<void(const RefPtr<CustomAnimatableArithmetic> &)> &onCallbackEvent) in CreateAnimatableArithmeticProperty()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp6379 std::function<void(float)> onCallbackEvent; in JSCreateAnimatableProperty() local
6396 std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)> onCallbackEvent; in JSCreateAnimatableProperty() local