Home
last modified time | relevance | path

Searched refs:SetIsPcAppInPad (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp1162 windowSceneSessionImpl->property_->SetIsPcAppInPad(false);
1169 windowSceneSessionImpl->property_->SetIsPcAppInPad(false);
1193 windowSceneSessionImpl->property_->SetIsPcAppInPad(false);
1200 windowSceneSessionImpl->property_->SetIsPcAppInPad(false);
1224 windowSceneSessionImpl->property_->SetIsPcAppInPad(false);
1231 windowSceneSessionImpl->property_->SetIsPcAppInPad(false);
1238 windowSceneSessionImpl->property_->SetIsPcAppInPad(true);
1262 windowSceneSessionImpl->property_->SetIsPcAppInPad(false);
1276 windowSceneSessionImpl->property_->SetIsPcAppInPad(true);
1317 windowSceneSessionImpl->property_->SetIsPcAppInPad(true);
[all …]
H A Dwindow_session_impl_test4.cpp1335 window->property_->SetIsPcAppInPad(true);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp1016 HWTEST_F(WindowSessionTest3, SetIsPcAppInPad, Function | SmallTest | Level2)
1021 auto result = session_->SetIsPcAppInPad(isPcAppInPad);
1025 EXPECT_EQ(WSError::WS_ERROR_NULLPTR, session_->SetIsPcAppInPad(isPcAppInPad));
H A Dwindow_session_property_test.cpp1088 HWTEST_F(WindowSessionPropertyTest, SetIsPcAppInPad, Function | SmallTest | Level2)
1095 property->SetIsPcAppInPad(isPcAppInPad);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h150 static napi_value SetIsPcAppInPad(napi_env env, napi_callback_info info);
H A Djs_scene_session.cpp345 JsSceneSession::SetIsPcAppInPad); in BindNativeMethod()
1971 napi_value JsSceneSession::SetIsPcAppInPad(napi_env env, napi_callback_info info) in SetIsPcAppInPad() function in OHOS::Rosen::JsSceneSession
4751 session->SetIsPcAppInPad(enable); in OnSetIsPcAppInPad()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h100 void SetIsPcAppInPad(bool isPcAppInPad);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp988 void WindowSessionProperty::SetIsPcAppInPad(bool isPcAppInPad) in SetIsPcAppInPad() function in OHOS::Rosen::WindowSessionProperty
1148 property->SetIsPcAppInPad(parcel.ReadBool()); in Unmarshalling()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h304 WSError SetIsPcAppInPad(bool enable);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1079 property->SetIsPcAppInPad(sessionProperty->GetIsPcAppInPad()); in InitSessionPropertyWhenConnect()
2549 WSError Session::SetIsPcAppInPad(bool enable) in SetIsPcAppInPad() function in OHOS::Rosen::Session
2557 property->SetIsPcAppInPad(enable); in SetIsPcAppInPad()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp298 property->SetIsPcAppInPad(reply.ReadBool()); in Connect()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp356 property_->SetIsPcAppInPad(parentSession->GetProperty()->GetIsPcAppInPad()); in CreateAndConnectSpecificSession()