Home
last modified time | relevance | path

Searched refs:PublishRemoveDuplicateEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp1063 auto ret = advancedNotificationService_->PublishRemoveDuplicateEvent(record);
1076 auto ret = advancedNotificationService_->PublishRemoveDuplicateEvent(record);
1099 auto ret = advancedNotificationService_->PublishRemoveDuplicateEvent(record);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1402 ErrCode PublishRemoveDuplicateEvent(const std::shared_ptr<NotificationRecord> &record);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp670 (void)PublishRemoveDuplicateEvent(record); in PublishPreparedNotification()
H A Dadvanced_notification_publish_service.cpp2715 ErrCode AdvancedNotificationService::PublishRemoveDuplicateEvent(const std::shared_ptr<Notification… in PublishRemoveDuplicateEvent() function in OHOS::Notification::AdvancedNotificationService