Searched refs:SetIsPcAppInPad (Results 1 – 12 of 12) sorted by relevance
1162 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 …]
1335 window->property_->SetIsPcAppInPad(true);
1016 HWTEST_F(WindowSessionTest3, SetIsPcAppInPad, Function | SmallTest | Level2)1021 auto result = session_->SetIsPcAppInPad(isPcAppInPad);1025 EXPECT_EQ(WSError::WS_ERROR_NULLPTR, session_->SetIsPcAppInPad(isPcAppInPad));
1088 HWTEST_F(WindowSessionPropertyTest, SetIsPcAppInPad, Function | SmallTest | Level2)1095 property->SetIsPcAppInPad(isPcAppInPad);
150 static napi_value SetIsPcAppInPad(napi_env env, napi_callback_info info);
345 JsSceneSession::SetIsPcAppInPad); in BindNativeMethod()1971 napi_value JsSceneSession::SetIsPcAppInPad(napi_env env, napi_callback_info info) in SetIsPcAppInPad() function in OHOS::Rosen::JsSceneSession4751 session->SetIsPcAppInPad(enable); in OnSetIsPcAppInPad()
100 void SetIsPcAppInPad(bool isPcAppInPad);
988 void WindowSessionProperty::SetIsPcAppInPad(bool isPcAppInPad) in SetIsPcAppInPad() function in OHOS::Rosen::WindowSessionProperty1148 property->SetIsPcAppInPad(parcel.ReadBool()); in Unmarshalling()
304 WSError SetIsPcAppInPad(bool enable);
1079 property->SetIsPcAppInPad(sessionProperty->GetIsPcAppInPad()); in InitSessionPropertyWhenConnect()2549 WSError Session::SetIsPcAppInPad(bool enable) in SetIsPcAppInPad() function in OHOS::Rosen::Session2557 property->SetIsPcAppInPad(enable); in SetIsPcAppInPad()
298 property->SetIsPcAppInPad(reply.ReadBool()); in Connect()
356 property_->SetIsPcAppInPad(parentSession->GetProperty()->GetIsPcAppInPad()); in CreateAndConnectSpecificSession()