Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h196 void AddPreFlushListener(const RefPtr<FlushEvent>& listener);
H A Dpipeline_context.cpp1458 void PipelineContext::AddPreFlushListener(const RefPtr<FlushEvent>& listener) in AddPreFlushListener() function in OHOS::Ace::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp878 pipelineContext->AddPreFlushListener(AceType::Claim(this)); in AddPreFlush()