Home
last modified time | relevance | path

Searched refs:AddScreenOffEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp163 context->AddScreenOffEvent([wp = WeakPtr<RenderClockHand>(renderClockHand_)]() { in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h599 void AddScreenOffEvent(std::function<void()>&& func);
H A Dpipeline_context.cpp3368 void PipelineContext::AddScreenOffEvent(std::function<void()>&& func) in AddScreenOffEvent() function in OHOS::Ace::PipelineContext