/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/ |
H A D | notificationmultilinecontent_fuzzer.cpp | 25 notificationMultiLineContent.GetExpandedTitle();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/ |
H A D | notificationlongtextcontent_fuzzer.cpp | 25 notificationLongTextContent.GetExpandedTitle();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/ |
H A D | notificationpicturecontent_fuzzer.cpp | 25 notificationPictureContent.GetExpandedTitle();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_long_text_content.h | 51 std::string GetExpandedTitle() const;
|
H A D | notification_picture_content.h | 45 std::string GetExpandedTitle() const;
|
H A D | notification_multiline_content.h | 44 std::string GetExpandedTitle() const;
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_multiline_content.cpp | 31 std::string NotificationMultiLineContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationMultiLineContent
|
H A D | notification_long_text_content.cpp | 40 std::string NotificationLongTextContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationLongTextContent
|
H A D | notification_picture_content.cpp | 27 std::string NotificationPictureContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationPictureContent
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_multiline_content_test.cpp | 46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle);
in HWTEST_F()
|
H A D | notification_picture_content_test.cpp | 46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle);
in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 192 napi_create_string_utf8(env, longTextContent->GetExpandedTitle().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationLongTextContent() 224 napi_create_string_utf8(env, pictureContent->GetExpandedTitle().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationPictureContent() 319 napi_create_string_utf8(env, multiLineContent->GetExpandedTitle().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationMultiLineContent()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 1131 longText->expandedTitle = MallocCString(longTextContent->GetExpandedTitle()); in SetNotificationLongTextContent() 1186 picture->expandedTitle = MallocCString(pictureContent->GetExpandedTitle()); in SetNotificationPictureContent() 1262 multiLine->longTitle = MallocCString(multiLineContent->GetExpandedTitle()); in SetNotificationMultiLineContent()
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 336 EXPECT_EQ("expandedtitle", notificationMultineContent->GetExpandedTitle()); in CheckCaseFiveResult() 354 EXPECT_EQ("expendedtitle", notificationPictureContent->GetExpandedTitle()); in CheckCaseSixResult() 370 EXPECT_EQ("expendedtitle", notificationLongContent->GetExpandedTitle()); in CheckCaseSevenResult()
|