Home
last modified time | relevance | path

Searched refs:briefText (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h39 char* briefText; member
47 char* briefText; member
56 char* briefText; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-inner-notification-notificationContent.md51 | briefText | string | 否 | 否 | 通知概要内容,是对通知内容的总结(不可为空字符串,大小不超过1024字节,超出部分会被截断)。 |
67 | briefText | string | 否 | 否 | 通知概要内容,是对通知内容的总结(不可为空字符串,大小不超过1024字节,超出部分会被截断)。 |
84 | briefText | string | 否 | 否 | 通知概要内容,是对通知内容的总结(不可为空字…
H A Djs-apis-notification.md1028 | briefText | string | 是 | 是 | 通知概要内容,是对通知内容的总结。 |
1043 | briefText | string | 是 | 是 | 通知概要内容,是对通知内容的总结。 |
1059 | briefText | string | 是 | 是 | 通知概要内容,是对通知内容的总结。 |
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_picture_content_test.cpp57 std::string briefText = "BriefText"; variable
59 rrc->SetBriefText(briefText);
60 EXPECT_EQ(rrc->GetBriefText(), briefText);
H A Dnotification_multiline_content_test.cpp57 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 Dnotification_long_text_content.cpp45 void NotificationLongTextContent::SetBriefText(const std::string &briefText) in SetBriefText() argument
47 briefText_ = briefText; in SetBriefText()
H A Dnotification_multiline_content.cpp36 void NotificationMultiLineContent::SetBriefText(const std::string &briefText) in SetBriefText() argument
38 briefText_ = briefText; in SetBriefText()
H A Dnotification_picture_content.cpp32 void NotificationPictureContent::SetBriefText(const std::string &briefText) in SetBriefText() argument
34 briefText_ = briefText; in SetBriefText()
/ohos5.0/docs/en/application-dev/notification/
H A Dtext-notification.md61 …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 Dnotification_picture_content.h56 void SetBriefText(const std::string &briefText);
H A Dnotification_long_text_content.h62 void SetBriefText(const std::string &briefText);
H A Dnotification_multiline_content.h56 void SetBriefText(const std::string &briefText);
/ohos5.0/docs/zh-cn/application-dev/notification/
H A Dtext-notification.md69 briefText: 'test_briefText',
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-inner-notification-notificationContent.md51 | 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 Djs-apis-notification.md1028 | 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 Dnotification_manager_impl.cpp104 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 Djs-apidiff-notification.md163 …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 Djs-apidiff-notification.md328 …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 Djs-apidiff-v3.0-lts.md299 |事件通知-notification|briefText: string;|新增| -|
300 |事件通知-notification|briefText: string;|新增| -|
301 |事件通知-notification|briefText: string;|新增| -|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-notification.md163 …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 Djs-apidiff-v3.0-lts.md299 |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 Djs-apidiff-notification.md328 …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…