/base/notification/distributed_notification_service/test/fuzztest/notificationmultilinecontent_fuzzer/ |
H A D | notificationmultilinecontent_fuzzer.cpp | 27 notificationMultiLineContent.GetBriefText();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/ |
H A D | notificationlongtextcontent_fuzzer.cpp | 27 notificationLongTextContent.GetBriefText();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/notificationpicturecontent_fuzzer/ |
H A D | notificationpicturecontent_fuzzer.cpp | 27 notificationPictureContent.GetBriefText();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_long_text_content.h | 69 std::string GetBriefText() const;
|
H A D | notification_picture_content.h | 64 std::string GetBriefText() const;
|
H A D | notification_multiline_content.h | 63 std::string GetBriefText() const;
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_multiline_content.cpp | 41 std::string NotificationMultiLineContent::GetBriefText() const in GetBriefText() function in OHOS::Notification::NotificationMultiLineContent
|
H A D | notification_long_text_content.cpp | 50 std::string NotificationLongTextContent::GetBriefText() const in GetBriefText() function in OHOS::Notification::NotificationLongTextContent
|
H A D | notification_picture_content.cpp | 37 std::string NotificationPictureContent::GetBriefText() const in GetBriefText() function in OHOS::Notification::NotificationPictureContent
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_multiline_content_test.cpp | 60 EXPECT_EQ(rrc->GetBriefText(), briefText);
in HWTEST_F()
|
H A D | notification_picture_content_test.cpp | 60 EXPECT_EQ(rrc->GetBriefText(), briefText);
in HWTEST_F()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 188 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 D | notification_utils.cpp | 1129 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 D | ans_innerkits_module_publish_test.cpp | 337 EXPECT_EQ("brieftext", notificationMultineContent->GetBriefText()); in CheckCaseFiveResult() 355 EXPECT_EQ("brieftext", notificationPictureContent->GetBriefText()); in CheckCaseSixResult() 371 EXPECT_EQ("brieftext", notificationLongContent->GetBriefText()); in CheckCaseSevenResult()
|