Home
last modified time | relevance | path

Searched refs:GetIsPcAppInPad (Results 1 - 9 of 9) sorted by relevance

/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h159 bool GetIsPcAppInPad() const;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp1131 * @tc.name: SetIsPcAppInPad/GetIsPcAppInPad
1132 * @tc.desc: SetIsPcAppInPad/GetIsPcAppInPad
1143 auto result = property->GetIsPcAppInPad(); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp208 return WindowSessionImpl::IsPcOrPadFreeMultiWindowMode() || property_->GetIsPcAppInPad(); in IsPcOrPadCapabilityEnabled()
1393 (property_->GetIsPcAppInPad() && isSubWindow)); in UpdateDecorEnableToAce()
1421 (property_->GetIsPcAppInPad() && isSubWindow)); in UpdateDecorEnable()
H A Dwindow_scene_session_impl.cpp351 property_->SetIsPcAppInPad(parentSession->GetProperty()->GetIsPcAppInPad()); in CreateAndConnectSpecificSession()
2165 if ((isSubWindow || isDialogWindow) && property_->GetIsPcAppInPad() && property_->IsDecorEnable()) { in IsDecorEnable()
2335 if (!(windowSystemConfig_.IsPcWindow() || property_->GetIsPcAppInPad())) { in Restore()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp976 bool WindowSessionProperty::GetIsPcAppInPad() const in GetIsPcAppInPad() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp379 reply.WriteBool(property->GetIsPcAppInPad()); in HandleConnect()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1067 property->SetIsPcAppInPad(sessionProperty->GetIsPcAppInPad()); in InitSessionPropertyWhenConnect()
H A Dscene_session.cpp1999 (property->GetIsPcAppInPad() && !isMainWindow)) && in TransferPointerEvent()
5026 isPcAppInPad = property->GetIsPcAppInPad(); in IsPcOrPadEnableActivation()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2014 isPcAppInPad = property->GetIsPcAppInPad(); in IsPcSceneSessionLifecycle()

Completed in 50 milliseconds