Home
last modified time | relevance | path

Searched refs:liveView (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_content_test.cpp118 auto *liveView = liveViewContent->FromJson(jsonObject); in HWTEST_F() local
119 EXPECT_EQ(liveView->GetType(), 1); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp2456 auto liveView = std::static_pointer_cast<NotificationLiveViewContent>(content); in CheckVersion() local
2463 if (liveView->GetVersion() == NotificationLiveViewContent::MAX_VERSION) { in CheckVersion()
2466 GetNotificationId(), oldLiveView->GetVersion(), liveView->GetVersion()); in CheckVersion()
2469 if (oldLiveView->GetVersion() >= liveView->GetVersion()) { in CheckVersion()
2472 GetNotificationId(), oldLiveView->GetVersion(), liveView->GetVersion()); in CheckVersion()
2491 auto liveView = std::static_pointer_cast<NotificationLiveViewContent>(content); in CheckNotificationRequest() local
2492 auto status = liveView->GetLiveViewStatus(); in CheckNotificationRequest()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp1482 auto liveView = std::static_pointer_cast<NotificationLiveViewContent>(content); in CanPublishLiveViewContent() local
1483 if (liveView == nullptr) { in CanPublishLiveViewContent()
1488 auto status = liveView->GetLiveViewStatus(); in CanPublishLiveViewContent()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp876 bool liveView = record->request->IsCommonLiveView(); in Filter() local
877 int32_t slotType = liveView ? NotificationConstant::SlotType::LIVE_VIEW : in Filter()

Completed in 20 milliseconds