Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp36 const std::string INTERVAL_DDL = "persist.ffrt.interval.renderthread"; variable
536 bool ddlEnabled = OHOS::system::GetBoolParameter(INTERVAL_DDL, false); in NewForeground()
1022 if (OHOS::system::GetBoolParameter(INTERVAL_DDL, false) && createGrp) { in ForegroundAppRecord()