Home
last modified time | relevance | path

Searched refs:EndScene (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/resourceschedule/frame_aware_sched/common/include/
H A Drtg_interface.h99 int EndScene(int grpId);
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp323 foregroundapprecord.EndScene();
326 foregroundapprecord.EndScene();
329 foregroundapprecord.EndScene();
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp155 EndScene(grpId); in NewBackground()
182 EndScene(grpId); in NewDiedProcess()
/ohos5.0/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
H A Drtg_interface_test.cpp258 ret = EndScene(grpId);
272 ret = EndScene(-1);
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h136 bool EndScene();
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp586 iter->EndScene(); in NewBackground()
1074 bool ForegroundAppRecord::EndScene() in EndScene() function in OHOS::ConcurrentTask::ForegroundAppRecord
1080 OHOS::RME::EndScene(grpId_); in EndScene()
/ohos5.0/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/
H A Drtg_interface.cpp270 int EndScene(int grpId) in EndScene() function