Home
last modified time | relevance | path

Searched refs:ENTER_MISSION_CENTER (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h242 ENTER_MISSION_CENTER, // Enter the mission center enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp788 ASSERT_FALSE(proxy->SetSystemAnimatedScenes(SystemAnimatedScenes::ENTER_MISSION_CENTER));
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp2502 SystemAnimatedScenes scenes = SystemAnimatedScenes::ENTER_MISSION_CENTER;
2731 mainThread->SetSystemAnimatedScenes(SystemAnimatedScenes::ENTER_MISSION_CENTER);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp3677 if (systemAnimatedScenes < SystemAnimatedScenes::ENTER_MISSION_CENTER || in SetSystemAnimatedScenes()