/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test3.cpp | 1249 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 D | window_session_impl_test4.cpp | 1481 window->property_->SetIsPcAppInPad(true); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test3.cpp | 752 * @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 D | scene_session_manager_test11.cpp | 161 sceneSession->GetSessionProperty()->SetIsPcAppInPad(isPcOrPadEnableActivation); in HWTEST_F()
|
H A D | window_session_property_test.cpp | 1131 * @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 D | scene_session_manager_test3.cpp | 919 sceneSession->SetIsPcAppInPad(false); in HWTEST_F() 943 sceneSession->SetIsPcAppInPad(true); in HWTEST_F() 967 sceneSession->SetIsPcAppInPad(false); in HWTEST_F()
|
H A D | session_test3.cpp | 1149 * @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 D | js_scene_session.h | 146 static napi_value SetIsPcAppInPad(napi_env env, napi_callback_info info);
|
H A D | js_scene_session.cpp | 350 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 D | window_session_property.h | 101 void SetIsPcAppInPad(bool isPcAppInPad);
|
/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 971 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 D | session.cpp | 1067 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 D | session.h | 318 WSError SetIsPcAppInPad(bool enable);
|
/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_proxy.cpp | 307 property->SetIsPcAppInPad(reply.ReadBool()); in Connect()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 351 property_->SetIsPcAppInPad(parentSession->GetProperty()->GetIsPcAppInPad()); in CreateAndConnectSpecificSession()
|