Home
last modified time | relevance | path

Searched refs:GetLongText (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
H A Dnotificationlongtextcontent_fuzzer.cpp29 notificationLongTextContent.GetLongText(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_long_text_content.h83 std::string GetLongText() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_long_text_content.cpp66 std::string NotificationLongTextContent::GetLongText() const in GetLongText() function in OHOS::Notification::NotificationLongTextContent
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_long_text_content_test.cpp46 EXPECT_EQ(rrc->GetLongText(), longText);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp184 napi_create_string_utf8(env, longTextContent->GetLongText().c_str(), NAPI_AUTO_LENGTH, &value); in SetNotificationLongTextContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp372 EXPECT_EQ("longtext", notificationLongContent->GetLongText()); in CheckCaseSevenResult()