Home
last modified time | relevance | path

Searched refs:PrintVsyncInfoIfNeed (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscheduler.cpp156 bool Scheduler::PrintVsyncInfoIfNeed() const in PrintVsyncInfoIfNeed() function in OHOS::Ace::Scheduler
160 if (pipeline->PrintVsyncInfoIfNeed()) { in PrintVsyncInfoIfNeed()
171 pipeline->PrintVsyncInfoIfNeed(); in PrintVsyncInfoIfNeed()
H A Dscheduler.h77 bool PrintVsyncInfoIfNeed() const;
H A Danimator.h207 bool PrintVsyncInfoIfNeed() const;
H A Danimator.cpp964 bool Animator::PrintVsyncInfoIfNeed() const in PrintVsyncInfoIfNeed() function in OHOS::Ace::Animator
967 return scheduler_->PrintVsyncInfoIfNeed(); in PrintVsyncInfoIfNeed()
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_scheduler.cpp53 bool Scheduler::PrintVsyncInfoIfNeed() const in PrintVsyncInfoIfNeed() function in OHOS::Ace::Scheduler
H A Dmock_animator.cpp304 bool Animator::PrintVsyncInfoIfNeed() const in PrintVsyncInfoIfNeed() function in OHOS::Ace::Animator
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator_ffi.cpp126 animator->PrintVsyncInfoIfNeed(); in FfiAnimatorPlay()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1960 * @tc.desc: Test the function PrintVsyncInfoIfNeed.
1971 EXPECT_FALSE(context_->PrintVsyncInfoIfNeed()); in HWTEST_F()
1977 EXPECT_FALSE(context_->PrintVsyncInfoIfNeed()); in HWTEST_F()
1979 EXPECT_FALSE(context_->PrintVsyncInfoIfNeed()); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp346 animator->PrintVsyncInfoIfNeed(); in JSPlay()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp785 bool PipelineContext::PrintVsyncInfoIfNeed() const in PrintVsyncInfoIfNeed() function in OHOS::OHOS::Ace::NG::PipelineContext
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1315 virtual bool PrintVsyncInfoIfNeed() const in PrintVsyncInfoIfNeed() function in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h772 bool PrintVsyncInfoIfNeed() const override;
H A Dpipeline_context.cpp5075 bool PipelineContext::PrintVsyncInfoIfNeed() const in PrintVsyncInfoIfNeed() function in OHOS::Ace::NG::PipelineContext

Completed in 25 milliseconds