/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | scrollable_event.cpp | 55 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 D | scrollable_event.h | 120 …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 D | gesture_event_hub.cpp | 104 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 D | gesture_event_hub.h | 457 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 D | gesture_recognizer_test_ng.cpp | 65 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 D | rotation_recognizer_test_ng.cpp | 903 RefPtr<NG::TargetComponent> targetComponent = AceType::MakeRefPtr<TargetComponent>(); variable 906 targetComponent->SetOnGestureJudgeBegin(gestureJudgeFunc); 910 rotationRecognizerPtr->targetComponent_ = targetComponent;
|
H A D | long_press_recognizer_test_ng.cpp | 1184 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 D | search_gesture_event_hub.cpp | 22 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 D | search_gesture_event_hub.h | 32 const RefPtr<TargetComponent>& targetComponent) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_pattern.cpp | 121 …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 D | scroll_bar_pattern.h | 170 …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 D | long_press_recognizer.cpp | 484 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 D | recognizer_group.h | 124 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 D | recognizer_group.cpp | 198 … 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 D | rotation_recognizer.cpp | 380 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 D | pan_recognizer.cpp | 714 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 D | pinch_recognizer.cpp | 442 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 D | swipe_recognizer.cpp | 431 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 D | click_recognizer.cpp | 504 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 D | frame_node_test_ng_coverage_new.cpp | 182 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 D | tabs_pattern.cpp | 391 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 D | distributed_sched_service.h | 68 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 D | scroll_bar.h | 344 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent, 388 …Result& result, const RefPtr<FrameNode>& frameNode, const RefPtr<TargetComponent>& targetComponent,
|
H A D | scroll_bar.cpp | 453 …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 D | distributed_sched_service.cpp | 1262 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 …]
|