Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp204 windowEventChannel_->SetIsUIExtension(true);
259 windowEventChannel_->SetIsUIExtension(true);
277 windowEventChannel_->isUIExtension_ = false;
346 windowEventChannel_->sessionStage_ = nullptr;
360 ASSERT_NE(windowEventChannel_, nullptr);
361 windowEventChannel_->PrintKeyEvent(keyEvent);
362 windowEventChannel_->sessionStage_ = nullptr;
363 windowEventChannel_->PrintKeyEvent(keyEvent);
364 windowEventChannel_->PrintKeyEvent(nullptr);
375 windowEventChannel_->PrintKeyEvent(keyEvent);
[all …]
H A Dextension_session_test.cpp360 extensionSession_->windowEventChannel_ = mockEventChannel_;
379 extensionSession_->windowEventChannel_ = nullptr;
397 extensionSession_->windowEventChannel_ = mockEventChannel_;
413 extensionSession_->windowEventChannel_ = nullptr;
428 extensionSession_->windowEventChannel_ = mockEventChannel_;
441 extensionSession_->windowEventChannel_ = nullptr;
453 extensionSession_->windowEventChannel_ = mockEventChannel_;
468 extensionSession_->windowEventChannel_ = nullptr;
482 extensionSession_->windowEventChannel_ = mockEventChannel_;
511 extensionSession_->windowEventChannel_ = mockEventChannel_;
[all …]
H A Dsession_test.cpp1264 session_->windowEventChannel_ = new TestWindowEventChannel();
1303 session_->windowEventChannel_ = new TestWindowEventChannel();
1319 session_->windowEventChannel_ = new TestWindowEventChannel();
1335 session_->windowEventChannel_ = new TestWindowEventChannel();
1349 session_->windowEventChannel_ = new TestWindowEventChannel();
H A Dsession_test2.cpp355 session_->windowEventChannel_ = mockEventChannel_;
396 session_->windowEventChannel_ = mockEventChannel_;
504 session_->windowEventChannel_ = nullptr;
519 session_->windowEventChannel_ = nullptr;
535 session_->windowEventChannel_ = nullptr;
549 session_->windowEventChannel_ = nullptr;
H A Dscb_system_session_test.cpp99 scbSystemSession_->windowEventChannel_ = nullptr;
H A Dsession_test3.cpp665 session_->windowEventChannel_ = nullptr;
678 session_->windowEventChannel_ = nullptr;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp135 if (windowEventChannel_ == nullptr) { in ~ExtensionSession()
139 sptr<IRemoteObject> remoteObject = windowEventChannel_->AsObject(); in ~ExtensionSession()
294 if (windowEventChannel_ == nullptr) { in TransferKeyEventForConsumed()
342 if (windowEventChannel_ == nullptr) { in TransferKeyEventAsync()
377 if (!windowEventChannel_) { in TransferAccessibilityHoverEvent()
387 if (!windowEventChannel_) { in TransferAccessibilityChildTreeRegister()
391 …return windowEventChannel_->TransferAccessibilityChildTreeRegister(windowId, treeId, accessibility… in TransferAccessibilityChildTreeRegister()
396 if (!windowEventChannel_) { in TransferAccessibilityChildTreeUnregister()
400 return windowEventChannel_->TransferAccessibilityChildTreeUnregister(); in TransferAccessibilityChildTreeUnregister()
406 if (!windowEventChannel_) { in TransferAccessibilityDumpChildInfo()
[all …]
H A Dsession.cpp1016 windowEventChannel_ = eventChannel; in ConnectInner()
1115 windowEventChannel_ = eventChannel; in Reconnect()
2029 if (!windowEventChannel_) { in TransferPointerEvent()
2076 if (!windowEventChannel_) { in TransferKeyEvent()
2081 WSError ret = windowEventChannel_->TransferKeyEvent(keyEvent); in TransferKeyEvent()
2091 if (!windowEventChannel_) { in TransferBackPressedEventForConsumed()
2101 if (!windowEventChannel_) { in TransferKeyEventForConsumed()
2114 if (!windowEventChannel_) { in TransferFocusActiveEvent()
2118 return windowEventChannel_->TransferFocusActiveEvent(isFocusActive); in TransferFocusActiveEvent()
2123 if (!windowEventChannel_) { in TransferFocusStateEvent()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h688 sptr<IWindowEventChannel> windowEventChannel_; variable