/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_long_text_content.cpp | 30 NotificationLongTextContent::NotificationLongTextContent(const std::string &longText) in NotificationLongTextContent() function in OHOS::Notification::NotificationLongTextContent 40 std::string NotificationLongTextContent::GetExpandedTitle() const in GetExpandedTitle() 50 std::string NotificationLongTextContent::GetBriefText() const in GetBriefText() 66 std::string NotificationLongTextContent::GetLongText() const in GetLongText() 71 std::string NotificationLongTextContent::Dump() in Dump() 94 NotificationLongTextContent *NotificationLongTextContent::FromJson(const nlohmann::json &jsonObject) in FromJson() 101 auto pContent = new (std::nothrow) NotificationLongTextContent(); in FromJson() 125 bool NotificationLongTextContent::Marshalling(Parcel &parcel) const in Marshalling() 150 NotificationLongTextContent *NotificationLongTextContent::Unmarshalling(Parcel &parcel) in Unmarshalling() 152 auto pContent = new (std::nothrow) NotificationLongTextContent(); in Unmarshalling() [all …]
|
H A D | notification_content.cpp | 35 NotificationContent::NotificationContent(const std::shared_ptr<NotificationLongTextContent> &longTe… in NotificationContent() 244 …std::shared_ptr<NotificationLongTextContent>(parcel.ReadParcelable<NotificationLongTextContent>())… in ReadFromParcel() 308 …pBasicContent = NotificationJsonConverter::ConvertFromJson<NotificationLongTextContent>(contentObj… in ConvertJsonToContent()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_long_text_content_test.cpp | 44 auto rrc = std::make_shared<NotificationLongTextContent>(); 58 auto rrc = std::make_shared<NotificationLongTextContent>(); 71 auto rrc = std::make_shared<NotificationLongTextContent>(); 86 auto rrc = std::make_shared<NotificationLongTextContent>(); 105 auto rrc = std::make_shared<NotificationLongTextContent>(); 119 std::shared_ptr<NotificationLongTextContent> result = 120 std::make_shared<NotificationLongTextContent>(); 139 auto rrc = std::make_shared<NotificationLongTextContent>(); 151 auto rrc = std::make_shared<NotificationLongTextContent>(); 168 auto rrc = std::make_shared<NotificationLongTextContent>();
|
H A D | notification_content_test.cpp | 138 std::shared_ptr<NotificationLongTextContent> longTextContent = nullptr; in HWTEST_F() 358 std::shared_ptr<NotificationLongTextContent> longTextContent = nullptr; in HWTEST_F() 433 auto longContent = std::make_shared<NotificationLongTextContent>(); in HWTEST_F()
|
H A D | notification_request_test.cpp | 350 std::shared_ptr<NotificationLongTextContent> longTextContent = in HWTEST_F() 351 std::make_shared<NotificationLongTextContent>("longtext"); in HWTEST_F()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_long_text_content.h | 24 class NotificationLongTextContent : public NotificationBasicContent { 26 NotificationLongTextContent() = default; 34 explicit NotificationLongTextContent(const std::string &longText); 36 ~NotificationLongTextContent() = default; 106 static NotificationLongTextContent *FromJson(const nlohmann::json &jsonObject); 122 static NotificationLongTextContent *Unmarshalling(Parcel &parcel);
|
H A D | notification_content.h | 102 … explicit NotificationContent(const std::shared_ptr<NotificationLongTextContent> &longTextContent);
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/ |
H A D | ans_module_test.cpp | 196 std::shared_ptr<NotificationLongTextContent> longTextContent = 197 std::make_shared<NotificationLongTextContent>("longtext"); 244 std::shared_ptr<NotificationLongTextContent> longTextContent = 245 std::make_shared<NotificationLongTextContent>("longtext"); 290 std::shared_ptr<NotificationLongTextContent> longTextContent = 291 std::make_shared<NotificationLongTextContent>("longtext"); 338 std::shared_ptr<NotificationLongTextContent> longTextContent = 544 …std::shared_ptr<NotificationLongTextContent> longTextContent = std::make_shared<NotificationLongTe… 1903 …std::shared_ptr<NotificationLongTextContent> contentImpl = std::make_shared<NotificationLongTextCo… 2430 …std::shared_ptr<NotificationLongTextContent> contentImpl1 = std::make_shared<NotificationLongTextC… [all …]
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationcontent_fuzzer/ |
H A D | notificationcontent_fuzzer.cpp | 28 std::shared_ptr<Notification::NotificationLongTextContent> longTextContent = in DoSomethingInterestingWithMyAPI() 29 std::make_shared<Notification::NotificationLongTextContent>(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationContent.md | 20 | longText | [NotificationLongTextContent](#notificationlongtextcontent) | 否 … 38 ## NotificationLongTextContent section
|
H A D | js-apis-notification.md | 1016 ## NotificationLongTextContent section 1074 | longText | [NotificationLongTextContent](#notificationlongtextcontent) | 是 | 是 | 长文本类型通知内容。…
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontentannex_fuzzer/ |
H A D | notificationlongtextcontentannex_fuzzer.cpp | 27 Notification::NotificationLongTextContent notificationLongTextContent(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationlongtextcontent_fuzzer/ |
H A D | notificationlongtextcontent_fuzzer.cpp | 23 Notification::NotificationLongTextContent notificationLongTextContent(stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-notification.md | 26 …ationActionButton、NotificationBasicContent、NotificationContent、NotificationLongTextContent、Notific…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-notification.md | 26 …ationActionButton、NotificationBasicContent、NotificationContent、NotificationLongTextContent、Notific…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 79 std::shared_ptr<NotificationLongTextContent> &longContent) in GetNotificationLongTextContentDetailed() 196 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> longContent = in GetNotificationLongTextContent() 197 std::make_shared<OHOS::Notification::NotificationLongTextContent>(); in GetNotificationLongTextContent()
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-notification.md | 26 …on**, **NotificationBasicContent**, **NotificationContent**, **NotificationLongTextContent**, **No…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 162 |type有变化|类名:NotificationLongTextContent;<br>方法or属性:longText: string;<br>旧版本信息:|类名:NotificationLongT… 163 |type有变化|类名:NotificationLongTextContent;<br>方法or属性:briefText: string;<br>旧版本信息:|类名:NotificationLong… 166 |type有变化|类名:NotificationLongTextContent;<br>方法or属性:expandedTitle: string;<br>旧版本信息:|类名:Notification… 173 … NotificationLongTextContent;<br>旧版本信息:|类名:NotificationContent;<br>方法or属性:longText?: NotificationL…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/ |
H A D | changelogs-notification.md | 26 …on**, **NotificationBasicContent**, **NotificationContent**, **NotificationLongTextContent**, **No…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 171 OHOS::Notification::NotificationLongTextContent *longTextContent = in SetNotificationLongTextContent() 172 static_cast<OHOS::Notification::NotificationLongTextContent *>(basicContent); in SetNotificationLongTextContent() 618 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> longContent = in GetNotificationLongTextContent() 619 std::make_shared<OHOS::Notification::NotificationLongTextContent>(); in GetNotificationLongTextContent() 636 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent) in GetNotificationLongTextContentDetailed()
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationContent.md | 20 | longText | [NotificationLongTextContent](#notificationlongtextcontent) | No … 38 ## NotificationLongTextContent section
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 367 std::shared_ptr<NotificationLongTextContent> notificationLongContent = in CheckCaseSevenResult() 368 …std::static_pointer_cast<NotificationLongTextContent>(notificationContent->GetNotificationContent(… in CheckCaseSevenResult() 971 std::shared_ptr<NotificationLongTextContent> longTextContent = 972 std::make_shared<NotificationLongTextContent>("longtext"); 1229 …std::shared_ptr<NotificationLongTextContent> implContent = std::make_shared<NotificationLongTextCo…
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 224 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> longContent = in GetNotificationLongTextContent() 225 std::make_shared<OHOS::Notification::NotificationLongTextContent>(); in GetNotificationLongTextContent() 237 std::shared_ptr<OHOS::Notification::NotificationLongTextContent> &longContent) in GetNotificationLongTextContentDetailed()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-notification.md | 327 |type有变化|类名:NotificationLongTextContent;<br>方法or属性:longText: string;<br>旧版本信息:|类名:NotificationLongT… 328 |type有变化|类名:NotificationLongTextContent;<br>方法or属性:briefText: string;<br>旧版本信息:|类名:NotificationLong… 331 |type有变化|类名:NotificationLongTextContent;<br>方法or属性:expandedTitle: string;<br>旧版本信息:|类名:Notification… 338 … NotificationLongTextContent;<br>旧版本信息:|类名:NotificationContent;<br>方法or属性:longText?: NotificationL…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 162 …me: NotificationLongTextContent;<br>Method or attribute name: longText: string;<br>Old version inf… 163 …me: NotificationLongTextContent;<br>Method or attribute name: briefText: string;<br>Old version in… 166 …: NotificationLongTextContent;<br>Method or attribute name: expandedTitle: string;<br>Old version … 173 …NotificationLongTextContent;<br>Old version information: |Class name: NotificationContent;<br>Meth…
|