Searched refs:SetCompatibleModeEnableInPad (Results 1 – 10 of 10) sorted by relevance
1077 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));
191 HWTEST_F(WindowSessionTest, SetCompatibleModeEnableInPad, Function | SmallTest | Level2)196 property->SetCompatibleModeEnableInPad(enable);
141 static napi_value SetCompatibleModeEnableInPad(napi_env env, napi_callback_info info);
347 JsSceneSession::SetCompatibleModeEnableInPad); in BindNativeMethod()1978 napi_value JsSceneSession::SetCompatibleModeEnableInPad(napi_env env, napi_callback_info info) in SetCompatibleModeEnableInPad() function in OHOS::Rosen::JsSceneSession4567 session->SetCompatibleModeEnableInPad(enable); in OnSetCompatibleModeEnableInPad()
101 void SetCompatibleModeEnableInPad(bool enable);
1008 void WindowSessionProperty::SetCompatibleModeEnableInPad(bool enable) in SetCompatibleModeEnableInPad() function in OHOS::Rosen::WindowSessionProperty1149 property->SetCompatibleModeEnableInPad(parcel.ReadBool()); in Unmarshalling()
308 WSError SetCompatibleModeEnableInPad(bool enable);
1068 property->SetCompatibleModeEnableInPad(sessionProperty->GetCompatibleModeEnableInPad()); in InitSessionPropertyWhenConnect()2501 WSError Session::SetCompatibleModeEnableInPad(bool enable) in SetCompatibleModeEnableInPad() function in OHOS::Rosen::Session2514 property->SetCompatibleModeEnableInPad(enable); in SetCompatibleModeEnableInPad()
299 property->SetCompatibleModeEnableInPad(reply.ReadBool()); in Connect()
3711 property_->SetCompatibleModeEnableInPad(enable); in NotifyCompatibleModeEnableInPad()