Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp438 return context->GetDeactivateElement(newComponent->GetRetakeId()); in RetakeDeactivateElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h385 RefPtr<Element> GetDeactivateElement(int32_t componentId) const;
H A Dpipeline_context.cpp2855 RefPtr<Element> PipelineContext::GetDeactivateElement(int32_t componentId) const in GetDeactivateElement() function in OHOS::Ace::PipelineContext