/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/ |
D | notificationpicturecontent_fuzzer.cpp | 26 notificationPictureContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/ |
D | notificationmultilinecontent_fuzzer.cpp | 26 notificationMultiLineContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/ |
D | notificationlongtextcontent_fuzzer.cpp | 26 notificationLongTextContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_picture_content.h | 56 void SetBriefText(const std::string &briefText);
|
D | notification_long_text_content.h | 62 void SetBriefText(const std::string &briefText);
|
D | notification_multiline_content.h | 56 void SetBriefText(const std::string &briefText);
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_picture_content_test.cpp | 59 rrc->SetBriefText(briefText); 219 rrc->SetBriefText("test");
|
D | notification_long_text_content_test.cpp | 170 rrc->SetBriefText("test");
|
D | notification_multiline_content_test.cpp | 59 rrc->SetBriefText(briefText);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_long_text_content.cpp | 45 void NotificationLongTextContent::SetBriefText(const std::string &briefText) in SetBriefText() function in OHOS::Notification::NotificationLongTextContent
|
D | notification_multiline_content.cpp | 36 void NotificationMultiLineContent::SetBriefText(const std::string &briefText) in SetBriefText() function in OHOS::Notification::NotificationMultiLineContent
|
D | notification_picture_content.cpp | 32 void NotificationPictureContent::SetBriefText(const std::string &briefText) in SetBriefText() function in OHOS::Notification::NotificationPictureContent
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 820 multiLineContent->SetBriefText("brieftext"); 859 pictureContent->SetBriefText("brieftext"); 899 longTextContent->SetBriefText("brieftext");
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 3216 longContent->SetBriefText(str); in GetNotificationLongTextContentDetailed() 3302 pictureContent->SetBriefText(str); in GetNotificationPictureContentDetailed() 3866 multiLineContent->SetBriefText(str); in GetNotificationMultiLineContent()
|