Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/utils/native/include/
H A Dstats_hisysevent.h78 static constexpr const char* WORK_STOP = "WORK_STOP"; variable
116 WORK_STOP,
/ohos5.0/foundation/resourceschedule/work_scheduler/
H A Dhisysevent.yaml44 WORK_STOP:
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_listener.cpp89 eventName == StatsHiSysEvent::WORK_STOP) { in ProcessHiSysEvent()