Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/
H A Dnotificationmultilinecontent_fuzzer.cpp27 notificationMultiLineContent.GetBriefText(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
H A Dnotificationlongtextcontent_fuzzer.cpp27 notificationLongTextContent.GetBriefText(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/
H A Dnotificationpicturecontent_fuzzer.cpp27 notificationPictureContent.GetBriefText(); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_long_text_content.h69 std::string GetBriefText() const;
H A Dnotification_picture_content.h64 std::string GetBriefText() const;
H A Dnotification_multiline_content.h63 std::string GetBriefText() const;
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_multiline_content.cpp41 std::string NotificationMultiLineContent::GetBriefText() const in GetBriefText() function in OHOS::Notification::NotificationMultiLineContent
H A Dnotification_long_text_content.cpp50 std::string NotificationLongTextContent::GetBriefText() const in GetBriefText() function in OHOS::Notification::NotificationLongTextContent
H A Dnotification_picture_content.cpp37 std::string NotificationPictureContent::GetBriefText() const in GetBriefText() function in OHOS::Notification::NotificationPictureContent
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_multiline_content_test.cpp60 EXPECT_EQ(rrc->GetBriefText(), briefText); in HWTEST_F()
H A Dnotification_picture_content_test.cpp60 EXPECT_EQ(rrc->GetBriefText(), briefText); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp188 napi_create_string_utf8(env, longTextContent->GetBriefText().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationLongTextContent()
220 napi_create_string_utf8(env, pictureContent->GetBriefText().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationPictureContent()
315 napi_create_string_utf8(env, multiLineContent->GetBriefText().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationMultiLineContent()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp1129 longText->briefText = MallocCString(longTextContent->GetBriefText()); in SetNotificationLongTextContent()
1185 picture->briefText = MallocCString(pictureContent->GetBriefText()); in SetNotificationPictureContent()
1261 multiLine->briefText = MallocCString(multiLineContent->GetBriefText()); in SetNotificationMultiLineContent()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp337 EXPECT_EQ("brieftext", notificationMultineContent->GetBriefText()); in CheckCaseFiveResult()
355 EXPECT_EQ("brieftext", notificationPictureContent->GetBriefText()); in CheckCaseSixResult()
371 EXPECT_EQ("brieftext", notificationLongContent->GetBriefText()); in CheckCaseSevenResult()

Completed in 11 milliseconds