Home
last modified time | relevance | path

Searched refs:SetLongText (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_long_text_content.cpp32 SetLongText(longText); in NotificationLongTextContent()
55 void NotificationLongTextContent::SetLongText(const std::string &longText) in SetLongText() function in OHOS::Notification::NotificationLongTextContent
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_long_text_content_test.cpp45 rrc->SetLongText(longText);
171 rrc->SetLongText("test");
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/
H A Dnotificationlongtextcontent_fuzzer.cpp28 notificationLongTextContent.SetLongText(stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_long_text_content.h76 void SetLongText(const std::string &longText);
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp100 longContent->SetLongText(std::string(long_str)); in GetNotificationLongTextContentDetailed()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp269 longContent->SetLongText(long_str); in GetNotificationLongTextContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp668 longContent->SetLongText(commonStr); in GetNotificationLongTextContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp976 longTextContent->SetLongText("longtext");