Home
last modified time | relevance | path

Searched refs:NOTIFICATION_CONTENT_LIVE_VIEW (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h82 NOTIFICATION_CONTENT_LIVE_VIEW enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_convert_enum.h34 NOTIFICATION_CONTENT_LIVE_VIEW enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp42 case ContentType::NOTIFICATION_CONTENT_LIVE_VIEW: in ContentTypeJSToC()
74 outType = ContentType::NOTIFICATION_CONTENT_LIVE_VIEW; in ContentTypeCToJS()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp108 inType = NotificationNapi::ContentType::NOTIFICATION_CONTENT_LIVE_VIEW;
143 EXPECT_EQ(outType, NotificationNapi::ContentType::NOTIFICATION_CONTENT_LIVE_VIEW);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp206 … env, obj, (int32_t)ContentType::NOTIFICATION_CONTENT_LIVE_VIEW, "NOTIFICATION_CONTENT_LIVE_VIEW"); in ContentTypeInit()
H A Dcommon_convert_content.cpp48 case ContentType::NOTIFICATION_CONTENT_LIVE_VIEW: // liveView?: NotificationLiveViewContent in GetPropertyNameByContentType()
93 case ContentType::NOTIFICATION_CONTENT_LIVE_VIEW: // liveView?: NotificationLiveViewContent in SetNotificationContentDetailed()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp361 if (contentType == NotificationNapi::ContentType::NOTIFICATION_CONTENT_LIVE_VIEW) { in BuildExtraInfoWithReq()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp322 case ContentType::NOTIFICATION_CONTENT_LIVE_VIEW: in ContentTypeCJToC()
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp48 case ContentType::NOTIFICATION_CONTENT_LIVE_VIEW: // liveView?: NotificationLiveViewContent in GetPropertyNameByContentType()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/
H A Djs-apis-notificationManager.md1675 | NOTIFICATION_CONTENT_LIVE_VIEW<sup>11+</sup> | 6 | 普通实况窗类型通知。只支持系统应用。 |
H A Djs-apis-notificationManager-sys.md3690 contentType: notificationManager.ContentType.NOTIFICATION_CONTENT_LIVE_VIEW,
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Djs-apis-notificationManager.md1675 | NOTIFICATION_CONTENT_LIVE_VIEW<sup>11+</sup> | 6 | Common live view notification. Only system …
H A Djs-apis-notificationManager-sys.md3690 contentType: notificationManager.ContentType.NOTIFICATION_CONTENT_LIVE_VIEW,