Home
last modified time | relevance | path

Searched refs:GetNormalCapture (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_component_snapshot.cpp19 void ComponentSnapshot::GetNormalCapture(const RefPtr<FrameNode>& frameNode, NormalCallback&& callb… in GetNormalCapture() function in OHOS::Ace::NG::ComponentSnapshot
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.h36 static void GetNormalCapture(const RefPtr<FrameNode>& frameNode, NormalCallback&& callback);
H A Dcomponent_snapshot.cpp306 void ComponentSnapshot::GetNormalCapture(const RefPtr<FrameNode>& frameNode, NormalCallback&& callb… in GetNormalCapture() function in OHOS::Ace::NG::ComponentSnapshot
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp603 …[targetNode, callback]() { ComponentSnapshot::GetNormalCapture(targetNode, std::move(callback)); }, in CreateCaptureCallback()
606 ComponentSnapshot::GetNormalCapture(targetNode, std::move(callback)); in CreateCaptureCallback()