Home
last modified time | relevance | path

Searched refs:GetExpandedTitle (Results 1 - 14 of 14) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
H A Dnotificationmultilinecontent_fuzzer.cpp25 notificationMultiLineContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
H A Dnotificationlongtextcontent_fuzzer.cpp25 notificationLongTextContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
H A Dnotificationpicturecontent_fuzzer.cpp25 notificationPictureContent.GetExpandedTitle(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_long_text_content.h51 std::string GetExpandedTitle() const;
H A Dnotification_picture_content.h45 std::string GetExpandedTitle() const;
H A Dnotification_multiline_content.h44 std::string GetExpandedTitle() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_multiline_content.cpp31 std::string NotificationMultiLineContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationMultiLineContent
H A Dnotification_long_text_content.cpp40 std::string NotificationLongTextContent::GetExpandedTitle() const in GetExpandedTitle() function in OHOS::Notification::NotificationLongTextContent
H A 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/
H A Dnotification_multiline_content_test.cpp46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle); in HWTEST_F()
H A Dnotification_picture_content_test.cpp46 EXPECT_EQ(rrc->GetExpandedTitle(), exTitle); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp192 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 Dnotification_utils.cpp1131 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 Dans_innerkits_module_publish_test.cpp336 EXPECT_EQ("expandedtitle", notificationMultineContent->GetExpandedTitle()); in CheckCaseFiveResult()
354 EXPECT_EQ("expendedtitle", notificationPictureContent->GetExpandedTitle()); in CheckCaseSixResult()
370 EXPECT_EQ("expendedtitle", notificationLongContent->GetExpandedTitle()); in CheckCaseSevenResult()

Completed in 11 milliseconds