Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp238 fore.NewBackground(uid, tid);
241 fore.NewBackground(uid, tid);
253 fore.NewBackground(uid, tid);
256 fore.NewBackground(uid, tid);
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dintellisense_server.h49 void NewBackground(int pid);
/ohos5.0/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/
H A Dintellisense_server.cpp144 void IntelliSenseServer::NewBackground(int pid) in NewBackground() function in OHOS::RME::IntelliSenseServer
288 NewBackground(pid); in ReportCgroupChange()
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h66 void NewBackground(int uid, int pid);
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp475 NewBackground(uid, pid); in DealSystemRequest()
567 void TaskController::NewBackground(int uid, int pid) in NewBackground() function in OHOS::ConcurrentTask::TaskController
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/
H A Dconcurrent_fuzzer.cpp805 TaskController::GetInstance().NewBackground(uid, pid); in FuzzTaskControllerNewBackground()