Home
last modified time | relevance | path

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

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h50 static const int32_t SYSTEM_LOCK = 20; member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp201 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::SYSTEM_LOCK; in HandleLockEvent()
625 case BundleActiveEvent::SYSTEM_LOCK: in ObtainSystemEventName()
H A Dbundle_active_usage_database.cpp1842 case BundleActiveEvent::SYSTEM_LOCK: in GetSystemEventName()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp555 database_.QueryDeviceEventStats(BundleActiveEvent::SYSTEM_LOCK, beginTime, endTime, systemEventStats, userId); in QueryDeviceEventStats()
582 && ((currentStats->events_.events_[i].eventId_== BundleActiveEvent::SYSTEM_LOCK) in GetCachedSystemEvents()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp284 event.eventId_ = BundleActiveEvent::SYSTEM_LOCK; in HWTEST_F()
329 int32_t userId = BundleActiveEvent::SYSTEM_LOCK; in HWTEST_F()
330 EXPECT_EQ(database->GetSystemEventName(userId), "SYSTEM_LOCK"); in HWTEST_F()
H A Dpackage_usage_test.cpp111 eventId = BundleActiveEvent::SYSTEM_LOCK; in HWTEST_F()

Completed in 13 milliseconds