/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/ |
D | notificationpicturecontent_fuzzer.cpp | 25 notificationPictureContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/ |
D | notificationmultilinecontent_fuzzer.cpp | 25 notificationMultiLineContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/ |
D | notificationlongtextcontent_fuzzer.cpp | 25 notificationLongTextContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_picture_content.h | 45 std::string GetExpandedTitle() const;
|
D | notification_long_text_content.h | 51 std::string GetExpandedTitle() const;
|
D | notification_multiline_content.h | 44 std::string GetExpandedTitle() const;
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_long_text_content.cpp | 40 std::string NotificationLongTextContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationLongTextContent
|
D | notification_multiline_content.cpp | 31 std::string NotificationMultiLineContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationMultiLineContent
|
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/ |
D | notification_picture_content_test.cpp | 46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle);
|
D | notification_multiline_content_test.cpp | 46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle);
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
D | ans_innerkits_module_publish_test.cpp | 292 EXPECT_EQ("expandedtitle", notificationMultineContent->GetExpandedTitle()); in CheckCaseFiveResult() 310 EXPECT_EQ("expendedtitle", notificationPictureContent->GetExpandedTitle()); in CheckCaseSixResult() 326 EXPECT_EQ("expendedtitle", notificationLongContent->GetExpandedTitle()); in CheckCaseSevenResult()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 993 …napi_create_string_utf8(env, longTextContent->GetExpandedTitle().c_str(), NAPI_AUTO_LENGTH, &value… in SetNotificationLongTextContent() 1025 …napi_create_string_utf8(env, pictureContent->GetExpandedTitle().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationPictureContent() 1120 …napi_create_string_utf8(env, multiLineContent->GetExpandedTitle().c_str(), NAPI_AUTO_LENGTH, &valu… in SetNotificationMultiLineContent()
|