Home
last modified time | relevance | path

Searched refs:Scheduler (Results 1 - 25 of 25) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_scheduler.cpp19 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 Dscheduler.h29 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 Dscheduler.cpp22 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 Dsimple_spring_node.h73 RefPtr<Scheduler> scheduler_;
H A Dinterpolator.h63 virtual bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option, in RunAsync()
H A Dsimple_spring_node.cpp44 scheduler_ = AceType::MakeRefPtr<Scheduler>(callback, context); in SimpleSpringNode()
H A Dchain_animation.h120 RefPtr<Scheduler> scheduler_;
H A Dcurve_animation.h80 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
H A Dkeyframe_animation.h102 bool RunAsync(const WeakPtr<Scheduler>& weakScheduler, const AnimationOption& option,
H A Danimator.h249 RefPtr<Scheduler> scheduler_;
H A Dchain_animation.cpp82 scheduler_ = AceType::MakeRefPtr<Scheduler>(callback, PipelineBase::GetCurrentContext()); in ChainAnimation()
/foundation/CastEngine/castengine_wifi_display/services/scheduler/
H A Dscheduler.h38 class Scheduler : public Singleton<Scheduler>, class
41 friend class Singleton<Scheduler>;
44 virtual ~Scheduler() = default;
49 Scheduler();
H A Dscheduler.cpp28 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 Dability_scheduler.h28 class Scheduler { class
30 virtual ~Scheduler() = default;
48 AbilityScheduler(AbilityEventHandler &eventHandler, Scheduler &scheduler);
62 Scheduler &scheduler_;
H A Dability_thread.h28 class AbilityThread : public Scheduler, public NoCopyable {
/foundation/CastEngine/castengine_wifi_display/tests/unittest/scheduler/
H A Dscheduler_unit_test.cpp44 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 Dscheduler_demo.cpp25 Scheduler::GetInstance(); in main()
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Drender_texttimer.h73 RefPtr<Scheduler> scheduler_;
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_service.cpp64 Scheduler::GetInstance(); in OnStart()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_player.h158 RefPtr<Scheduler> scheduler_;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_pattern.h139 RefPtr<Scheduler> scheduler_;
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_scheduler.cpp29 AbilityScheduler::AbilityScheduler(AbilityEventHandler &eventHandler, Scheduler &scheduler) in AbilityScheduler()
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dplayer.h165 RefPtr<Scheduler> scheduler_;
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h582 RefPtr<Scheduler> scheduler_;
/foundation/resourceschedule/ffrt/src/dm/
H A Dsdependence_manager.cpp230 Scheduler::Instance()->onWait(waitDatas, deadline); in onWait()

Completed in 9 milliseconds