Home
last modified time | relevance | path

Searched refs:hostSession (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp193 if (hostSession != nullptr) { in Destroy()
194 hostSession->Disconnect(); in Destroy()
261 auto hostSession = GetHostSession(); in TransferAbilityResult() local
272 auto hostSession = GetHostSession(); in TransferExtensionData() local
284 auto hostSession = GetHostSession(); in RegisterTransferComponentDataListener() local
286 hostSession->NotifyAsyncOn(); in RegisterTransferComponentDataListener()
317 auto hostSession = GetHostSession(); in RegisterTransferComponentDataForResultListener() local
319 hostSession->NotifySyncOn(); in RegisterTransferComponentDataForResultListener()
325 auto hostSession = GetHostSession(); in TriggerBindModalUIExtension() local
683 auto hostSession = GetHostSession(); in TransferAccessibilityEvent() local
[all …]
H A Dwindow_scene_session_impl.cpp763 auto hostSession = GetHostSession(); in HandlePointDownEvent() local
817 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 …]
H A Dwindow_session_impl.cpp477 auto hostSession = GetHostSession(); in Connect() local
490 auto ret = hostSession->Connect( in Connect()
575 auto hostSession = GetHostSession(); in Show() local
682 if (hostSession != nullptr) { in Destroy()
683 hostSession->Disconnect(); in Destroy()
1077 auto hostSession = GetHostSession(); in RequestFocusByClient() local
1698 auto hostSession = GetHostSession(); in SetLandscapeMultiWindow() local
1920 auto hostSession = GetHostSession(); in EnableDrag() local
2038 auto hostSession = GetHostSession(); in SetSubWindowModal() local
2101 if (hostSession != nullptr) { in SetDecorHeight()
[all …]
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp1043 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); variable
1044 window->hostSession_ = hostSession;
1372 sptr<ISession> hostSession = window_->GetHostSession(); variable
1373 ASSERT_EQ(nullptr, hostSession);
1387 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); variable
1388 window_->hostSession_ = hostSession;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp490 auto hostSession = hostPattern->GetSession(); in GetWindowSceneId() local
491 CHECK_NULL_RETURN(hostSession, INVALID_WINDOW_ID); in GetWindowSceneId()
492 int32_t windowSceneId = hostSession->GetPersistentId(); in GetWindowSceneId()