Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp42 #define CHECK_HOST_SESSION_RETURN_IF_NULL(hostSession) \
44 if ((hostSession) == nullptr) { \
45 TLOGE(WmsLogTag::DEFAULT, "hostSession is null"); \
50 #define CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, ret) \
52 if ((hostSession) == nullptr) { \
53 TLOGE(WmsLogTag::DEFAULT, "hostSession is null"); \
176 if (auto hostSession = GetHostSession()) { in Destroy()
178 hostSession->Disconnect(); in Destroy()
242 auto hostSession = GetHostSession(); in TransferAbilityResult() local
243 CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, WMErro in TransferAbilityResult()
253 auto hostSession = GetHostSession(); TransferExtensionData() local
265 auto hostSession = GetHostSession(); RegisterTransferComponentDataListener() local
298 auto hostSession = GetHostSession(); RegisterTransferComponentDataForResultListener() local
306 auto hostSession = GetHostSession(); TriggerBindModalUIExtension() local
810 auto hostSession = GetHostSession(); TransferAccessibilityEvent() local
850 auto hostSession = GetHostSession(); GetAvoidAreaByType() local
881 auto hostSession = GetHostSession(); Hide() local
1200 auto hostSession = GetHostSession(); NotifyExtensionTimeout() local
1254 auto hostSession = GetHostSession(); NotifyExtensionEventAsync() local
[all...]
H A Dwindow_scene_session_impl.cpp72 #define CHECK_HOST_SESSION_RETURN_IF_NULL(hostSession) \
74 if ((hostSession) == nullptr) { \
75 TLOGE(WmsLogTag::DEFAULT, "hostSession is null"); \
80 #define CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, ret) \
82 if ((hostSession) == nullptr) { \
83 TLOGE(WmsLogTag::DEFAULT, "hostSession is null"); \
789 auto hostSession = GetHostSession(); in HandlePointDownEvent() local
790 CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, needNotifyEvent); in HandlePointDownEvent()
795 hostSession->SendPointEventForMoveDrag(pointerEvent); in HandlePointDownEvent()
797 hostSession in HandlePointDownEvent()
1101 auto hostSession = GetHostSession(); PreLayoutOnShow() local
1128 auto hostSession = GetHostSession(); Show() local
1219 auto hostSession = GetHostSession(); Hide() local
1280 auto hostSession = GetHostSession(); NotifyDrawingCompleted() local
1496 auto hostSession = GetHostSession(); MoveTo() local
1682 auto hostSession = GetHostSession(); Resize() local
1724 auto hostSession = GetHostSession(); SetAspectRatio() local
1741 auto hostSession = GetHostSession(); ResetAspectRatio() local
1770 auto hostSession = GetHostSession(); RaiseToAppTop() local
1813 auto hostSession = GetHostSession(); RaiseAboveTarget() local
1824 auto hostSession = GetHostSession(); GetAvoidAreaByType() local
1841 auto hostSession = GetHostSession(); NotifyWindowNeedAvoid() local
1914 auto hostSession = GetHostSession(); SetLayoutFullScreen() local
1966 auto hostSession = GetHostSession(); SetTitleAndDockHoverShown() local
2116 auto hostSession = GetHostSession(); SetFullScreen() local
2179 auto hostSession = GetHostSession(); Minimize() local
2242 auto hostSession = GetHostSession(); Maximize() local
2260 auto hostSession = GetHostSession(); MaximizeFloating() local
2303 auto hostSession = GetHostSession(); Recover() local
2343 auto hostSession = GetHostSession(); Restore() local
2365 auto hostSession = GetHostSession(); Recover() local
2403 auto hostSession = GetHostSession(); StartMove() local
2447 auto hostSession = GetHostSession(); MainWindowCloseInner() local
2546 auto hostSession = GetHostSession(); SetGlobalMaximizeMode() local
2587 auto hostSession = GetHostSession(); SetWindowMode() local
2892 auto hostSession = GetHostSession(); SetNeedDefaultAnimation() local
3254 auto hostSession = GetHostSession(); UpdateSurfaceNodeAfterCustomAnimation() local
3346 auto hostSession = GetHostSession(); SetDialogBackGestureEnabled() local
3622 auto hostSession = GetHostSession(); NotifyPrepareClosePiPWindow() local
4099 auto hostSession = GetHostSession(); SetImmersiveModeEnabledState() local
4131 auto hostSession = GetHostSession(); GetStatusBarHeight() local
4353 auto hostSession = GetHostSession(); SetGestureBackEnabled() local
[all...]
H A Dwindow_session_impl.cpp150 #define CHECK_HOST_SESSION_RETURN_IF_NULL(hostSession) \
152 if ((hostSession) == nullptr) { \
153 TLOGE(WmsLogTag::DEFAULT, "hostSession is null"); \
158 #define CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, ret) \
160 if ((hostSession) == nullptr) { \
161 TLOGE(WmsLogTag::DEFAULT, "hostSession is null"); \
424 auto hostSession = GetHostSession(); in Connect() local
425 CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, WMError::WM_ERROR_NULLPTR); in Connect()
435 auto ret = hostSession->Connect( in Connect()
519 auto hostSession in Show() local
972 auto hostSession = GetHostSession(); RequestFocusByClient() local
1608 auto hostSession = GetHostSession(); SetLandscapeMultiWindow() local
1820 auto hostSession = GetHostSession(); EnableDrag() local
1915 auto hostSession = GetHostSession(); SetSubWindowModal() local
2172 auto hostSession = GetHostSession(); RegisterWindowRectChangeListener() local
2189 auto hostSession = GetHostSession(); UnregisterWindowRectChangeListener() local
2798 auto hostSession = GetHostSession(); MarkProcessed() local
3616 auto hostSession = GetHostSession(); UpdateProperty() local
3857 auto hostSession = GetHostSession(); UpdatePiPRect() local
3869 auto hostSession = GetHostSession(); UpdatePiPControlStatus() local
4022 auto hostSession = GetHostSession(); GetAppForceLandscapeConfig() local
[all...]
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp236 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); in HWTEST_F() local
237 window->hostSession_ = hostSession; in HWTEST_F()
242 window->hostSession_ = hostSession; in HWTEST_F()
1104 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); in HWTEST_F() local
1105 window->hostSession_ = hostSession; in HWTEST_F()
1232 sptr<ISession> hostSession = window_->GetHostSession(); in HWTEST_F() local
1233 ASSERT_EQ(nullptr, hostSession); in HWTEST_F()
1247 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); in HWTEST_F() local
1248 window_->hostSession_ = hostSession; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp577 auto hostSession = hostPattern->GetSession(); in GetWindowSceneId() local
578 CHECK_NULL_RETURN(hostSession, INVALID_WINDOW_ID); in GetWindowSceneId()
579 return hostSession->GetPersistentId(); in GetWindowSceneId()

Completed in 13 milliseconds