Home
last modified time | relevance | path

Searched refs:reportCache (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp388 ReportCache reportCache; in AddListCache() local
389 reportCache.want = want; in AddListCache()
390 reportCache.eventCode = eventCode; in AddListCache()
391 reportCacheList.push_back(reportCache); in AddListCache()
404 auto reportCache = reportCacheList.front(); in ExecuteCacheList() local
405 ReportCommonEvent(reportCache); in ExecuteCacheList()
423 void NotificationAnalyticsUtil::ReportCommonEvent(const ReportCache& reportCache) in ReportCommonEvent() argument
427 EventFwk::CommonEventData commonData {reportCache.want, reportCache.eventCode, ""}; in ReportCommonEvent()
429 ANS_LOGE("Publish event failed %{public}d", reportCache in ReportCommonEvent()
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_analytics_util.h134 static void ReportCommonEvent(const ReportCache& reportCache);

Completed in 1 milliseconds