Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/common/
Dnotification_analytics_util.cpp459 std::string ansData = NotificationAnalyticsUtil::BuildAnsData(request, message); in ReportPublishSuccessEvent() local
631 nlohmann::json ansData; in AggregateLiveView() local
689 nlohmann::json ansData; in BuildAnsData() local
799 nlohmann::json ansData; in ReportSAPublishSuccessEvent() local
821 nlohmann::json ansData; in ReportPublishWithUserInput() local
1222 nlohmann::json ansData; in AggregateBadgeChange() local
1313 std::string ansData = reportCachetemp.want.GetStringParam("ansData"); in Aggregate() local
1431 std::string ansData = operationMessage.ToJson(); in ReportOperationsDotEvent() local
1568 nlohmann::json ansData; in BuildSlotReportCache() local
/base/notification/distributed_notification_service/services/ans/test/unittest/common_utils/
Dnotification_analytics_util_test.cpp370 std::string ansData = reportCache.want.GetStringParam("ansData"); variable