Searched refs:NewForeground (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 237 fore.NewForeground(uid, tid); 240 fore.NewForeground(uid, tid); 252 fore.NewForeground(uid, tid); 255 fore.NewForeground(uid, tid);
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | intellisense_server.h | 48 void NewForeground(int pid, int uid);
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
H A D | intellisense_server.cpp | 99 void IntelliSenseServer::NewForeground(int pid, int uid) in NewForeground() function in OHOS::RME::IntelliSenseServer 292 NewForeground(pid, uid); in ReportCgroupChange()
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 65 void NewForeground(int uid, int pid);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 472 NewForeground(uid, pid); in DealSystemRequest() 512 void TaskController::NewForeground(int uid, int pid) in NewForeground() function in OHOS::ConcurrentTask::TaskController
|
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 778 TaskController::GetInstance().NewForeground(uid, pid); in FuzzTaskControllerNewForeground()
|