Home
last modified time | relevance | path

Searched refs:SetIsPcAppInPad (Results 1 - 15 of 15) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp1249 windowSceneSessionImpl->property_->SetIsPcAppInPad(false); in HWTEST_F()
1258 windowSceneSessionImpl->property_->SetIsPcAppInPad(false); in HWTEST_F()
1284 windowSceneSessionImpl->property_->SetIsPcAppInPad(false); in HWTEST_F()
1293 windowSceneSessionImpl->property_->SetIsPcAppInPad(false); in HWTEST_F()
1319 windowSceneSessionImpl->property_->SetIsPcAppInPad(false); in HWTEST_F()
1328 windowSceneSessionImpl->property_->SetIsPcAppInPad(false); in HWTEST_F()
1337 windowSceneSessionImpl->property_->SetIsPcAppInPad(true); in HWTEST_F()
1364 windowSceneSessionImpl->property_->SetIsPcAppInPad(false); in HWTEST_F()
1373 windowSceneSessionImpl->property_->SetIsPcAppInPad(false); in HWTEST_F()
1382 windowSceneSessionImpl->property_->SetIsPcAppInPad(tru in HWTEST_F()
[all...]
H A Dwindow_session_impl_test4.cpp1481 window->property_->SetIsPcAppInPad(true); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test3.cpp752 * @tc.name: SetIsPcAppInPad
753 * @tc.desc: SetIsPcAppInPad
756 HWTEST_F(SceneSessionTest3, SetIsPcAppInPad, Function | SmallTest | Level2) in HWTEST_F()
759 info.abilityName_ = "SetIsPcAppInPad"; in HWTEST_F()
760 info.bundleName_ = "SetIsPcAppInPad"; in HWTEST_F()
764 ASSERT_EQ(WSError::WS_ERROR_NULLPTR, sceneSession->SetIsPcAppInPad(false)); in HWTEST_F()
768 ASSERT_EQ(WSError::WS_OK, sceneSession->SetIsPcAppInPad(false)); in HWTEST_F()
H A Dscene_session_manager_test11.cpp161 sceneSession->GetSessionProperty()->SetIsPcAppInPad(isPcOrPadEnableActivation); in HWTEST_F()
H A Dwindow_session_property_test.cpp1131 * @tc.name: SetIsPcAppInPad/GetIsPcAppInPad
1132 * @tc.desc: SetIsPcAppInPad/GetIsPcAppInPad
1135 HWTEST_F(WindowSessionPropertyTest, SetIsPcAppInPad, Function | SmallTest | Level2) in HWTEST_F()
1142 property->SetIsPcAppInPad(isPcAppInPad); in HWTEST_F()
H A Dscene_session_manager_test3.cpp919 sceneSession->SetIsPcAppInPad(false); in HWTEST_F()
943 sceneSession->SetIsPcAppInPad(true); in HWTEST_F()
967 sceneSession->SetIsPcAppInPad(false); in HWTEST_F()
H A Dsession_test3.cpp1149 * @tc.name: SetIsPcAppInPad
1150 * @tc.desc: SetIsPcAppInPad Test
1153 HWTEST_F(WindowSessionTest3, SetIsPcAppInPad, Function | SmallTest | Level2) in HWTEST_F()
1158 auto result = session_->SetIsPcAppInPad(isPcAppInPad); in HWTEST_F()
1162 EXPECT_EQ(WSError::WS_ERROR_NULLPTR, session_->SetIsPcAppInPad(isPcAppInPad)); in HWTEST_F()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.h146 static napi_value SetIsPcAppInPad(napi_env env, napi_callback_info info);
H A Djs_scene_session.cpp350 JsSceneSession::SetIsPcAppInPad); in BindNativeMethod()
1967 napi_value JsSceneSession::SetIsPcAppInPad(napi_env env, napi_callback_info info) in SetIsPcAppInPad() function in OHOS::Rosen::JsSceneSession
4724 session->SetIsPcAppInPad(enable); in OnSetIsPcAppInPad()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h101 void SetIsPcAppInPad(bool isPcAppInPad);
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp971 void WindowSessionProperty::SetIsPcAppInPad(bool isPcAppInPad) in SetIsPcAppInPad() function in OHOS::Rosen::WindowSessionProperty
1132 property->SetIsPcAppInPad(parcel.ReadBool()); in Unmarshalling()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1067 property->SetIsPcAppInPad(sessionProperty->GetIsPcAppInPad()); in InitSessionPropertyWhenConnect()
2444 WSError Session::SetIsPcAppInPad(bool enable) in SetIsPcAppInPad() function in OHOS::Rosen::Session
2446 TLOGI(WmsLogTag::WMS_SCB, "SetIsPcAppInPad enable: %{public}d", enable); in SetIsPcAppInPad()
2452 property->SetIsPcAppInPad(enable); in SetIsPcAppInPad()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h318 WSError SetIsPcAppInPad(bool enable);
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_proxy.cpp307 property->SetIsPcAppInPad(reply.ReadBool()); in Connect()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp351 property_->SetIsPcAppInPad(parentSession->GetProperty()->GetIsPcAppInPad()); in CreateAndConnectSpecificSession()

Completed in 43 milliseconds