Home
last modified time | relevance | path

Searched refs:LOCAL_LIVE_VIEW (Results 1 - 13 of 13) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_content.cpp97 contentType_ = NotificationContent::Type::LOCAL_LIVE_VIEW; in NotificationContent()
99 content_->SetContentType(static_cast<int32_t>(NotificationContent::Type::LOCAL_LIVE_VIEW)); in NotificationContent()
134 : (contentType_ == NotificationContent::Type::LOCAL_LIVE_VIEW) ? "LOCAL_LIVE_VIEW" in Dump()
258 case NotificationContent::Type::LOCAL_LIVE_VIEW: in ReadFromParcel()
316 case NotificationContent::Type::LOCAL_LIVE_VIEW: in ConvertJsonToContent()
346 convertStrToContentType_[CONTENT_TYPE_LOCAL_LIVE_VIEW] = NotificationContent::Type::LOCAL_LIVE_VIEW; in GetContentTypeByString()
H A Dnotification_request.cpp2450 (notificationContentType_ == NotificationContent::Type::LOCAL_LIVE_VIEW); in IsSystemLiveView()
/base/notification/distributed_notification_service/services/ans/src/advanced_notification_publish/
H A Dlive_publish_process.cpp100 if (request->GetNotificationType() == NotificationContent::Type::LOCAL_LIVE_VIEW) { in CheckLocalLiveViewSubscribed()
119 if (request->GetNotificationType() == NotificationContent::Type::LOCAL_LIVE_VIEW) { in CheckLocalLiveViewAllowed()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_content.h73 LOCAL_LIVE_VIEW, member in OHOS::Notification::NotificationContent::Type
142 * GetNotificationContent()) and set the content type to NotificationContent::Type::LOCAL_LIVE_VIEW
170 * NotificationContent::Type::LOCAL_LIVE_VIEW
/base/notification/distributed_notification_service/frameworks/core/common/src/
H A Dans_convert_enum.cpp40 outType = NotificationContent::Type::LOCAL_LIVE_VIEW; in ContentTypeJSToC()
70 case NotificationContent::Type::LOCAL_LIVE_VIEW: in ContentTypeCToJS()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dans_log_test.cpp70 EXPECT_EQ(outType, NotificationContent::Type::LOCAL_LIVE_VIEW); in HWTEST_F()
101 inType = NotificationContent::Type::LOCAL_LIVE_VIEW; in HWTEST_F()
H A Dnotification_content_test.cpp322 jsonObject["contentType"] = NotificationContent::Type::LOCAL_LIVE_VIEW; in HWTEST_F()
/base/request/request/services/src/cxx/
H A Dnotification_bar.cpp151 static_cast<int32_t>(Notification::NotificationContent::Type::LOCAL_LIVE_VIEW)); in RequestProgressNotification()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp755 outType = NotificationContent::Type::LOCAL_LIVE_VIEW; in ContentTypeCJToC()
785 case NotificationContent::Type::LOCAL_LIVE_VIEW: in ContentTypeCToCJ()
863 case NotificationContent::Type::LOCAL_LIVE_VIEW: in GetNotificationContent()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2692 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; in HWTEST_F()
2712 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; in HWTEST_F()
2744 auto contentType = NotificationContent::Type::LOCAL_LIVE_VIEW; in HWTEST_F()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp101 case NotificationContent::Type::LOCAL_LIVE_VIEW: in GetNotificationContent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp489 case NotificationContent::Type::LOCAL_LIVE_VIEW: in GetNotificationContent()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp1344 NotificationContent::Type::LOCAL_LIVE_VIEW, recordList); in RemoveSystemLiveViewNotifications()

Completed in 24 milliseconds