Home
last modified time | relevance | path

Searched defs:targetComponent (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dscrollable_event.cpp55 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in CollectTouchTarget()
89 const RefPtr<TargetComponent>& targetComponent, in InitClickRecognizer()
123 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in CollectScrollableTouchTarget()
H A Dscrollable_event.h120 …tResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponen… in BarCollectTouchTarget()
158 …tResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponen… in BarCollectLongPressTarget()
H A Dgesture_event_hub.cpp96 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in ProcessTouchTestHit()
210 const RefPtr<TargetComponent>& targetComponent) in PackInnerRecognizer()
235 const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host) in ProcessParallelPriorityGesture()
259const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host, GesturePriority pri… in ProcessExternalExclusiveRecognizer()
288 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in ProcessTouchTestHierarchy()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dgesture_recognizer_test_ng.cpp61 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
227 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
297 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
H A Drotation_recognizer_test_ng.cpp903 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
H A Dclick_recognizer_test_ng.cpp1323 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
H A Dpinch_recognizer_test_ng.cpp1295 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
H A Dswipe_recognizer_test_ng.cpp1158 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
H A Dlong_press_recognizer_test_ng.cpp1184 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_gesture_event_hub.cpp22 const RefPtr<TargetComponent>& targetComponent) in PackInnerRecognizer()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp182 RefPtr<TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
202 RefPtr<TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp122 ResponseLinkResult& responseLinkResult) { in OnModifyDone()
162 ResponseLinkResult& responseLinkResult) { in SetBarCollectClickAndLongPressTargetCallback()
763 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in OnCollectTouchTarget()
800 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in OnCollectClickTarget()
824 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in OnCollectLongPressTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp484 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
521 auto targetComponent = GetTargetComponent(); in GetDragEventActuator() local
H A Drecognizer_group.h124 void SetChildrenTargetComponent(const RefPtr<TargetComponent>& targetComponent) in SetChildrenTargetComponent()
H A Drecognizer_group.cpp198const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively()
H A Drotation_recognizer.cpp380 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
H A Dswipe_recognizer.cpp431 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
H A Dpan_recognizer.cpp714 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
876 auto targetComponent = GetTargetComponent(); in GetDragEventActuator() local
H A Dpinch_recognizer.cpp442 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
H A Dclick_recognizer.cpp504 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h68 TargetComponent targetComponent; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp453 …tResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponen… in OnCollectLongPressTarget()
745 …tResult& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponen… in OnCollectTouchTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp391 auto targetComponent = swiperNode->GetTargetComponent().Upgrade(); in AddInnerOnGestureRecognizerJudgeBegin() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1262 const CallerInfo& callerInfo, TargetComponent targetComponent) in RemoteConnectAbilityMappingLocked()
2445 TargetComponent targetComponent = session.GetTargetComponent(); in ProcessConnectDied() local
2478 const CallerInfo& callerInfo, TargetComponent targetComponent) in NotifyProcessDied()
2495 const CallerInfo& callerInfo, TargetComponent targetComponent) in ConnectAbilitySession()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp1312 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in OnCollectTouchTarget()

12