/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng.h | 42 const std::function<void(float)> onCallbackEvent = [](float) {};
|
H A D | frame_node_test_ng.cpp | 1180 FRAME_NODE->CreateAnimatablePropertyFloat(NAME, value, onCallbackEvent); 1183 FRAME_NODE->CreateAnimatablePropertyFloat(NAME, value, onCallbackEvent); 1190 FRAME_NODE->CreateAnimatablePropertyFloat(NAME, value, onCallbackEvent); 1237 std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)> onCallbackEvent; variable 1238 FRAME_NODE->CreateAnimatableArithmeticProperty(NAME, value, onCallbackEvent); 1240 FRAME_NODE->CreateAnimatableArithmeticProperty(NAME, value, onCallbackEvent);
|
/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | wifi_hal_fn.cpp | 127 static WifiError RegisterIfaceCallBack(const char *ifaceName, WifiCallbackHandler onCallbackEvent) in RegisterIfaceCallBack() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 1495 …std::string& propertyName, float value, const std::function<void(float)>& onCallbackEvent) override in CreateAnimatablePropertyFloat() argument 1497 ViewAbstract::CreateAnimatablePropertyFloat(propertyName, value, onCallbackEvent); in CreateAnimatablePropertyFloat() 1506 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent) override in CreateAnimatableArithmeticProperty() argument 1508 ViewAbstract::CreateAnimatableArithmeticProperty(propertyName, value, onCallbackEvent); in CreateAnimatableArithmeticProperty()
|
H A D | view_abstract_model.h | 399 …nst std::string& propertyName, float value, const std::function<void(float)>& onCallbackEvent) = 0; 404 std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)>& onCallbackEvent) = 0;
|
H A D | frame_node.h | 684 …const std::function<void(float)>& onCallbackEvent, const PropertyUnit& propertyType = PropertyUnit… 688 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent);
|
H A D | view_abstract.h | 439 … const std::string& propertyName, float value, const std::function<void(float)>& onCallbackEvent); 443 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent);
|
H A D | view_abstract.cpp | 2828 const std::string& propertyName, float value, const std::function<void(float)>& onCallbackEvent) in CreateAnimatablePropertyFloat() argument 2832 frameNode->CreateAnimatablePropertyFloat(propertyName, value, onCallbackEvent); in CreateAnimatablePropertyFloat() 2844 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent) in CreateAnimatableArithmeticProperty() argument 2848 frameNode->CreateAnimatableArithmeticProperty(propertyName, value, onCallbackEvent); in CreateAnimatableArithmeticProperty()
|
H A D | frame_node.cpp | 3790 const std::function<void(float)>& onCallbackEvent, const PropertyUnit& propertyType) in CreateAnimatablePropertyFloat() argument 3798 …uto property = AceType::MakeRefPtr<NodeAnimatablePropertyFloat>(value, std::move(onCallbackEvent)); in CreateAnimatablePropertyFloat() 3833 std::function<void(const RefPtr<CustomAnimatableArithmetic>&)>& onCallbackEvent) in CreateAnimatableArithmeticProperty() argument 3841 …roperty = AceType::MakeRefPtr<NodeAnimatableArithmeticProperty>(value, std::move(onCallbackEvent)); in CreateAnimatableArithmeticProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 309 const std::function<void(float)>& onCallbackEvent) override {}; in CreateAnimatablePropertyFloat() argument 314 … std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)>& onCallbackEvent) override {}; in CreateAnimatableArithmeticProperty() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 8488 std::function<void(float)> onCallbackEvent; in JSCreateAnimatableProperty() local 8490 …onCallbackEvent = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), id = Container:… in JSCreateAnimatableProperty() 8498 …stractModel::GetInstance()->CreateAnimatablePropertyFloat(propertyName, numValue, onCallbackEvent); in JSCreateAnimatableProperty() 8505 std::function<void(const RefPtr<NG::CustomAnimatableArithmetic>&)> onCallbackEvent; in JSCreateAnimatableProperty() local 8507 …onCallbackEvent = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), id = Container:… in JSCreateAnimatableProperty() 8520 propertyName, animatableArithmetic, onCallbackEvent); in JSCreateAnimatableProperty()
|