Home
last modified time | relevance | path

Searched refs:NewForegroundAppRecord (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp573 * @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 Dconcurrent_task_controller.h90 void NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled);
/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp545 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 Dconcurrent_fuzzer.cpp792 TaskController::GetInstance().NewForegroundAppRecord(pid, uiPid, ddlEnable); in FuzzTaskControllerNewForegroundAppRecord()

Completed in 5 milliseconds