/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/ |
D | notificationmultilinecontent_fuzzer.cpp | 24 notificationMultiLineContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/ |
D | notificationlongtextcontent_fuzzer.cpp | 24 notificationLongTextContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/ |
D | notificationpicturecontent_fuzzer.cpp | 24 notificationPictureContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_picture_content.h | 38 void SetExpandedTitle(const std::string &exTitle);
|
D | notification_long_text_content.h | 44 void SetExpandedTitle(const std::string &exTitle);
|
D | notification_multiline_content.h | 37 void SetExpandedTitle(const std::string &exTitle);
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_multiline_content_test.cpp | 45 rrc->SetExpandedTitle(exTitle);
|
D | notification_picture_content_test.cpp | 45 rrc->SetExpandedTitle(exTitle);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_long_text_content.cpp | 35 void NotificationLongTextContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationLongTextContent
|
D | notification_multiline_content.cpp | 26 void NotificationMultiLineContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationMultiLineContent
|
D | notification_picture_content.cpp | 22 void NotificationPictureContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationPictureContent
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 804 multiLineContent->SetExpandedTitle("expandedtitle"); 843 pictureContent->SetExpandedTitle("expendedtitle"); 883 longTextContent->SetExpandedTitle("expendedtitle");
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 3180 longContent->SetExpandedTitle(str); in GetNotificationLongTextContentDetailed() 3265 pictureContent->SetExpandedTitle(str); in GetNotificationPictureContentDetailed() 3830 multiLineContent->SetExpandedTitle(str); in GetNotificationMultiLineContent()
|