Home
last modified time | relevance | path

Searched refs:windowEventChannel_ (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp48 sptr<WindowEventChannel> windowEventChannel_ = new WindowEventChannelMocker(sessionStage); member in OHOS::Rosen::WindowEventChannelTest
75 windowEventChannel_->sessionStage_ = nullptr; in TransferAccessibilityHoverEvent()
77 return windowEventChannel_->TransferAccessibilityHoverEvent(pointX, pointY, sourceType, eventType, timeMs); in TransferAccessibilityHoverEvent()
86 windowEventChannel_->sessionStage_ = nullptr; in TransferAccessibilityChildTreeRegister()
88 return windowEventChannel_->TransferAccessibilityChildTreeRegister(windowId, treeId, accessibilityId); in TransferAccessibilityChildTreeRegister()
94 windowEventChannel_->sessionStage_ = nullptr; in TransferAccessibilityChildTreeUnregister()
96 return windowEventChannel_->TransferAccessibilityChildTreeUnregister(); in TransferAccessibilityChildTreeUnregister()
104 windowEventChannel_->sessionStage_ = nullptr; in TransferAccessibilityDumpChildInfo()
106 return windowEventChannel_->TransferAccessibilityDumpChildInfo(params, info); in TransferAccessibilityDumpChildInfo()
120 auto res = windowEventChannel_ in HWTEST_F()
[all...]
H A Dextension_session_test.cpp405 extensionSession_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
424 extensionSession_->windowEventChannel_ = nullptr; in HWTEST_F()
442 extensionSession_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
458 extensionSession_->windowEventChannel_ = nullptr; in HWTEST_F()
473 extensionSession_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
486 extensionSession_->windowEventChannel_ = nullptr; in HWTEST_F()
498 extensionSession_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
513 extensionSession_->windowEventChannel_ = nullptr; in HWTEST_F()
527 extensionSession_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
556 extensionSession_->windowEventChannel_ in HWTEST_F()
[all...]
H A Dsession_test2.cpp320 * @tc.desc: windowEventChannel_ is nullptr
339 * @tc.desc: windowEventChannel_ is not nullptr
353 session_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
394 session_->windowEventChannel_ = mockEventChannel_; in HWTEST_F()
475 * @tc.desc: windowEventChannel_ is nullptr
495 * @tc.desc: windowEventChannel_ is nullptr
502 session_->windowEventChannel_ = nullptr; in HWTEST_F()
510 * @tc.desc: windowEventChannel_ is nullptr
517 session_->windowEventChannel_ = nullptr; in HWTEST_F()
524 * @tc.desc: windowEventChannel_ i
[all...]
H A Dscb_system_session_test.cpp99 scbSystemSession_->windowEventChannel_ = nullptr; in HWTEST_F()
H A Dsession_test.cpp1274 * @tc.desc: windowEventChannel_ is not nullptr
1281 session_->windowEventChannel_ = new TestWindowEventChannel(); in HWTEST_F()
1289 * @tc.desc: windowEventChannel_ is not nullptr
1296 session_->windowEventChannel_ = new TestWindowEventChannel(); in HWTEST_F()
1303 * @tc.desc: windowEventChannel_ is not nullptr
1310 session_->windowEventChannel_ = new TestWindowEventChannel(); in HWTEST_F()
1440 * @tc.desc: windowEventChannel_ is not nullptr, keyEvent is nullptr
1447 session_->windowEventChannel_ = new TestWindowEventChannel(); in HWTEST_F()
1456 * @tc.desc: windowEventChannel_ is not nullptr, keyEvent is not nullptr
1463 session_->windowEventChannel_ in HWTEST_F()
[all...]
H A Dsession_test3.cpp696 session_->windowEventChannel_ = nullptr; in HWTEST_F()
709 session_->windowEventChannel_ = nullptr; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp140 if (windowEventChannel_ == nullptr) { in ~ExtensionSession()
144 sptr<IRemoteObject> remoteObject = windowEventChannel_->AsObject(); in ~ExtensionSession()
306 if (windowEventChannel_ == nullptr) { in TransferKeyEventForConsumed()
307 TLOGE(WmsLogTag::WMS_EVENT, "windowEventChannel_ is null"); in TransferKeyEventForConsumed()
324 auto ret = windowEventChannel_->TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, channelListener_); in TransferKeyEventForConsumed()
354 if (windowEventChannel_ == nullptr) { in TransferKeyEventAsync()
355 TLOGE(WmsLogTag::WMS_EVENT, "windowEventChannel_ is null"); in TransferKeyEventAsync()
365 auto ret = windowEventChannel_->TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, channelListener_); in TransferKeyEventAsync()
388 if (!windowEventChannel_) { in TransferAccessibilityHoverEvent()
389 TLOGE(WmsLogTag::WMS_UIEXT, "windowEventChannel_ i in TransferAccessibilityHoverEvent()
[all...]
H A Dsession.cpp1012 windowEventChannel_ = eventChannel; in ConnectInner()
1102 windowEventChannel_ = eventChannel; in Reconnect()
1932 if (!windowEventChannel_) { in TransferPointerEvent()
1934 WLOGFE("windowEventChannel_ is null"); in TransferPointerEvent()
1940 WSError ret = windowEventChannel_->TransferPointerEvent(pointerEvent); in TransferPointerEvent()
1973 if (!windowEventChannel_) { in TransferKeyEvent()
1974 WLOGFE("windowEventChannel_ is null"); in TransferKeyEvent()
1978 WSError ret = windowEventChannel_->TransferKeyEvent(keyEvent); in TransferKeyEvent()
1988 if (!windowEventChannel_) { in TransferBackPressedEventForConsumed()
1989 WLOGFE("windowEventChannel_ i in TransferBackPressedEventForConsumed()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h656 sptr<IWindowEventChannel> windowEventChannel_; member in OHOS::OHOS::OHOS::Rosen::Session

Completed in 15 milliseconds