Home
last modified time | relevance | path

Searched refs:SetSystemAnimatedScenes (Results 1 - 25 of 25) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_main_thread_unit_test.cpp2523 * @tc.desc: SetSystemAnimatedScenes Test, case set 1
2533 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2535 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2537 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2539 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2541 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2543 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2545 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2547 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2553 * @tc.desc: SetSystemAnimatedScenes Tes
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp2527 * @tc.desc: SetSystemAnimatedScenes Test, case set 1
2537 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2539 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2541 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2543 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2545 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2547 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2549 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2551 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes)); in HWTEST_F()
2557 * @tc.desc: SetSystemAnimatedScenes Tes
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h239 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
H A Drs_interfaces.cpp558 bool RSInterfaces::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSInterfaces
560 return renderServiceClient_->SetSystemAnimatedScenes(systemAnimatedScenes); in SetSystemAnimatedScenes()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp172 rsInterfaces.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in RSPhysicalScreenFuzzTest()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp829 * @tc.name: SetSystemAnimatedScenes Test
830 * @tc.desc: SetSystemAnimatedScenes Test
834 HWTEST_F(RSRenderServiceConnectionProxyTest, SetSystemAnimatedScenes, TestSize.Level1) in HWTEST_F()
837 ASSERT_FALSE(proxy->SetSystemAnimatedScenes(SystemAnimatedScenes::ENTER_MISSION_CENTER)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h250 virtual bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) = 0;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp198 rsRenderServiceConnectionProxy.SetSystemAnimatedScenes(systemAnimatedScenes); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h222 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
H A Drs_render_service_client.cpp1257 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceClient
1261 ROSEN_LOGE("RSRenderServiceClient::SetSystemAnimatedScenes renderService == nullptr!"); in SetSystemAnimatedScenes()
1264 return renderService->SetSystemAnimatedScenes(systemAnimatedScenes); in SetSystemAnimatedScenes()
H A Drs_render_service_connection_proxy.cpp2454 bool RSRenderServiceConnectionProxy::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceConnectionProxy
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h247 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
H A Drs_main_thread.h226 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
H A Drs_render_service_connection.cpp1741 bool RSRenderServiceConnection::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes)
1748 return mainThread_->SetSystemAnimatedScenes(systemAnimatedScenes);
H A Drs_main_thread.cpp3745 bool RSMainThread::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in RSMainThread
3752 RS_LOGD("RSMainThread::SetSystemAnimatedScenes Out of range."); in SetSystemAnimatedScenes()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp493 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceClient
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h307 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp493 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceClient
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h101 static napi_value SetSystemAnimatedScenes(napi_env env, napi_callback_info info);
H A Djs_scene_session_manager.cpp178 JsSceneSessionManager::SetSystemAnimatedScenes); in Init()
766 napi_value JsSceneSessionManager::SetSystemAnimatedScenes(napi_env env, napi_callback_info info) in SetSystemAnimatedScenes() function in OHOS::Rosen::JsSceneSessionManager
2217 WMError ret = SceneSessionManager::GetInstance().SetSystemAnimatedScenes(sceneType); in OnSetSystemAnimatedScenes()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1593 * @tc.name: SetSystemAnimatedScenes
1594 * @tc.desc: Test SetSystemAnimatedScenes
1598 HWTEST_F(RSInterfacesTest, SetSystemAnimatedScenes, Function | SmallTest | Level2) in HWTEST_F()
1600 ASSERT_TRUE(rsInterfaces->SetSystemAnimatedScenes(SystemAnimatedScenes::OTHERS)); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp731 * @tc.name: SetSystemAnimatedScenes
732 * @tc.desc: SetSystemAnimatedScenes
735 HWTEST_F(SceneSessionManagerTest4, SetSystemAnimatedScenes, Function | SmallTest | Level3) in HWTEST_F()
739 auto result = ssm_->SetSystemAnimatedScenes(sceneType); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1462 bool result = SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in OnRemoteRequest()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h379 WMError SetSystemAnimatedScenes(SystemAnimatedSceneType sceneType);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp7765 WMError SceneSessionManager::SetSystemAnimatedScenes(SystemAnimatedSceneType sceneType) in SetSystemAnimatedScenes() function in OHOS::Rosen::SceneSessionManager
7774 bool ret = rsInterface_.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(sceneType)); in SetSystemAnimatedScenes()
7779 taskScheduler_->PostAsyncTask(task, "SetSystemAnimatedScenes"); in SetSystemAnimatedScenes()
10616 SetSystemAnimatedScenes(enterRecent ? in NotifyEnterRecentTask()

Completed in 98 milliseconds