Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp536 bool ddlEnabled = OHOS::system::GetBoolParameter(INTERVAL_DDL, false); in NewForeground() local
541 if (ddlEnabled && pid != curGamePid_) { in NewForeground()
548 NewForegroundAppRecord(pid, uiTid, ddlEnabled); in NewForeground()
552 void TaskController::NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled) in NewForegroundAppRecord() argument
560 if (ddlEnabled && pid != curGamePid_) { in NewForegroundAppRecord()
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h92 void NewForegroundAppRecord(int pid, int uiTid, bool ddlEnabled);