Searched refs:NewForeground (Results 1 - 6 of 6) sorted by relevance
/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 237 fore.NewForeground(uid, tid); in HWTEST_F() 240 fore.NewForeground(uid, tid); in HWTEST_F() 252 fore.NewForeground(uid, tid); in HWTEST_F() 255 fore.NewForeground(uid, tid); in HWTEST_F()
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | intellisense_server.h | 48 void NewForeground(int pid, int uid);
|
/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 291 RME_LOGI("web test CgroupChange NewForeground uid is %{public}d", uid); in ReportCgroupChange() 292 NewForeground(pid, uid); in ReportCgroupChange()
|
/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 65 void NewForeground(int uid, int pid);
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 468 NewForeground(uid, pid); 508 void TaskController::NewForeground(int uid, int pid) in NewForeground() function in OHOS::ConcurrentTask::TaskController
|
/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 778 TaskController::GetInstance().NewForeground(uid, pid); in FuzzTaskControllerNewForeground()
|
Completed in 6 milliseconds