Searched refs:NewForegroundAppRecord (Results 1 - 4 of 4) sorted by relevance
/foundation/resourceschedule/qos_manager/test/unittest/phone/ |
H A D | concurrent_task_controller_test.cpp | 573 * @tc.name: NewForegroundAppRecord 574 * @tc.desc: Test whether the NewForegroundAppRecord interface are normal. 577 HWTEST_F(ConcurrentTaskControllerTest, NewForegroundAppRecord, TestSize.Level1) in HWTEST_F() 580 TaskController::GetInstance().NewForegroundAppRecord(756, 756, true); in HWTEST_F() 581 TaskController::GetInstance().NewForegroundAppRecord(757, 757, true); in HWTEST_F() 582 TaskController::GetInstance().NewForegroundAppRecord(757, 757, false); in HWTEST_F()
|
/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_controller.h | 90 void NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled);
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 545 NewForegroundAppRecord(pid, uiTid, ddlEnabled); in NewForeground() 549 void TaskController::NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled) in NewForegroundAppRecord() function in OHOS::ConcurrentTask::TaskController
|
/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 792 TaskController::GetInstance().NewForegroundAppRecord(pid, uiPid, ddlEnable); in FuzzTaskControllerNewForegroundAppRecord()
|
Completed in 5 milliseconds