Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h158 bool GetIsPcAppInPad() const;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp1096 auto result = property->GetIsPcAppInPad();
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp352 reply.WriteBool(property->GetIsPcAppInPad()); in HandleConnect()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp249 return WindowSessionImpl::IsPcOrPadFreeMultiWindowMode() || property_->GetIsPcAppInPad(); in IsPcOrPadCapabilityEnabled()
1459 decorVisible = decorVisible && ((property_->GetIsPcAppInPad() && isSubWindow) || in UpdateDecorEnableToAce()
1489 decorVisible = decorVisible && ((property_->GetIsPcAppInPad() && isSubWindow) || in UpdateDecorEnable()
H A Dwindow_scene_session_impl.cpp356 property_->SetIsPcAppInPad(parentSession->GetProperty()->GetIsPcAppInPad()); in CreateAndConnectSpecificSession()
2225 …if ((isSubWindow || isDialogWindow) && property_->GetIsPcAppInPad() && property_->IsDecorEnable())… in IsDecorEnable()
2406 if (!(windowSystemConfig_.uiType_ == UI_TYPE_PC || property_->GetIsPcAppInPad())) { in Restore()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp993 bool WindowSessionProperty::GetIsPcAppInPad() const in GetIsPcAppInPad() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2300 … if ((isPC || IsFreeMultiWindowMode() || (property->GetIsPcAppInPad() && !isMainWindow)) && in TransferPointerEvent()
5056 isPcAppInPad = property->GetIsPcAppInPad(); in IsPcOrPadEnableActivation()
H A Dsession.cpp1079 property->SetIsPcAppInPad(sessionProperty->GetIsPcAppInPad()); in InitSessionPropertyWhenConnect()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2333 isPcAppInpad = property->GetIsPcAppInPad(); in RequestSceneSessionBackground()