Searched refs:windowEventChannel_ (Results 1 – 9 of 9) sorted by relevance
204 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 …]
360 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 …]
1264 session_->windowEventChannel_ = new TestWindowEventChannel();1303 session_->windowEventChannel_ = new TestWindowEventChannel();1319 session_->windowEventChannel_ = new TestWindowEventChannel();1335 session_->windowEventChannel_ = new TestWindowEventChannel();1349 session_->windowEventChannel_ = new TestWindowEventChannel();
355 session_->windowEventChannel_ = mockEventChannel_;396 session_->windowEventChannel_ = mockEventChannel_;504 session_->windowEventChannel_ = nullptr;519 session_->windowEventChannel_ = nullptr;535 session_->windowEventChannel_ = nullptr;549 session_->windowEventChannel_ = nullptr;
99 scbSystemSession_->windowEventChannel_ = nullptr;
665 session_->windowEventChannel_ = nullptr;678 session_->windowEventChannel_ = nullptr;
135 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 …]
1016 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 …]
688 sptr<IWindowEventChannel> windowEventChannel_; variable