/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_main_thread_unit_test.cpp | 2523 * @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 D | rs_main_thread_test.cpp | 2527 * @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 D | rs_interfaces.h | 239 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
|
H A D | rs_interfaces.cpp | 558 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 D | rsinterfaces_fuzzer.cpp | 172 rsInterfaces.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in RSPhysicalScreenFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 829 * @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 D | rs_irender_service_connection.h | 250 virtual bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) = 0;
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 198 rsRenderServiceConnectionProxy.SetSystemAnimatedScenes(systemAnimatedScenes);
in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 222 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
|
H A D | rs_render_service_client.cpp | 1257 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 D | rs_render_service_connection_proxy.cpp | 2454 bool RSRenderServiceConnectionProxy::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceConnectionProxy
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 247 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
|
H A D | rs_main_thread.h | 226 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
|
H A D | rs_render_service_connection.cpp | 1741 bool RSRenderServiceConnection::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) 1748 return mainThread_->SetSystemAnimatedScenes(systemAnimatedScenes);
|
H A D | rs_main_thread.cpp | 3745 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 D | rs_render_service_client.cpp | 493 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 D | rs_render_service_client.h | 307 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 493 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 D | js_scene_session_manager.h | 101 static napi_value SetSystemAnimatedScenes(napi_env env, napi_callback_info info);
|
H A D | js_scene_session_manager.cpp | 178 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 D | rs_interfaces_test.cpp | 1593 * @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 D | scene_session_manager_test4.cpp | 731 * @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 D | rs_render_service_connection_stub.cpp | 1462 bool result = SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in OnRemoteRequest()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 379 WMError SetSystemAnimatedScenes(SystemAnimatedSceneType sceneType);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 7765 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()
|