Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/test/ut/
H A Dcpu_monitor_test.cpp180 TEST_F(CpuMonitorTest, IsExceedDeepSleepThreshold) in TEST_F() argument
188 bool ret = cpu.IsExceedDeepSleepThreshold(); in TEST_F()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_monitor.h59 bool IsExceedDeepSleepThreshold();
H A Dscpuworker_manager.cpp181 if (monitor->IsExceedDeepSleepThreshold()) { in WorkerIdleAction()
H A Dcpu_monitor.cpp239 bool CPUMonitor::IsExceedDeepSleepThreshold() in IsExceedDeepSleepThreshold() function in ffrt::CPUMonitor