/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 39 char* briefText; member 47 char* briefText; member 56 char* briefText; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationContent.md | 51 | briefText | string | 否 | 否 | 通知概要内容,是对通知内容的总结(不可为空字符串,大小不超过1024字节,超出部分会被截断)。 | 67 | briefText | string | 否 | 否 | 通知概要内容,是对通知内容的总结(不可为空字符串,大小不超过1024字节,超出部分会被截断)。 | 84 | briefText | string | 否 | 否 | 通知概要内容,是对通知内容的总结(不可为空字…
|
H A D | js-apis-notification.md | 1028 | briefText | string | 是 | 是 | 通知概要内容,是对通知内容的总结。 | 1043 | briefText | string | 是 | 是 | 通知概要内容,是对通知内容的总结。 | 1059 | briefText | string | 是 | 是 | 通知概要内容,是对通知内容的总结。 |
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_picture_content_test.cpp | 57 std::string briefText = "BriefText"; variable 59 rrc->SetBriefText(briefText); 60 EXPECT_EQ(rrc->GetBriefText(), briefText);
|
H A D | notification_multiline_content_test.cpp | 57 std::string briefText = "BriefText"; variable 59 rrc->SetBriefText(briefText); 60 EXPECT_EQ(rrc->GetBriefText(), briefText);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_long_text_content.cpp | 45 void NotificationLongTextContent::SetBriefText(const std::string &briefText) in SetBriefText() argument 47 briefText_ = briefText; in SetBriefText()
|
H A D | notification_multiline_content.cpp | 36 void NotificationMultiLineContent::SetBriefText(const std::string &briefText) in SetBriefText() argument 38 briefText_ = briefText; in SetBriefText()
|
H A D | notification_picture_content.cpp | 32 void NotificationPictureContent::SetBriefText(const std::string &briefText) in SetBriefText() argument 34 briefText_ = briefText; in SetBriefText()
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | text-notification.md | 61 …otification, the multi-line text notification provides the **lines**, **briefText**, and **longTit… 71 briefText: 'test_briefText',
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_picture_content.h | 56 void SetBriefText(const std::string &briefText);
|
H A D | notification_long_text_content.h | 62 void SetBriefText(const std::string &briefText);
|
H A D | notification_multiline_content.h | 56 void SetBriefText(const std::string &briefText);
|
/ohos5.0/docs/zh-cn/application-dev/notification/ |
H A D | text-notification.md | 69 briefText: 'test_briefText',
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationContent.md | 51 | briefText | string | No | No | Brief text of the notification. It cannot be empty or exceed… 67 | briefText | string | No | No | Brief text of the notification. It cannot be empty o… 84 | briefText | string | No | No | Brief text of the noti…
|
H A D | js-apis-notification.md | 1028 | briefText | string | Yes | Yes | Brief text of the notification. | 1043 | briefText | string | Yes | Yes | Brief text of the notification. | 1059 | briefText | string | Yes | Yes | Brief text of the notification. |
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 104 if (strcpy_s(str, STR_MAX_SIZE, contentResult->briefText) != EOK) { in GetNotificationLongTextContentDetailed() 143 if (strcpy_s(str, STR_MAX_SIZE, contentResult->briefText) != EOK) { in GetNotificationPictureContentDetailed() 271 if (strcpy_s(str, STR_MAX_SIZE, contentResult->briefText) != EOK) { in GetNotificationMultiLineContent()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 163 …ificationLongTextContent;<br>方法or属性:briefText: string;<br>旧版本信息:|类名:NotificationLongTextContent;<b… 164 …ficationMultiLineContent;<br>方法or属性:briefText: string;<br>旧版本信息:|类名:NotificationMultiLineContent;<… 165 …otificationPictureContent;<br>方法or属性:briefText: string;<br>旧版本信息:|类名:NotificationPictureContent;<b…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-notification.md | 328 …ificationLongTextContent;<br>方法or属性:briefText: string;<br>旧版本信息:|类名:NotificationLongTextContent;<b… 329 …ficationMultiLineContent;<br>方法or属性:briefText: string;<br>旧版本信息:|类名:NotificationMultiLineContent;<… 330 …otificationPictureContent;<br>方法or属性:briefText: string;<br>旧版本信息:|类名:NotificationPictureContent;<b…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 299 |事件通知-notification|briefText: string;|新增| -| 300 |事件通知-notification|briefText: string;|新增| -| 301 |事件通知-notification|briefText: string;|新增| -|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-notification.md | 163 …ribute name: briefText: string;<br>Old version information: |Class name: NotificationLongTextConte… 164 …ibute name: briefText: string;<br>Old version information: |Class name: NotificationMultiLineConte… 165 …ribute name: briefText: string;<br>Old version information: |Class name: NotificationPictureConten…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.0-LTS/ |
H A D | js-apidiff-v3.0-lts.md | 299 |Common Event and Notification Subsystem - notification|briefText: string;|Added| -| 300 |Common Event and Notification Subsystem - notification|briefText: string;|Added| -| 301 |Common Event and Notification Subsystem - notification|briefText: string;|Added| -|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-notification.md | 328 …ribute name: briefText: string;<br>Old version information: |Class name: NotificationLongTextConte… 329 …ibute name: briefText: string;<br>Old version information: |Class name: NotificationMultiLineConte… 330 …ribute name: briefText: string;<br>Old version information: |Class name: NotificationPictureConten…
|