Home
last modified time | relevance | path

Searched refs:SetCompatibleModeEnableInPad (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test3.cpp1077 HWTEST_F(WindowSessionTest3, SetCompatibleModeEnableInPad, Function | SmallTest | Level2)
1086 ASSERT_EQ(WSError::WS_ERROR_NULLPTR, session_->SetCompatibleModeEnableInPad(enable));
1089 ASSERT_EQ(WSError::WS_OK, session_->SetCompatibleModeEnableInPad(enable));
1092 ASSERT_EQ(WSError::WS_OK, session_->SetCompatibleModeEnableInPad(enable));
H A Dsession_test.cpp191 HWTEST_F(WindowSessionTest, SetCompatibleModeEnableInPad, Function | SmallTest | Level2)
196 property->SetCompatibleModeEnableInPad(enable);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h141 static napi_value SetCompatibleModeEnableInPad(napi_env env, napi_callback_info info);
H A Djs_scene_session.cpp347 JsSceneSession::SetCompatibleModeEnableInPad); in BindNativeMethod()
1978 napi_value JsSceneSession::SetCompatibleModeEnableInPad(napi_env env, napi_callback_info info) in SetCompatibleModeEnableInPad() function in OHOS::Rosen::JsSceneSession
4567 session->SetCompatibleModeEnableInPad(enable); in OnSetCompatibleModeEnableInPad()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h101 void SetCompatibleModeEnableInPad(bool enable);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1008 void WindowSessionProperty::SetCompatibleModeEnableInPad(bool enable) in SetCompatibleModeEnableInPad() function in OHOS::Rosen::WindowSessionProperty
1149 property->SetCompatibleModeEnableInPad(parcel.ReadBool()); in Unmarshalling()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h308 WSError SetCompatibleModeEnableInPad(bool enable);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1068 property->SetCompatibleModeEnableInPad(sessionProperty->GetCompatibleModeEnableInPad()); in InitSessionPropertyWhenConnect()
2501 WSError Session::SetCompatibleModeEnableInPad(bool enable) in SetCompatibleModeEnableInPad() function in OHOS::Rosen::Session
2514 property->SetCompatibleModeEnableInPad(enable); in SetCompatibleModeEnableInPad()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp299 property->SetCompatibleModeEnableInPad(reply.ReadBool()); in Connect()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3711 property_->SetCompatibleModeEnableInPad(enable); in NotifyCompatibleModeEnableInPad()