Home
last modified time | relevance | path

Searched refs:NOTIFICATION_SEEN (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h49 static const int32_t NOTIFICATION_SEEN = 19; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp51 {BundleActiveEvent::NOTIFICATION_SEEN, GROUP_EVENT_REASON_NOTIFY_SEEN}, in BundleActiveGroupController()
264 case BundleActiveEvent::NOTIFICATION_SEEN: in ReportEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp599 database_.QueryNotificationEventStats(BundleActiveEvent::NOTIFICATION_SEEN, in QueryNotificationEventStats()
624 && (currentStats->events_.events_[i].eventId_== BundleActiveEvent::NOTIFICATION_SEEN)) { in GetCachedNotificationEvents()
630 singleEventStats.eventId_ = BundleActiveEvent::NOTIFICATION_SEEN; in GetCachedNotificationEvents()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp1107 event.eventId_ = BundleActiveEvent::NOTIFICATION_SEEN;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp857 …Stats::BundleActiveEvent event(DeviceUsageStats::BundleActiveEvent::NOTIFICATION_SEEN, bundleName); in ReportInfoToResourceSchedule()