Home
last modified time | relevance | path

Searched refs:CanPublishLiveViewContent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp750 EXPECT_TRUE(notification->CanPublishLiveViewContent(request));
769 EXPECT_FALSE(notification->CanPublishLiveViewContent(request));
787 EXPECT_TRUE(notification->CanPublishLiveViewContent(request));
806 EXPECT_TRUE(notification->CanPublishLiveViewContent(request));
825 EXPECT_FALSE(notification->CanPublishLiveViewContent(request));
844 EXPECT_FALSE(notification->CanPublishLiveViewContent(request));
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp210 if (!CanPublishLiveViewContent(request)) { in PublishNotification()
262 if (!CanPublishLiveViewContent(request)) { in PublishNotificationForIndirectProxy()
425 if (!CanPublishLiveViewContent(request)) { in PublishNotificationAsBundle()
1238 if (!CanPublishLiveViewContent(request)) { in PublishContinuousTaskNotification()
1513 bool AnsNotification::CanPublishLiveViewContent(const NotificationRequest &request) const in CanPublishLiveViewContent() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1257 bool CanPublishLiveViewContent(const NotificationRequest &request) const;