Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationbasiccontent_fuzzer/
H A Dnotificationbasiccontent_fuzzer.cpp26 std::shared_ptr<Notification::NotificationBasicContent> notificationBasicContent = in DoSomethingInterestingWithMyAPI() local
29 notificationBasicContent->GetAdditionalText(); in DoSomethingInterestingWithMyAPI()
31 notificationBasicContent->GetText(); in DoSomethingInterestingWithMyAPI()
33 notificationBasicContent->GetTitle(); in DoSomethingInterestingWithMyAPI()
35 notificationBasicContent->GetTitle(); in DoSomethingInterestingWithMyAPI()
38 notificationBasicContent->ReadFromJson(jsonObject); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_content_test.cpp77 NotificationBasicContent notificationBasicContent; in HWTEST_F() local
78 notificationBasicContent.SetAdditionalText(additionalText); in HWTEST_F()
92 NotificationBasicContent notificationBasicContent; in HWTEST_F() local
93 notificationBasicContent.SetText(Text); in HWTEST_F()
94 auto result = notificationBasicContent.GetText(); in HWTEST_F()
107 NotificationBasicContent notificationBasicContent; in HWTEST_F() local
108 notificationBasicContent.SetTitle(title); in HWTEST_F()
109 auto result = notificationBasicContent.GetTitle(); in HWTEST_F()
122 NotificationBasicContent notificationBasicContent; in HWTEST_F() local
409 notificationBasicContent->ReadFromJson(jsonObject); in HWTEST_F()
[all …]