Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_subscriber.cpp49 bool NotificationSubscriber::ProcessSyncDecision( in ProcessSyncDecision() function in OHOS::Notification::NotificationSubscriber
154 if (!subscriber_.ProcessSyncDecision(subscriber_.GetDeviceType(), sharedNotification)) { in OnConsumed()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_subscriber.h122 …bool ProcessSyncDecision(const std::string &deviceType, std::shared_ptr<Notification> &notificatio…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp65 if (!subscriber->ProcessSyncDecision(subscriber->GetDeviceType(), sharedNotification)) { in OnConsumed()