Home
last modified time | relevance | path

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

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