Home
last modified time | relevance | path

Searched refs:ddlEnabled (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp532 bool ddlEnabled = OHOS::system::GetBoolParameter(INTERVAL_DDL, false); in NewForeground() local
537 if (ddlEnabled && pid != curGamePid_) { in NewForeground()
545 NewForegroundAppRecord(pid, uiTid, ddlEnabled); in NewForeground()
549 void TaskController::NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled) in NewForegroundAppRecord() argument
557 if (ddlEnabled && pid != curGamePid_) { in NewForegroundAppRecord()
/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h90 void NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled);

Completed in 3 milliseconds