Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
Dnotificationpicturecontent_fuzzer.cpp25 notificationPictureContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
Dnotificationmultilinecontent_fuzzer.cpp25 notificationMultiLineContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
Dnotificationlongtextcontent_fuzzer.cpp25 notificationLongTextContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_picture_content.h45 std::string GetExpandedTitle() const;
Dnotification_long_text_content.h51 std::string GetExpandedTitle() const;
Dnotification_multiline_content.h44 std::string GetExpandedTitle() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_long_text_content.cpp40 std::string NotificationLongTextContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationLongTextContent
Dnotification_multiline_content.cpp31 std::string NotificationMultiLineContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationMultiLineContent
Dnotification_picture_content.cpp27 std::string NotificationPictureContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationPictureContent
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_picture_content_test.cpp46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle);
Dnotification_multiline_content_test.cpp46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp292 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/
Dcommon.cpp993 …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()