/ohos5.0/docs/zh-cn/application-dev/notification/ |
H A D | text-notification.md | 9 | NOTIFICATION_CONTENT_BASIC_TEXT | 普通文本类型。 | 41 …notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, // 普通文本类…
|
H A D | progress-bar-notification.md | 50 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
H A D | notification-with-wantagent.md | 95 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/continuous_task_jsunittest/ |
H A D | continuous_task_jsunit.test.js | 154 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 218 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 334 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 396 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/base/update/update_app/feature/ota/src/main/ets/notify/ |
H A D | NotificationHelper.ets | 78 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 124 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 157 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 182 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/docs/en/application-dev/notification/ |
H A D | text-notification.md | 9 | NOTIFICATION_CONTENT_BASIC_TEXT | Normal text notification.| 43 …notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, // Basic…
|
H A D | progress-bar-notification.md | 50 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
H A D | notification-with-wantagent.md | 95 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 76 NOTIFICATION_CONTENT_BASIC_TEXT, enumerator
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/ |
H A D | ans_convert_enum.h | 28 NOTIFICATION_CONTENT_BASIC_TEXT, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/ |
H A D | js-apis-app-ability-FenceExtensionAbility.md | 72 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/util/ |
H A D | NotificationUtil.ts | 96 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/ |
H A D | ans_convert_enum.cpp | 24 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: in ContentTypeJSToC() 56 outType = ContentType::NOTIFICATION_CONTENT_BASIC_TEXT; in ContentTypeCToJS()
|
/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | fenceExtensionAbility.md | 63 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notification.md | 51 contentType: Notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 92 contentType: Notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 932 | NOTIFICATION_CONTENT_BASIC_TEXT | NOTIFICATION_CONTENT_BASIC_TEXT | 普通类型通知。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/ |
H A D | js-apis-app-ability-FenceExtensionAbility.md | 72 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | faqs-event-notification.md | 179 let contentType = notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-particleAbility.md | 266 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 330 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | fenceExtensionAbility.md | 63 notificationContentType: notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | ans_log_test.cpp | 90 …ificationNapi::ContentType inType = NotificationNapi::ContentType::NOTIFICATION_CONTENT_BASIC_TEXT; 125 EXPECT_EQ(outType, NotificationNapi::ContentType::NOTIFICATION_CONTENT_BASIC_TEXT);
|
/ohos5.0/base/location/services/location_ui/entry/src/main/ets/serviceability/ |
H A D | WifiServiceAbility.ets | 118 contentType: Notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-event-notification.md | 179 let contentType = notificationManager.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT;
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-particleAbility.md | 266 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 330 contentType: notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT,
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notification.md | 51 contentType: Notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 92 contentType: Notification.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT, 932 | NOTIFICATION_CONTENT_BASIC_TEXT | NOTIFICATION_CONTENT_BASIC_TEXT | Normal text notification. …
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 36 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: // normal?: NotificationBasicContent in GetPropertyNameByContentType() 75 case ContentType::NOTIFICATION_CONTENT_BASIC_TEXT: // normal?: NotificationBasicContent in SetNotificationContentDetailed() 120 ContentType outType = ContentType::NOTIFICATION_CONTENT_BASIC_TEXT; in SetNotificationContent()
|