Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
Dwindow_scene_session_impl.cpp74 #define CHECK_HOST_SESSION_RETURN_IF_NULL(hostSession) \ argument
82 #define CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, ret) \ argument
763 auto hostSession = GetHostSession(); in HandlePointDownEvent() local
816 auto hostSession = GetHostSession(); in ConsumePointerEventInner() local
1088 if (auto hostSession = GetHostSession()) { in PreLayoutOnShow() local
1114 auto hostSession = GetHostSession(); in Show() local
1192 auto hostSession = GetHostSession(); in Hide() local
1284 auto hostSession = GetHostSession(); in NotifyRemoveStartingWindow() local
1378 if (auto hostSession = GetHostSession()) { in DestroyInner() local
1498 auto hostSession = GetHostSession(); in MoveTo() local
[all …]
Dwindow_extension_session_impl.cpp42 #define CHECK_HOST_SESSION_RETURN_IF_NULL(hostSession) \ argument
50 #define CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, ret) \ argument
192 auto hostSession = GetHostSession(); in Destroy() local
261 auto hostSession = GetHostSession(); in TransferAbilityResult() local
272 auto hostSession = GetHostSession(); in TransferExtensionData() local
284 auto hostSession = GetHostSession(); in RegisterTransferComponentDataListener() local
317 auto hostSession = GetHostSession(); in RegisterTransferComponentDataForResultListener() local
325 auto hostSession = GetHostSession(); in TriggerBindModalUIExtension() local
683 auto hostSession = GetHostSession(); in TransferAccessibilityEvent() local
723 auto hostSession = GetHostSession(); in GetAvoidAreaByType() local
[all …]
Dwindow_session_impl.cpp182 #define CHECK_HOST_SESSION_RETURN_IF_NULL(hostSession) \ argument
190 #define CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, ret) \ argument
477 auto hostSession = GetHostSession(); in Connect() local
575 auto hostSession = GetHostSession(); in Show() local
681 auto hostSession = GetHostSession(); in Destroy() local
1077 auto hostSession = GetHostSession(); in RequestFocusByClient() local
1166 if (auto hostSession = GetHostSession()) { in UpdateViewportConfig() local
1698 auto hostSession = GetHostSession(); in SetLandscapeMultiWindow() local
1920 auto hostSession = GetHostSession(); in EnableDrag() local
2038 auto hostSession = GetHostSession(); in SetSubWindowModal() local
[all …]
/foundation/window/window_manager/wm/test/unittest/
Dwindow_session_impl_two_test.cpp1043 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); variable
1372 sptr<ISession> hostSession = window_->GetHostSession(); variable
1387 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Dsession_wrapper_impl.cpp490 auto hostSession = hostPattern->GetSession(); in GetWindowSceneId() local