Home
last modified time | relevance | path

Searched refs:SetIsAppSupportPhoneInPc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp1163 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(false);
1170 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(true);
1194 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(false);
1201 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(true);
1225 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(false);
1232 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(true);
1239 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(false);
1263 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(false);
1270 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(true);
1310 windowSceneSessionImpl->property_->SetIsAppSupportPhoneInPc(true);
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h98 void SetIsAppSupportPhoneInPc(bool isSupportPhone);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp978 void WindowSessionProperty::SetIsAppSupportPhoneInPc(bool isSupportPhone) in SetIsAppSupportPhoneInPc() function in OHOS::Rosen::WindowSessionProperty
1146 property->SetIsAppSupportPhoneInPc(parcel.ReadBool()); in Unmarshalling()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1072 property->SetIsAppSupportPhoneInPc(sessionProperty->GetIsAppSupportPhoneInPc()); in InitSessionPropertyWhenConnect()
2545 property->SetIsAppSupportPhoneInPc(isSupportPhone); in SetAppSupportPhoneInPc()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp296 property->SetIsAppSupportPhoneInPc(reply.ReadBool()); in Connect()