Home
last modified time | relevance | path

Searched refs:GetSessionProperty (Results 1 - 25 of 27) sorted by relevance

12

/foundation/window/window_manager/window_scene/session/host/src/
H A Dsub_session.cpp63 auto sessionProperty = session->GetSessionProperty(); in Show()
78 if (!CheckPermissionWithPropertyAnimation(GetSessionProperty())) { in Hide()
94 auto sessionProperty = session->GetSessionProperty(); in Hide()
120 auto sessionProperty = GetSessionProperty(); in ProcessPointDownSession()
155 auto property = GetSessionProperty(); in UpdatePointerArea()
188 auto sessionProperty = GetSessionProperty(); in IsTopmost()
199 auto property = GetSessionProperty(); in IsModal()
H A Dkeyboard_session.cpp60 auto sessionProperty = GetSessionProperty(); in GetKeyboardGravity()
96 if (!CheckPermissionWithPropertyAnimation(GetSessionProperty())) { in Hide()
120 auto sessionProperty = session->GetSessionProperty(); in Hide()
145 auto sessionProperty = session->GetSessionProperty(); in Disconnect()
231 auto sessionProperty = GetSessionProperty(); in SetKeyboardSessionGravity()
280 auto sessionProperty = GetSessionProperty(); in GetCallingSessionId()
296 auto sessionProperty = session->GetSessionProperty(); in AdjustKeyboardLayout()
351 auto sessionProperty = GetSessionProperty(); in NotifyOccupiedAreaChangeInfo()
491 GetSessionProperty()->SetCallingSessionId(focusedSessionId); in UseFocusIdIfCallingSessionIdInvalid()
497 auto sessionProperty = GetSessionProperty(); in UpdateCallingSessionIdAndPosition()
[all...]
H A Dmain_session.cpp167 auto property = session->GetSessionProperty(); in SetTopmost()
183 return GetSessionProperty()->IsTopmost(); in IsTopmost()
188 auto property = GetSessionProperty(); in SetMainWindowTopmost()
203 return GetSessionProperty()->IsMainWindowTopmost(); in IsMainWindowTopmost()
H A Dsystem_session.cpp60 specificCallback_->onCameraFloatSessionChange_(GetSessionProperty()->GetAccessTokenId(), isShowing); in UpdateCameraWindowStatus()
69 specificCallback_->onCameraSessionChange_(GetSessionProperty()->GetAccessTokenId(), isShowing); in UpdateCameraWindowStatus()
103 session->GetSessionProperty()->SetAnimationFlag(static_cast<uint32_t>(WindowAnimation::CUSTOM)); in Show()
117 if (!CheckPermissionWithPropertyAnimation(GetSessionProperty())) { in Hide()
142 auto sessionProperty = session->GetSessionProperty(); in Hide()
189 auto sessionProperty = GetSessionProperty(); in ProcessPointDownSession()
336 auto property = GetSessionProperty(); in UpdatePointerArea()
H A Dscene_session.cpp213 auto sessionProperty = GetSessionProperty(); in Foreground()
242 auto sessionProperty = session->GetSessionProperty(); in ForegroundTask()
280 if (!CheckPermissionWithPropertyAnimation(GetSessionProperty())) { in Background()
584 auto property = GetSessionProperty(); in GetSubWindowModalType()
689 auto sessionProperty = session->GetSessionProperty(); in CheckAspectRatioValid()
729 if (!session->GetSessionProperty()) { in SetAspectRatio()
954 auto sessionProperty = GetSessionProperty(); in UpdateInputMethodSessionRect()
1065 auto property = session->GetSessionProperty(); in SetAdjustKeyboardLayoutCallback()
1288 auto property = GetSessionProperty(); in SetSystemBarProperty()
1317 auto property = GetSessionProperty(); in NotifyPropertyWhenConnect()
[all...]
H A Dsession.cpp506 auto property = GetSessionProperty(); in UpdateSessionTouchable()
518 auto property = GetSessionProperty(); in SetFocusable()
559 auto property = GetSessionProperty(); in GetFocusable()
623 if (touchable != GetSessionProperty()->GetTouchable()) { in SetTouchable()
633 auto property = GetSessionProperty(); in GetTouchable()
769 auto property = GetSessionProperty(); in SetBrightness()
779 auto property = GetSessionProperty(); in GetBrightness()
1031 auto sessionProperty = GetSessionProperty(); in InitSessionPropertyWhenConnect()
1881 auto property = GetSessionProperty(); in HandleSubWindowClick()
2382 auto property = GetSessionProperty(); in SetCompatibleModeInPc()
2576 sptr<WindowSessionProperty> Session::GetSessionProperty() const GetSessionProperty() function in OHOS::Rosen::Session
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsub_session_test.cpp152 subSession_->GetSessionProperty()->SetTopmost(false); in HWTEST_F()
155 subSession_->GetSessionProperty()->SetTopmost(true); in HWTEST_F()
168 ASSERT_TRUE(subSession_->GetSessionProperty() != nullptr); in HWTEST_F()
170 subSession_->GetSessionProperty()->SetTopmost(true); in HWTEST_F()
273 ASSERT_TRUE(subSession_->GetSessionProperty() == nullptr); in HWTEST_F()
H A Dscene_session_dirty_manager_test.cpp119 sptr<WindowSessionProperty> propertyDialog1 = sceneSessionDialog1->GetSessionProperty(); in HWTEST_F()
128 sptr<WindowSessionProperty> propertyModal1 = sceneSessionModal1->GetSessionProperty(); in HWTEST_F()
154 sptr<WindowSessionProperty> property = sceneSession->GetSessionProperty(); in HWTEST_F()
204 sptr<WindowSessionProperty> windowSessionProperty = session->GetSessionProperty(); in HWTEST_F()
239 sceneSession->GetSessionProperty()->SetDisplayId(screenId); in HWTEST_F()
326 sceneSession->GetSessionProperty()->SetTouchHotAreas(touchHotAreasInSceneSession); in HWTEST_F()
336 sceneSession->GetSessionProperty()->SetTouchHotAreas(touchHotAreasInSceneSession); in HWTEST_F()
346 sceneSession->GetSessionProperty()->SetTouchHotAreas(touchHotAreasInSceneSession); in HWTEST_F()
349 sceneSession->GetSessionProperty()->SetTouchHotAreas(fullSceneSession); in HWTEST_F()
374 sceneSession->GetSessionProperty() in HWTEST_F()
[all...]
H A Dscene_session_manager_test9.cpp191 sceneSession->GetSessionProperty()->SetWindowType(WindowType::WINDOW_TYPE_DIALOG); in HWTEST_F()
196 sceneSession->GetSessionProperty()->SetWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW); in HWTEST_F()
239 sceneSession1->GetSessionProperty()->SetParentPersistentId(1); in HWTEST_F()
248 sceneSession1->GetSessionProperty()->SetWindowType(WindowType::WINDOW_TYPE_SYSTEM_FLOAT); in HWTEST_F()
252 sceneSession2->GetSessionProperty()->SetWindowType(WindowType::WINDOW_TYPE_DESKTOP); in HWTEST_F()
278 sceneSession->GetSessionProperty()->SetWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW); in HWTEST_F()
283 sceneSession->GetSessionProperty()->SetWindowType(WindowType::WINDOW_TYPE_SYSTEM_FLOAT); in HWTEST_F()
301 sceneSession->GetSessionProperty()->SetWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW); in HWTEST_F()
596 sptr<WindowSessionProperty> property = sceneSession->GetSessionProperty(); in HWTEST_F()
H A Dscene_session_manager_test.cpp158 sceneSessionFirst->GetSessionProperty()->displayId_ = 0; in HWTEST_F()
159 sceneSessionFirst->GetSessionProperty()->isPrivacyMode_ = true; in HWTEST_F()
162 sceneSessionSecond->GetSessionProperty()->displayId_ = 0; in HWTEST_F()
163 sceneSessionSecond->GetSessionProperty()->isPrivacyMode_ = true; in HWTEST_F()
170 sceneSessionSecond->GetSessionProperty()->displayId_ = 1; in HWTEST_F()
779 floatSession->GetSessionProperty()->SetWindowType(WindowType::WINDOW_TYPE_FLOAT); in HWTEST_F()
783 EXPECT_FALSE(floatSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
786 EXPECT_TRUE(floatSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
790 EXPECT_TRUE(floatSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
816 ASSERT_NE(subSession->GetSessionProperty(), nullpt in HWTEST_F()
[all...]
H A Dscene_session_test5.cpp147 ASSERT_NE(session->GetSessionProperty(), nullptr); in HWTEST_F()
148 EXPECT_EQ(WindowMode::WINDOW_MODE_UNDEFINED, session->GetSessionProperty()->GetWindowMode()); in HWTEST_F()
590 ASSERT_NE(session->GetSessionProperty(), nullptr); in HWTEST_F()
591 session->GetSessionProperty()->SetWindowLimits(windowLimits); in HWTEST_F()
648 ASSERT_NE(sceneSession->GetSessionProperty(), nullptr); in HWTEST_F()
649 sceneSession->GetSessionProperty()->SetWindowLimits(windowLimits); in HWTEST_F()
686 ASSERT_NE(session->GetSessionProperty(), nullptr); in HWTEST_F()
687 session->GetSessionProperty()->SetWindowMode(WindowMode::WINDOW_MODE_FLOATING); in HWTEST_F()
694 session->GetSessionProperty()->SetDisplayId(1664); in HWTEST_F()
704 session->GetSessionProperty() in HWTEST_F()
[all...]
H A Dsub_session_lifecycle_test.cpp325 auto property = subSession_->GetSessionProperty(); in HWTEST_F()
328 ASSERT_FALSE(subSession_->GetSessionProperty()->GetRaiseEnabled()); in HWTEST_F()
H A Dscene_session_manager_test3.cpp1688 auto displayId = sceneSession->GetSessionProperty()->GetDisplayId(); in HWTEST_F()
1707 auto displayId = sceneSession->GetSessionProperty()->GetDisplayId(); in HWTEST_F()
1726 sceneSession->GetSessionProperty()->displayId_ = 0; in HWTEST_F()
1727 sceneSession->GetSessionProperty()->isPrivacyMode_ = true; in HWTEST_F()
1732 sceneSession->GetSessionProperty()->isPrivacyMode_ = false; in HWTEST_F()
1737 sceneSession->GetSessionProperty()->isPrivacyMode_ = true; in HWTEST_F()
1743 sceneSession->GetSessionProperty()->isPrivacyMode_ = true; in HWTEST_F()
H A Dscene_session_manager_test8.cpp591 sceneSession->GetSessionProperty()->SetTurnScreenOn(false); in HWTEST_F()
593 EXPECT_EQ(false, sceneSession->GetSessionProperty()->IsTurnScreenOn()); in HWTEST_F()
594 sceneSession->GetSessionProperty()->SetTurnScreenOn(true); in HWTEST_F()
H A Dmain_session_test.cpp204 ASSERT_TRUE(mainSession_->GetSessionProperty() != nullptr); in HWTEST_F()
H A Dscene_session_manager_test11.cpp161 sceneSession->GetSessionProperty()->SetIsPcAppInPad(isPcOrPadEnableActivation); in HWTEST_F()
H A Dkeyboard_session_test.cpp517 keyboardSession->GetSessionProperty()->SetCallingSessionId(id); in HWTEST_F()
1427 keyboardSession->GetSessionProperty()->SetCallingSessionId(100); in HWTEST_F()
1432 keyboardSession->GetSessionProperty()->SetCallingSessionId(101); in HWTEST_F()
H A Dscene_session_test4.cpp1192 ASSERT_EQ(2, sceneSession->GetSessionProperty()->GetWindowFlags()); in HWTEST_F()
1216 ASSERT_EQ(2, sceneSession->GetSessionProperty()->GetWindowFlags()); in HWTEST_F()
H A Dscene_session_test.cpp991 ASSERT_EQ(nullptr, scensession->GetSessionProperty()); in HWTEST_F()
1459 ASSERT_EQ(scensession->GetSessionProperty(), nullptr); in HWTEST_F()
H A Dscene_session_test2.cpp1604 ssession.GetSessionProperty()->GetDisplayId()); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_dirty_manager.cpp155 auto sessionProperty = sceneSession->GetSessionProperty(); in CalNotRotateTransform()
222 auto sessionProperty = sceneSession->GetSessionProperty(); in UpdateDefaultHotAreas()
293 const auto& property = session->GetSessionProperty(); in AddDialogSessionMapItem()
303 if (targetSession->GetSessionProperty() && in AddDialogSessionMapItem()
304 targetSession->GetSessionProperty()->IsTopmost() && in AddDialogSessionMapItem()
554 auto sessionProperty = sceneSession->GetSessionProperty(); in UpdatePointerAreas()
608 sptr<WindowSessionProperty> windowSessionProperty = sceneSession->GetSessionProperty(); in UpdatePrivacyMode()
651 sptr<WindowSessionProperty> windowSessionProperty = sceneSession->GetSessionProperty(); in GetWindowInfo()
653 TLOGE(WmsLogTag::WMS_EVENT, "GetSessionProperty is nullptr"); in GetWindowInfo()
H A Dscene_session_manager.cpp591 auto property = sceneSession->GetSessionProperty(); in SwitchFreeMultiWindow()
1197 if (rootSession == nullptr || rootSession->GetSessionProperty() == nullptr) { in GetRootSessionAvoidSessionRect()
1200 DisplayId displayId = rootSession->GetSessionProperty()->GetDisplayId(); in GetRootSessionAvoidSessionRect()
1290 sceneSession->GetSessionProperty() && in GetSceneSessionVectorByType()
1291 sceneSession->GetSessionProperty()->GetDisplayId() == displayId) { in GetSceneSessionVectorByType()
1452 auto sessionProperty = keyboardSession->GetSessionProperty(); in CreateKeyboardPanelSession()
1630 auto callerSessionProperty = callerSession->GetSessionProperty(); in InitSceneSession()
1635 auto sessionProperty = sceneSession->GetSessionProperty(); in InitSceneSession()
1770 auto sessionProperty = scnSession->GetSessionProperty(); in SetAbilitySessionInfo()
1948 auto sessionProperty = scnSession->GetSessionProperty(); in RequestSceneSessionActivationInner()
[all...]
H A Dhidump_controller.cpp77 sptr<WindowSessionProperty> property = session->GetSessionProperty(); in DumpSceneSessionParam()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h214 sptr<WindowSessionProperty> GetSessionProperty() const;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp863 session->GetSessionProperty()->SetWindowLimits(windowLimits); in HWTEST_F()

Completed in 51 milliseconds

12