Home
last modified time | relevance | path

Searched refs:SetSystemAnimatedScenes (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp2503 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2505 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2507 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2509 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2511 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2513 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2515 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2517 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2533 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
2535 ASSERT_TRUE(mainThread->SetSystemAnimatedScenes(scenes));
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp163 rsInterfaces.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in RSPhysicalScreenFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp517 bool RSInterfaces::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSInterfaces
519 return renderServiceClient_->SetSystemAnimatedScenes(systemAnimatedScenes); in SetSystemAnimatedScenes()
H A Drs_interfaces.h240 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp785 HWTEST_F(RSRenderServiceConnectionProxyTest, SetSystemAnimatedScenes, TestSize.Level1)
788 ASSERT_FALSE(proxy->SetSystemAnimatedScenes(SystemAnimatedScenes::ENTER_MISSION_CENTER));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp197 rsRenderServiceConnectionProxy.SetSystemAnimatedScenes(systemAnimatedScenes); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h249 virtual bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp478 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp478 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/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.cpp1302 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceClient
1309 return renderService->SetSystemAnimatedScenes(systemAnimatedScenes); in SetSystemAnimatedScenes()
H A Drs_render_service_connection_proxy.cpp2290 bool RSRenderServiceConnectionProxy::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedSce… in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceConnectionProxy
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h248 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
H A Drs_main_thread.h222 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
H A Drs_render_service_connection.cpp1775 bool RSRenderServiceConnection::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSRenderServiceConnection
1782 return mainThread_->SetSystemAnimatedScenes(systemAnimatedScenes); in SetSystemAnimatedScenes()
H A Drs_main_thread.cpp3672 bool RSMainThread::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() function in OHOS::Rosen::RSMainThread
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h314 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.h107 static napi_value SetSystemAnimatedScenes(napi_env env, napi_callback_info info);
H A Djs_scene_session_manager.cpp191 JsSceneSessionManager::SetSystemAnimatedScenes); in Init()
839 napi_value JsSceneSessionManager::SetSystemAnimatedScenes(napi_env env, napi_callback_info info) in SetSystemAnimatedScenes() function in OHOS::Rosen::JsSceneSessionManager
2359 WMError ret = SceneSessionManager::GetInstance().SetSystemAnimatedScenes(sceneType); in OnSetSystemAnimatedScenes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1586 HWTEST_F(RSInterfacesTest, SetSystemAnimatedScenes, Function | SmallTest | Level2)
1588 ASSERT_TRUE(rsInterfaces->SetSystemAnimatedScenes(SystemAnimatedScenes::OTHERS));
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp779 HWTEST_F(SceneSessionManagerTest4, SetSystemAnimatedScenes, Function | SmallTest | Level3)
783 auto result = ssm_->SetSystemAnimatedScenes(sceneType);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h369 WMError SetSystemAnimatedScenes(SystemAnimatedSceneType sceneType);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1505 … bool result = SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8152 WMError SceneSessionManager::SetSystemAnimatedScenes(SystemAnimatedSceneType sceneType) in SetSystemAnimatedScenes() function in OHOS::Rosen::SceneSessionManager
8161 … bool ret = rsInterface_.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(sceneType)); in SetSystemAnimatedScenes()
10911 SetSystemAnimatedScenes(enterRecent ? in NotifyEnterRecentTask()