Home
last modified time | relevance | path

Searched refs:targetComponent (Results 1 – 25 of 38) 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() argument
65 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in CollectTouchTarget()
68 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in CollectTouchTarget()
70 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in CollectTouchTarget()
73 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in CollectTouchTarget()
78 …InitClickRecognizer(coordinateOffset, getEventTargetImpl, frameNode, targetComponent, event, click… in CollectTouchTarget()
89 const RefPtr<TargetComponent>& targetComponent, in InitClickRecognizer() argument
101 clickRecognizer_->SetTargetComponent(targetComponent); in InitClickRecognizer()
123 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in CollectScrollableTouchTarget() argument
128 scrollable_->OnCollectTouchTarget(result, frameNode, targetComponent, responseLinkResult); in CollectScrollableTouchTarget()
H A Dscrollable_event.h120 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in BarCollectTouchTarget() argument
125 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in BarCollectTouchTarget()
158 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in BarCollectLongPressTarget() argument
163 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in BarCollectLongPressTarget()
178 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
226 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
230 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
H A Dgesture_event_hub.cpp104 localPoint, host, targetComponent, responseLinkResult); in ProcessTouchTestHit()
150 recognizer->SetTargetComponent(targetComponent); in ProcessTouchTestHit()
154 group->SetChildrenTargetComponent(targetComponent); in ProcessTouchTestHit()
180 recognizer->SetTargetComponent(targetComponent); in ProcessTouchTestHit()
188 eventTarget->SetTargetComponent(targetComponent); in ProcessTouchTestHit()
210 const RefPtr<TargetComponent>& targetComponent) in PackInnerRecognizer() argument
226 innerExclusiveRecognizer_->SetTargetComponent(targetComponent); in PackInnerRecognizer()
235 const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host) in ProcessParallelPriorityGesture() argument
249 externalParallelRecognizer_[parallelIndex]->SetTargetComponent(targetComponent); in ProcessParallelPriorityGesture()
300 current = PackInnerRecognizer(offset, innerRecognizers, touchId, targetComponent); in ProcessTouchTestHierarchy()
[all …]
H A Dgesture_event_hub.h457 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult);
671 const RefPtr<TargetComponent>& targetComponent);
754 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult);
778 … int32_t touchId, const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host);
782 … int32_t touchId, const RefPtr<TargetComponent>& targetComponent, const RefPtr<FrameNode>& host,
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dgesture_recognizer_test_ng.cpp65 targetComponent->SetOnGestureJudgeBegin(gestureJudgeFunc);
94 clickRecognizerPtr->targetComponent_ = targetComponent;
97 longPressRecognizerPtr->targetComponent_ = targetComponent;
100 panRecognizerPtr->targetComponent_ = targetComponent;
103 pinchRecognizerPtr->targetComponent_ = targetComponent;
106 rotationRecognizerPtr->targetComponent_ = targetComponent;
109 swipeRecognizerPtr->targetComponent_ = targetComponent;
235 targetComponent->SetOnGestureJudgeBegin(gestureJudgeFunc);
236 panRecognizerPtr->targetComponent_ = targetComponent;
305 targetComponent->SetOnGestureJudgeBegin(gestureJudgeFunc);
[all …]
H A Drotation_recognizer_test_ng.cpp903 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
906 targetComponent->SetOnGestureJudgeBegin(gestureJudgeFunc);
910 rotationRecognizerPtr->targetComponent_ = targetComponent;
H A Dlong_press_recognizer_test_ng.cpp1184 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
1190 targetComponent->SetOnGestureJudgeBegin(gestureJudgeFunc);
1191 longPressRecognizerPtr->targetComponent_ = targetComponent;
/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() argument
24 …ognizer = GestureEventHub::PackInnerRecognizer(offset, innerRecognizers, touchId, targetComponent); in PackInnerRecognizer()
42 innerParallelRecognizer_->SetTargetComponent(targetComponent); in PackInnerRecognizer()
H A Dsearch_gesture_event_hub.h32 const RefPtr<TargetComponent>& targetComponent) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp121 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in OnModifyDone()
130 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in OnModifyDone()
133 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in OnModifyDone()
166 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in SetBarCollectClickAndLongPressTargetCallback()
168 … coordinateOffset, getEventTargetImpl, result, frameNode, targetComponent, responseLinkResult); in SetBarCollectClickAndLongPressTargetCallback()
763 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in OnCollectTouchTarget() argument
770 panRecognizer_->SetTargetComponent(targetComponent); in OnCollectTouchTarget()
800 const RefPtr<TargetComponent>& targetComponent, ResponseLinkResult& responseLinkResult) in OnCollectClickTarget() argument
807 clickRecognizer_->SetTargetComponent(targetComponent); in OnCollectClickTarget()
824 const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in OnCollectLongPressTarget() argument
[all …]
H A Dscroll_bar_pattern.h170 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
289 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
292 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp484 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
485 CHECK_NULL_RETURN(targetComponent, GestureJudgeResult::CONTINUE); in TriggerGestureJudgeCallback()
486 auto gestureRecognizerJudgeFunc = targetComponent->GetOnGestureRecognizerJudgeBegin(); in TriggerGestureJudgeCallback()
487 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
521 auto targetComponent = GetTargetComponent(); in GetDragEventActuator() local
522 CHECK_NULL_RETURN(targetComponent, nullptr); in GetDragEventActuator()
523 auto uiNode = targetComponent->GetUINode().Upgrade(); in GetDragEventActuator()
H A Drecognizer_group.h124 void SetChildrenTargetComponent(const RefPtr<TargetComponent>& targetComponent) in SetChildrenTargetComponent() argument
128 child->SetTargetComponent(targetComponent); in SetChildrenTargetComponent()
193 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl);
H A Drecognizer_group.cpp198 … const RefPtr<NG::TargetComponent>& targetComponent, const GetEventTargetImpl& getEventTargetImpl) in SetRecognizerInfoRecursively() argument
203 item->SetTargetComponent(targetComponent); in SetRecognizerInfoRecursively()
207 … group->SetRecognizerInfoRecursively(coordinateOffset, node, targetComponent, getEventTargetImpl); in SetRecognizerInfoRecursively()
H A Drotation_recognizer.cpp380 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
381 CHECK_NULL_RETURN(targetComponent, GestureJudgeResult::CONTINUE); in TriggerGestureJudgeCallback()
382 auto gestureRecognizerJudgeFunc = targetComponent->GetOnGestureRecognizerJudgeBegin(); in TriggerGestureJudgeCallback()
383 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
H A Dpan_recognizer.cpp714 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
715 CHECK_NULL_RETURN(targetComponent, GestureJudgeResult::CONTINUE); in TriggerGestureJudgeCallback()
716 auto gestureRecognizerJudgeFunc = targetComponent->GetOnGestureRecognizerJudgeBegin(); in TriggerGestureJudgeCallback()
717 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
718 auto callbackNative = targetComponent->GetOnGestureJudgeNativeBeginCallback(); in TriggerGestureJudgeCallback()
876 auto targetComponent = GetTargetComponent(); in GetDragEventActuator() local
877 CHECK_NULL_RETURN(targetComponent, nullptr); in GetDragEventActuator()
878 auto uiNode = targetComponent->GetUINode().Upgrade(); in GetDragEventActuator()
H A Dpinch_recognizer.cpp442 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
443 CHECK_NULL_RETURN(targetComponent, GestureJudgeResult::CONTINUE); in TriggerGestureJudgeCallback()
444 auto gestureRecognizerJudgeFunc = targetComponent->GetOnGestureRecognizerJudgeBegin(); in TriggerGestureJudgeCallback()
445 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
H A Dswipe_recognizer.cpp431 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
432 CHECK_NULL_RETURN(targetComponent, GestureJudgeResult::CONTINUE); in TriggerGestureJudgeCallback()
433 auto gestureRecognizerJudgeFunc = targetComponent->GetOnGestureRecognizerJudgeBegin(); in TriggerGestureJudgeCallback()
434 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
H A Dclick_recognizer.cpp504 auto targetComponent = GetTargetComponent(); in TriggerGestureJudgeCallback() local
505 CHECK_NULL_RETURN(targetComponent, GestureJudgeResult::CONTINUE); in TriggerGestureJudgeCallback()
506 auto gestureRecognizerJudgeFunc = targetComponent->GetOnGestureRecognizerJudgeBegin(); in TriggerGestureJudgeCallback()
507 auto callback = targetComponent->GetOnGestureJudgeBeginCallback(); in TriggerGestureJudgeCallback()
/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
183 frameNode->AddJudgeToTargetComponent(targetComponent);
202 RefPtr<TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable
203 frameNode->AddJudgeToTargetComponent(targetComponent);
/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
392 CHECK_NULL_VOID(targetComponent); in AddInnerOnGestureRecognizerJudgeBegin()
393 targetComponent->SetOnGestureRecognizerJudgeBegin(std::move(gestureRecognizerJudgeFunc)); in AddInnerOnGestureRecognizerJudgeBegin()
394 targetComponent->SetInnerNodeGestureRecognizerJudge(); in AddInnerOnGestureRecognizerJudgeBegin()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h68 TargetComponent targetComponent; member
225 TargetComponent targetComponent);
237 TargetComponent targetComponent);
337 …const CallerInfo& callerInfo, TargetComponent targetComponent = TargetComponent::HARMONY_COMPONENT…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h344 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
388 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
H A Dscroll_bar.cpp453 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in OnCollectLongPressTarget() argument
461 longPressRecognizer_->SetTargetComponent(targetComponent); in OnCollectLongPressTarget()
745 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, in OnCollectTouchTarget() argument
753 panRecognizer_->SetTargetComponent(targetComponent); in OnCollectTouchTarget()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1262 const CallerInfo& callerInfo, TargetComponent targetComponent) in RemoteConnectAbilityMappingLocked() argument
1272 callerInfo.uid, number, targetComponent); in RemoteConnectAbilityMappingLocked()
1287 …o& session = sessionsList.emplace_back(localDeviceId, remoteDeviceId, callerInfo, targetComponent); in RemoteConnectAbilityMappingLocked()
2445 TargetComponent targetComponent = session.GetTargetComponent(); in ProcessConnectDied() local
2447 … std::string key = remoteDeviceId + std::to_string(static_cast<int32_t>(targetComponent)); in ProcessConnectDied()
2451 … ProcessDiedNotifyInfo notifyInfo = { remoteDeviceId, callerInfo, targetComponent }; in ProcessConnectDied()
2473 NotifyProcessDied(it->remoteDeviceId, it->callerInfo, it->targetComponent); in NotifyProcessDiedAll()
2478 const CallerInfo& callerInfo, TargetComponent targetComponent) in NotifyProcessDied() argument
2480 if (targetComponent != TargetComponent::HARMONY_COMPONENT) { in NotifyProcessDied()
2495 const CallerInfo& callerInfo, TargetComponent targetComponent) in ConnectAbilitySession() argument
[all …]

12