Home
last modified time | relevance | path

Searched refs:SetExpandedTitle (Results 1 - 16 of 16) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
H A Dnotificationmultilinecontent_fuzzer.cpp24 notificationMultiLineContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
H A Dnotificationlongtextcontent_fuzzer.cpp24 notificationLongTextContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
H A Dnotificationpicturecontent_fuzzer.cpp24 notificationPictureContent.SetExpandedTitle(stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_long_text_content.h44 void SetExpandedTitle(const std::string &exTitle);
H A Dnotification_picture_content.h38 void SetExpandedTitle(const std::string &exTitle);
H A Dnotification_multiline_content.h37 void SetExpandedTitle(const std::string &exTitle);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_picture_content_test.cpp37 * @tc.desc: Test SetExpandedTitle parameters.
45 rrc->SetExpandedTitle(exTitle); in HWTEST_F()
218 rrc->SetExpandedTitle("title"); in HWTEST_F()
H A Dnotification_long_text_content_test.cpp169 rrc->SetExpandedTitle("test"); in HWTEST_F()
H A Dnotification_multiline_content_test.cpp37 * @tc.desc: Test SetExpandedTitle parameters.
45 rrc->SetExpandedTitle(exTitle); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_multiline_content.cpp26 void NotificationMultiLineContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationMultiLineContent
H A Dnotification_long_text_content.cpp35 void NotificationLongTextContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationLongTextContent
H A Dnotification_picture_content.cpp22 void NotificationPictureContent::SetExpandedTitle(const std::string &exTitle) in SetExpandedTitle() function in OHOS::Notification::NotificationPictureContent
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp309 longContent->SetExpandedTitle(str); in GetNotificationLongTextContentDetailed()
398 pictureContent->SetExpandedTitle(str); in GetNotificationPictureContentDetailed()
967 multiLineContent->SetExpandedTitle(str); in GetNotificationMultiLineContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp707 longContent->SetExpandedTitle(str); in GetNotificationLongTextContentDetailed()
800 pictureContent->SetExpandedTitle(str); in GetNotificationPictureContentDetailed()
1372 multiLineContent->SetExpandedTitle(str); in GetNotificationMultiLineContent()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp325 longContent->SetExpandedTitle(std::string(str)); in GetNotificationLongTextContentDetailed()
381 pictureContent->SetExpandedTitle(std::string(str)); in GetNotificationPictureContentDetailed()
472 multiLineContent->SetExpandedTitle(std::string(str)); in GetNotificationMultiLineContent()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp895 multiLineContent->SetExpandedTitle("expandedtitle"); in HWTEST_F()
934 pictureContent->SetExpandedTitle("expendedtitle"); in HWTEST_F()
974 longTextContent->SetExpandedTitle("expendedtitle"); in HWTEST_F()

Completed in 14 milliseconds