Home
last modified time | relevance | path

Searched defs:reportCache (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_analytics_util.cpp610 ReportCache reportCache = AggregateLiveView(); in ExecuteLiveViewReport() local
672 ReportCache reportCache; in AggregateLiveView() local
1092 ReportCache reportCache; in AddListCache() local
1287 ReportCache reportCache; in AddSuccessListCache() local
1320 auto reportCache = successReportCacheList.front(); in Aggregate() local
1344 auto reportCache = Aggregate(); in ExecuteSuccessCacheList() local
1351 auto reportCache = reportAggList.front(); in ExecuteSuccessCacheList() local
1381 auto reportCache = reportCacheList.front(); in ExecuteCacheList() local
1400 void NotificationAnalyticsUtil::ReportCommonEvent(const ReportCache& reportCache) in ReportCommonEvent()
1559 ReportCache reportCache; in ReportSlotEnable() local
[all …]
/base/notification/distributed_notification_service/services/ans/test/unittest/common_utils/
Dnotification_analytics_util_test.cpp367 ReportCache reportCache = NotificationAnalyticsUtil::AggregateLiveView(); variable