Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_status.cpp39 static bool g_groupDebugMode = false; variable
235 if (!g_groupDebugMode && ((!groupChanged_ && !SetMinInterval()) || minInterval_ == -1)) { in IsReady()
458 g_groupDebugMode = interval == 0 ? false : true; in SetMinIntervalByDump()