Searched refs:hostSession (Results 1 – 5 of 5) sorted by relevance
193 if (hostSession != nullptr) { in Destroy()194 hostSession->Disconnect(); in Destroy()261 auto hostSession = GetHostSession(); in TransferAbilityResult() local272 auto hostSession = GetHostSession(); in TransferExtensionData() local284 auto hostSession = GetHostSession(); in RegisterTransferComponentDataListener() local286 hostSession->NotifyAsyncOn(); in RegisterTransferComponentDataListener()317 auto hostSession = GetHostSession(); in RegisterTransferComponentDataForResultListener() local319 hostSession->NotifySyncOn(); in RegisterTransferComponentDataForResultListener()325 auto hostSession = GetHostSession(); in TriggerBindModalUIExtension() local683 auto hostSession = GetHostSession(); in TransferAccessibilityEvent() local[all …]
763 auto hostSession = GetHostSession(); in HandlePointDownEvent() local817 if (hostSession != nullptr) { in ConsumePointerEventInner()1900 hostSession->OnNeedAvoid(status); in NotifyWindowNeedAvoid()1973 if (hostSession != nullptr) { in SetLayoutFullScreen()2416 hostSession->OnRestoreMainWindow(); in Restore()2572 if (hostSession == nullptr) { in MainWindowCloseInner()2665 if (hostSession) { in PerformBack()2699 if (hostSession) { in GetGlobalMaximizeMode()3496 if (hostSession == nullptr) { in SetDialogBackGestureEnabled()3554 if (hostSession) { in SetCallingWindow()[all …]
477 auto hostSession = GetHostSession(); in Connect() local490 auto ret = hostSession->Connect( in Connect()575 auto hostSession = GetHostSession(); in Show() local682 if (hostSession != nullptr) { in Destroy()683 hostSession->Disconnect(); in Destroy()1077 auto hostSession = GetHostSession(); in RequestFocusByClient() local1698 auto hostSession = GetHostSession(); in SetLandscapeMultiWindow() local1920 auto hostSession = GetHostSession(); in EnableDrag() local2038 auto hostSession = GetHostSession(); in SetSubWindowModal() local2101 if (hostSession != nullptr) { in SetDecorHeight()[all …]
1043 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); variable1044 window->hostSession_ = hostSession;1372 sptr<ISession> hostSession = window_->GetHostSession(); variable1373 ASSERT_EQ(nullptr, hostSession);1387 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); variable1388 window_->hostSession_ = hostSession;
490 auto hostSession = hostPattern->GetSession(); in GetWindowSceneId() local491 CHECK_NULL_RETURN(hostSession, INVALID_WINDOW_ID); in GetWindowSceneId()492 int32_t windowSceneId = hostSession->GetPersistentId(); in GetWindowSceneId()