Home
last modified time | relevance | path

Searched refs:SYSTEM_UNLOCK (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h51 static const int32_t SYSTEM_UNLOCK = 21; member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp199 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::SYSTEM_UNLOCK; in HandleLockEvent()
628 case BundleActiveEvent::SYSTEM_UNLOCK: in ObtainSystemEventName()
H A Dbundle_active_usage_database.cpp1845 case BundleActiveEvent::SYSTEM_UNLOCK: in GetSystemEventName()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp556 database_.QueryDeviceEventStats(BundleActiveEvent::SYSTEM_UNLOCK, beginTime, endTime, systemEventStats, userId); in QueryDeviceEventStats()
583 || (currentStats->events_.events_[i].eventId_== BundleActiveEvent::SYSTEM_UNLOCK) in GetCachedSystemEvents()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp287 event.eventId_ = BundleActiveEvent::SYSTEM_UNLOCK; in HWTEST_F()
332 userId = BundleActiveEvent::SYSTEM_UNLOCK; in HWTEST_F()
333 EXPECT_EQ(database->GetSystemEventName(userId), "SYSTEM_UNLOCK"); in HWTEST_F()

Completed in 10 milliseconds