Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp577 HWTEST_F(ConcurrentTaskControllerTest, NewForegroundAppRecord, TestSize.Level1)
580 TaskController::GetInstance().NewForegroundAppRecord(756, 756, true);
581 TaskController::GetInstance().NewForegroundAppRecord(757, 757, true);
582 TaskController::GetInstance().NewForegroundAppRecord(757, 757, false);
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h92 void NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled);
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp548 NewForegroundAppRecord(pid, uiTid, ddlEnabled); in NewForeground()
552 void TaskController::NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled) in NewForegroundAppRecord() function in OHOS::ConcurrentTask::TaskController
/ohos5.0/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/
H A Dconcurrent_fuzzer.cpp792 TaskController::GetInstance().NewForegroundAppRecord(pid, uiPid, ddlEnable); in FuzzTaskControllerNewForegroundAppRecord()