Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
Dnotificationmultilinecontent_fuzzer.cpp24 notificationMultiLineContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
Dnotificationlongtextcontent_fuzzer.cpp24 notificationLongTextContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
Dnotificationpicturecontent_fuzzer.cpp24 notificationPictureContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_picture_content.h38 void SetExpandedTitle(const std::string &exTitle);
Dnotification_long_text_content.h44 void SetExpandedTitle(const std::string &exTitle);
Dnotification_multiline_content.h37 void SetExpandedTitle(const std::string &exTitle);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_multiline_content_test.cpp45 rrc->SetExpandedTitle(exTitle);
Dnotification_picture_content_test.cpp45 rrc->SetExpandedTitle(exTitle);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_long_text_content.cpp35 void NotificationLongTextContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationLongTextContent
Dnotification_multiline_content.cpp26 void NotificationMultiLineContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationMultiLineContent
Dnotification_picture_content.cpp22 void NotificationPictureContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationPictureContent
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp804 multiLineContent->SetExpandedTitle("expandedtitle");
843 pictureContent->SetExpandedTitle("expendedtitle");
883 longTextContent->SetExpandedTitle("expendedtitle");
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp3180 longContent->SetExpandedTitle(str); in GetNotificationLongTextContentDetailed()
3265 pictureContent->SetExpandedTitle(str); in GetNotificationPictureContentDetailed()
3830 multiLineContent->SetExpandedTitle(str); in GetNotificationMultiLineContent()