Home
last modified time | relevance | path

Searched refs:SYSTEM_WAKEUP (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_power_state_callback_service.cpp36 eventId = BundleActiveEvent::SYSTEM_WAKEUP; in OnPowerStateChanged()
H A Dbundle_active_core.cpp634 case BundleActiveEvent::SYSTEM_WAKEUP: in ObtainSystemEventName()
H A Dbundle_active_usage_database.cpp1851 case BundleActiveEvent::SYSTEM_WAKEUP: in GetSystemEventName()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h53 static const int32_t SYSTEM_WAKEUP = 23; member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp558 database_.QueryDeviceEventStats(BundleActiveEvent::SYSTEM_WAKEUP, beginTime, endTime, systemEventStats, userId); in QueryDeviceEventStats()
585 || (currentStats->events_.events_[i].eventId_== BundleActiveEvent::SYSTEM_WAKEUP))) { in GetCachedSystemEvents()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp293 event.eventId_ = BundleActiveEvent::SYSTEM_WAKEUP; in HWTEST_F()
338 userId = BundleActiveEvent::SYSTEM_WAKEUP; in HWTEST_F()
339 EXPECT_EQ(database->GetSystemEventName(userId), "SYSTEM_WAKEUP"); in HWTEST_F()

Completed in 10 milliseconds