Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/src/
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
166 auto hostSession = GetHostSession(); in Destroy() local
234 auto hostSession = GetHostSession(); in TransferAbilityResult() local
245 auto hostSession = GetHostSession(); in TransferExtensionData() local
257 auto hostSession = GetHostSession(); in RegisterTransferComponentDataListener() local
290 auto hostSession = GetHostSession(); in RegisterTransferComponentDataForResultListener() local
298 auto hostSession = GetHostSession(); in TriggerBindModalUIExtension() local
656 auto hostSession = GetHostSession(); in TransferAccessibilityEvent() local
696 auto hostSession = GetHostSession(); in GetAvoidAreaByType() local
[all …]
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
727 auto hostSession = GetHostSession(); in HandlePointDownEvent() local
776 auto hostSession = GetHostSession(); in ConsumePointerEventInner() local
1049 if (auto hostSession = GetHostSession()) { in PreLayoutOnShow() local
1075 auto hostSession = GetHostSession(); in Show() local
1153 auto hostSession = GetHostSession(); in Hide() local
1322 if (auto hostSession = GetHostSession()) { in DestroyInner() local
1446 auto hostSession = GetHostSession(); in MoveTo() local
1512 auto hostSession = GetHostSession(); in MoveWindowToGlobal() local
[all …]
Dwindow_session_impl.cpp151 #define CHECK_HOST_SESSION_RETURN_IF_NULL(hostSession) \ argument
159 #define CHECK_HOST_SESSION_RETURN_ERROR_IF_NULL(hostSession, ret) \ argument
437 auto hostSession = GetHostSession(); in Connect() local
535 auto hostSession = GetHostSession(); in Show() local
635 auto hostSession = GetHostSession(); in Destroy() local
1002 auto hostSession = GetHostSession(); in RequestFocusByClient() local
1091 if (auto hostSession = GetHostSession()) { in UpdateViewportConfig() local
1599 auto hostSession = GetHostSession(); in SetLandscapeMultiWindow() local
1897 auto hostSession = GetHostSession(); in SetDecorHeight() local
2124 auto hostSession = GetHostSession(); in RegisterWindowRectChangeListener() local
[all …]
/foundation/window/window_manager/wm/test/unittest/
Dwindow_session_impl_two_test.cpp1038 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); variable
1366 sptr<ISession> hostSession = window_->GetHostSession(); variable
1381 sptr<SessionMocker> hostSession = new (std::nothrow) SessionMocker(sessionInfo); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Dsession_wrapper_impl.cpp465 auto hostSession = hostPattern->GetSession(); in GetWindowSceneId() local