Home
last modified time | relevance | path

Searched defs:repeatCallback (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_animation_utils.cpp69 const FinishCallback& finishCallback, const RepeatCallback& repeatCallback) in Animate()
116 …ertyCallback& callback, const FinishCallback& finishCallback, const RepeatCallback& repeatCallback) in StartAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp34 std::shared_ptr<AnimationRepeatCallback>&& repeatCallback) in OpenImplicitAnimation()
525 …auto& repeatCallback = std::get<std::shared_ptr<AnimationRepeatCallback>>(globalImplicitParams_.to… in CreateImplicitAnimation() local
695 …auto& repeatCallback = std::get<std::shared_ptr<AnimationRepeatCallback>>(globalImplicitParams_.to… in CreateImplicitAnimationWithInitialVelocity() local
H A Drs_animation.cpp74 void RSAnimation::SetRepeatCallback(const std::shared_ptr<AnimationRepeatCallback>& repeatCallback) in SetRepeatCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp114 const FinishCallback& finishCallback, const RepeatCallback& repeatCallback) in Animate()
157 …ertyCallback& callback, const FinishCallback& finishCallback, const RepeatCallback& repeatCallback) in StartAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_implicit_animator_test.cpp245 auto repeatCallback = std::make_shared<AnimationRepeatCallback>(func); variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp699 auto repeatCallback = eventHub->GetRepeatEvent(); variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp5472 …std::shared_ptr<PreviewOutputCallbackImpl> repeatCallback = std::make_shared<PreviewOutputCallback… variable
5680 …std::shared_ptr<VideoOutputCallbackImpl> repeatCallback = std::make_shared<VideoOutputCallbackImpl… variable
7642 sptr<IStreamRepeatCallback> repeatCallback = iface_cast<IStreamRepeatCallback>(object); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4450 std::function<void()> repeatCallback = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp249 const std::function<void()>& finishCallback, const std::function<void()>& repeatCallback) in Animate()