Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-system-notification.md34 | contentText | string | 否 | 通知内容。 |
58 contentText: 'text',
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-system-notification.md34 | contentText | string | No | Notification content. …
58 contentText: 'text',
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp262 std::string contentText; in ParseShowOptions() local
263 if (GetStringProperty(env, argv[PARAM0], "contentText", contentText) != nullptr) { in ParseShowOptions()
264 normalContent->SetText(contentText); in ParseShowOptions()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-notification.md134 …:ShowNotificationOptions;<br>方法or属性:contentText?: string;<br>旧版本信息:|类名:ShowNotificationOptions;<br…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-notification.md299 …:ShowNotificationOptions;<br>方法or属性:contentText?: string;<br>旧版本信息:|类名:ShowNotificationOptions;<br…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-notification.md134 …ibute name: contentText?: string;<br>Old version information: |Class name: ShowNotificationOptions…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-notification.md299 …ibute name: contentText?: string;<br>Old version information: |Class name: ShowNotificationOptions…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7836 auto contentText = wss.str(); in OnBackPressed() local
7837 auto contentLength = static_cast<int32_t>(contentText.length()); in OnBackPressed()
7845 CHECK_NULL_BREAK(contentText[index] == L'\n'); in OnBackPressed()