Home
last modified time | relevance | path

Searched refs:notificationNormalContent (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationnormalcontent_fuzzer/
Dnotificationnormalcontent_fuzzer.cpp26 Notification::NotificationNormalContent notificationNormalContent; in DoSomethingInterestingWithMyAPI() local
28 notificationNormalContent.Dump(); in DoSomethingInterestingWithMyAPI()
31 notificationNormalContent.ToJson(jsonObject); in DoSomethingInterestingWithMyAPI()
32 notificationNormalContent.FromJson(jsonObject); in DoSomethingInterestingWithMyAPI()
35 notificationNormalContent.Unmarshalling(parcel); in DoSomethingInterestingWithMyAPI()
36 notificationNormalContent.ReadFromParcel(parcel); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp1585 auto notificationNormalContent = std::make_shared<NotificationNormalContent>(); in UpdateNotificationCommon() local
1586 notificationNormalContent->SetText(displayContent_); in UpdateNotificationCommon()
1587 notificationNormalContent->SetTitle(title_); in UpdateNotificationCommon()
1588 auto notificationContent = std::make_shared<NotificationContent>(notificationNormalContent); in UpdateNotificationCommon()