Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp107 auto childEventHub = childNode->GetOrCreateGestureEventHub(); variable
108 childEventHub->SetHitTestMode(HitTestMode::HTMBLOCK);
1050 auto childEventHub = childNode->GetOrCreateGestureEventHub(); variable
1051 childEventHub->SetHitTestMode(HitTestMode::HTMBLOCK);
1055 childEventHub->SetOnTouchIntercept(callback);
1065 childEventHub->SetHitTestMode(hitTestModeofChild);
1068 auto mode = childEventHub->GetHitTestMode();
1078 childEventHub->SetOnTouchIntercept(blockCallback);
1080 childEventHub->SetHitTestMode(hitTestModeofChild);
1083 auto mode = childEventHub->GetHitTestMode();
H A Dframe_node_test_ng.cpp244 auto childEventHub = childNode->GetOrCreateGestureEventHub(); variable
289 childEventHub->SetHitTestMode(hitTestModeofChild);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp1223 auto childEventHub = AceType::MakeRefPtr<EventHub>(); variable
1224 childEventHub->AttachHost(child);
1232 childFocusHub->eventHub_ = childEventHub;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp425 auto childEventHub = childFrameNode->GetEventHub<EventHub>(); in HandleTouchableAndHitTestMode() local
426 auto childGestureHub = childEventHub->GetGestureEventHub(); in HandleTouchableAndHitTestMode()