Searched refs:AddKeyThread (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 292 foregroundapprecord.AddKeyThread(tid, prio); 294 foregroundapprecord.AddKeyThread(tid, prio); 296 foregroundapprecord.AddKeyThread(tid, prio); 298 foregroundapprecord.AddKeyThread(tid, prio); 304 foregroundapprecord.AddKeyThread(tid, prio); 309 foregroundapprecord.AddKeyThread(tid, prio);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 134 void AddKeyThread(int tid, int prio = PRIO_NORMAL);
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 542 iter->AddKeyThread(uiTid, PRIO_RT); in NewForeground() 561 appRecord.AddKeyThread(uiTid, PRIO_RT); in NewForegroundAppRecord() 1036 void ForegroundAppRecord::AddKeyThread(int tid, int prio) in AddKeyThread() function in OHOS::ConcurrentTask::ForegroundAppRecord
|