/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_scheduler.cpp | 19 void Scheduler::OnFrame(uint64_t nanoTimestamp) {} in OnFrame() 21 void Scheduler::Start() in Start() 26 void Scheduler::Stop() in Stop() 31 bool Scheduler::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() 37 void Scheduler::OpenImplicitAnimation( in OpenImplicitAnimation() 41 bool Scheduler::CloseImplicitAnimation() in CloseImplicitAnimation() 48 void Scheduler::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback) in AddKeyFrame() 51 void Scheduler::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) {} in AddKeyFrame() 53 bool Scheduler::PrintVsyncInfoIfNeed() const in PrintVsyncInfoIfNeed()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | scheduler.h | 29 class ACE_FORCE_EXPORT Scheduler : public ScheduleTask { class 30 DECLARE_ACE_TYPE(Scheduler, ScheduleTask); 35 Scheduler(OnFrameCallback&& callback, const WeakPtr<PipelineBase>& context) in Scheduler() function in OHOS::Ace::Scheduler 39 Scheduler() = delete; 41 ~Scheduler() override 92 static RefPtr<Scheduler> Build(Scheduler::OnFrameCallback&& callback, const WeakPtr<PipelineBase>& context) in Build() 94 return AceType::MakeRefPtr<Scheduler>(std::move(callback), context); in Build()
|
H A D | scheduler.cpp | 22 void Scheduler::Start() in Start() 45 void Scheduler::Stop() in Stop() 61 void Scheduler::SetExpectedFrameRateRange(const FrameRateRange& frameRateRange) in SetExpectedFrameRateRange() 66 void Scheduler::OnFrame(uint64_t nanoTimestamp) in OnFrame() 98 bool Scheduler::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() 110 void Scheduler::OpenImplicitAnimation(const AnimationOption& option, const RefPtr<Curve>& curve, in OpenImplicitAnimation() 122 bool Scheduler::CloseImplicitAnimation() in CloseImplicitAnimation() 133 void Scheduler::AddKeyFrame( in AddKeyFrame() 145 void Scheduler::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) in AddKeyFrame() 156 bool Scheduler [all...] |
H A D | simple_spring_node.h | 73 RefPtr<Scheduler> scheduler_;
|
H A D | interpolator.h | 63 virtual bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option, in RunAsync()
|
H A D | simple_spring_node.cpp | 44 scheduler_ = AceType::MakeRefPtr<Scheduler>(callback, context); in SimpleSpringNode()
|
H A D | chain_animation.h | 120 RefPtr<Scheduler> scheduler_;
|
H A D | curve_animation.h | 80 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
|
H A D | keyframe_animation.h | 102 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
|
H A D | animator.h | 249 RefPtr<Scheduler> scheduler_;
|
H A D | chain_animation.cpp | 82 scheduler_ = AceType::MakeRefPtr<Scheduler>(callback, PipelineBase::GetCurrentContext()); in ChainAnimation()
|
/foundation/CastEngine/castengine_wifi_display/services/scheduler/ |
H A D | scheduler.h | 38 class Scheduler : public Singleton<Scheduler>, class 41 friend class Singleton<Scheduler>; 44 virtual ~Scheduler() = default; 49 Scheduler();
|
H A D | scheduler.cpp | 28 Scheduler::Scheduler() in Scheduler() function in OHOS::Sharing::Scheduler 34 int32_t Scheduler::HandleEvent(SharingEvent &event) in HandleEvent() 71 return Scheduler::GetInstance().HandleEvent(event); in OnEvent()
|
/foundation/ability/ability_lite/frameworks/ability_lite/include/ |
H A D | ability_scheduler.h | 28 class Scheduler { class 30 virtual ~Scheduler() = default; 48 AbilityScheduler(AbilityEventHandler &eventHandler, Scheduler &scheduler); 62 Scheduler &scheduler_;
|
H A D | ability_thread.h | 28 class AbilityThread : public Scheduler, public NoCopyable {
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/scheduler/ |
H A D | scheduler_unit_test.cpp | 44 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F() 61 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F() 78 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F() 96 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F() 113 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F() 130 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F() 146 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F() 163 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F() 180 ret = Scheduler::GetInstance().HandleEvent(event); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/scheduler/ |
H A D | scheduler_demo.cpp | 25 Scheduler::GetInstance(); in main()
|
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | render_texttimer.h | 73 RefPtr<Scheduler> scheduler_;
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/ |
H A D | inter_ipc_service.cpp | 64 Scheduler::GetInstance(); in OnStart()
|
/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_player.h | 158 RefPtr<Scheduler> scheduler_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_pattern.h | 139 RefPtr<Scheduler> scheduler_;
|
/foundation/ability/ability_lite/frameworks/ability_lite/src/ |
H A D | ability_scheduler.cpp | 29 AbilityScheduler::AbilityScheduler(AbilityEventHandler &eventHandler, Scheduler &scheduler) in AbilityScheduler()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | player.h | 165 RefPtr<Scheduler> scheduler_;
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 582 RefPtr<Scheduler> scheduler_;
|
/foundation/resourceschedule/ffrt/src/dm/ |
H A D | sdependence_manager.cpp | 230 Scheduler::Instance()->onWait(waitDatas, deadline); in onWait()
|