Home
last modified time | relevance | path

Searched refs:AttachHost (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dinput_event_test_ng.cpp76 eventHub->AttachHost(frameNode);
105 eventHub->AttachHost(frameNode);
137 eventHub->AttachHost(frameNode);
161 eventHub->AttachHost(frameNode);
185 eventHub->AttachHost(frameNode);
205 eventHub->AttachHost(frameNode);
233 eventHub->AttachHost(frameNode);
259 eventHub->AttachHost(frameNode);
286 eventHub->AttachHost(frameNode);
H A Dfocus_hub_test_ng.cpp93 eventHub->AttachHost(frameNode);
114 eventHub->AttachHost(frameNode);
144 eventHub->AttachHost(frameNode);
185 eventHub->AttachHost(frameNode);
214 eventHub->AttachHost(frameNode);
271 eventHub->AttachHost(frameNode);
508 eventHub->AttachHost(frameNode);
555 eventHub->AttachHost(frameNode);
794 eventHub->AttachHost(frameNode);
1013 eventHub->AttachHost(frameNode);
[all …]
H A Dfocus_hub_test_ng_for_property_config.cpp80 eventHub->AttachHost(frameNode);
122 eventHub->AttachHost(frameNode);
483 eventHub->AttachHost(frameNode);
506 eventHub->AttachHost(frameNode);
560 eventHub->AttachHost(frameNode);
577 eventHub->AttachHost(frameNode);
603 eventHub->AttachHost(rootNode);
673 eventHub->AttachHost(rootNode);
688 eventHub->AttachHost(rootNode);
703 eventHub->AttachHost(rootNode);
[all …]
H A Dinput_event_hub_test_ng.cpp102 eventHub->AttachHost(frameNode);
150 eventHub->AttachHost(frameNode);
205 eventHub->AttachHost(frameNode);
242 eventHub->AttachHost(frameNode);
353 eventHub->AttachHost(frameNode);
409 eventHub->AttachHost(frameNode);
437 eventHub->AttachHost(frameNode);
481 eventHub->AttachHost(frameNode);
536 eventHub->AttachHost(frameNode);
587 eventHub->AttachHost(frameNode);
H A Dgesture_event_hub_test_ng.cpp51 eventHub->AttachHost(frameNode);
212 eventHub->AttachHost(frameNode);
297 eventHub->AttachHost(frameNode);
591 eventHub->AttachHost(frameNode);
642 eventHub->AttachHost(frameNode);
750 eventHub->AttachHost(frameNode);
832 eventHub->AttachHost(frameNode);
1094 eventHub->AttachHost(frameNode);
1158 eventHub->AttachHost(frameNode);
1217 eventHub->AttachHost(frameNode);
[all …]
H A Dfocus_hub_test_ng_new.cpp41 eventHub->AttachHost(frameNode);
66 eventHub->AttachHost(frameNode);
111 eventHub->AttachHost(frameNode);
154 eventHub->AttachHost(frameNode);
195 eventHub->AttachHost(frameNode);
224 eventHub->AttachHost(frameNode);
246 eventHub->AttachHost(frameNode);
284 eventHub->AttachHost(frameNode);
348 eventHub->AttachHost(frameNode);
957 eventHub->AttachHost(frameNode);
[all …]
H A Dclick_event_test_ng.cpp166 eventHub->AttachHost(frameNode);
257 eventHub->AttachHost(frameNode);
302 eventHub->AttachHost(frameNode);
H A Dpan_event_test_ng.cpp98 eventHub->AttachHost(frameNode);
129 eventHub->AttachHost(frameNode);
H A Dgesture_event_hub_test_ng_property_config.cpp143 eventHub->AttachHost(frameNode);
219 eventHub->AttachHost(frameNode);
259 eventHub->AttachHost(frameNode);
345 eventHub->AttachHost(frameNode);
387 eventHub->AttachHost(frameNode);
798 eventHub->AttachHost(frameNode);
864 eventHub->AttachHost(frameNode);
1267 eventHub->AttachHost(frameNode);
1303 eventHub->AttachHost(frameNode1);
1381 eventHub->AttachHost(frameNode1);
[all …]
H A Devent_hub_test_ng.cpp163 eventHub->AttachHost(frameNode);
994 eventHub->AttachHost(frameNode);
1014 eventHub->AttachHost(frameNode);
1065 eventHub->AttachHost(frameNode);
1084 eventHub->AttachHost(frameNode);
H A Dlong_press_event_test_ng.cpp111 eventHub->AttachHost(frameNode);
H A Dscrollable_event_test_ng.cpp230 eventHub->AttachHost(frameNode);
H A Ddrag_event_test_ng.cpp326 eventHub->AttachHost(frameNode);
745 eventHub->AttachHost(nullptr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.cpp46 eventHub_->AttachHost(GetHost()); in SetEventHub()
108 eventHub_->AttachHost(videoPattern->GetHost()); in ExitFullScreen()
H A Dvideo_pattern.cpp1842 videoPattern->GetEventHub<VideoEventHub>()->AttachHost(videoNode); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_event_hub_test_ng.cpp204 navigatorEventHub.AttachHost(nullptr);
227 navigatorEventHub.AttachHost(frameNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.cpp24 void EventHub::AttachHost(const WeakPtr<FrameNode>& host) in AttachHost() function in OHOS::Ace::NG::EventHub
H A Devent_hub.h144 void AttachHost(const WeakPtr<FrameNode>& host);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp795 eventHub->AttachHost(frameNode);
835 eventHub->AttachHost(frameNode);
867 eventHub->AttachHost(frameNode);
H A Dsearch_test_ng.cpp1362 eventHub->AttachHost(frameNode);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp1560 gridEvent->AttachHost(WeakPtr<NG::FrameNode>(gridNode));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp2036 eventHub->AttachHost(textFrameNode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp682 eventHub_->AttachHost(WeakClaim(this)); in InitializePatternAndContext()