Home
last modified time | relevance | path

Searched refs:SetBriefText (Results 1 – 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
Dnotificationmultilinecontent_fuzzer.cpp26 notificationMultiLineContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
Dnotificationlongtextcontent_fuzzer.cpp26 notificationLongTextContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
Dnotificationpicturecontent_fuzzer.cpp26 notificationPictureContent.SetBriefText(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_picture_content.h56 void SetBriefText(const std::string &briefText);
Dnotification_long_text_content.h62 void SetBriefText(const std::string &briefText);
Dnotification_multiline_content.h56 void SetBriefText(const std::string &briefText);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_multiline_content_test.cpp59 rrc->SetBriefText(briefText);
Dnotification_picture_content_test.cpp59 rrc->SetBriefText(briefText);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_long_text_content.cpp45 void NotificationLongTextContent::SetBriefText(const std::string &briefText) in SetBriefText() function in OHOS::Notification::NotificationLongTextContent
Dnotification_multiline_content.cpp36 void NotificationMultiLineContent::SetBriefText(const std::string &briefText) in SetBriefText() function in OHOS::Notification::NotificationMultiLineContent
Dnotification_picture_content.cpp32 void NotificationPictureContent::SetBriefText(const std::string &briefText) in SetBriefText() function in OHOS::Notification::NotificationPictureContent
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp805 multiLineContent->SetBriefText("brieftext");
844 pictureContent->SetBriefText("brieftext");
884 longTextContent->SetBriefText("brieftext");
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp3164 longContent->SetBriefText(str); in GetNotificationLongTextContentDetailed()
3250 pictureContent->SetBriefText(str); in GetNotificationPictureContentDetailed()
3814 multiLineContent->SetBriefText(str); in GetNotificationMultiLineContent()