Home
last modified time | relevance | path

Searched refs:NewForeground (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp237 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 Dintellisense_server.h48 void NewForeground(int pid, int uid);
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp99 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 Dconcurrent_task_controller.h65 void NewForeground(int uid, int pid);
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp472 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 Dconcurrent_fuzzer.cpp778 TaskController::GetInstance().NewForeground(uid, pid); in FuzzTaskControllerNewForeground()