Searched refs:notificationNormalContent (Results 1 – 2 of 2) sorted by relevance
26 Notification::NotificationNormalContent notificationNormalContent; in DoSomethingInterestingWithMyAPI() local28 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()
1585 auto notificationNormalContent = std::make_shared<NotificationNormalContent>(); in UpdateNotificationCommon() local1586 notificationNormalContent->SetText(displayContent_); in UpdateNotificationCommon()1587 notificationNormalContent->SetTitle(title_); in UpdateNotificationCommon()1588 auto notificationContent = std::make_shared<NotificationContent>(notificationNormalContent); in UpdateNotificationCommon()