Searched refs:OnUpdated (Results 1 – 11 of 11) sorted by relevance
77 virtual void OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) = 0;
68 void OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) override;
79 void OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) override;
48 ansSubscriberProxy.OnUpdated(notificationMap); in DoSomethingInterestingWithMyAPI()
60 ansSubscriberStub.OnUpdated(notificationMap); in DoSomethingInterestingWithMyAPI()
129 void OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) override;
218 OnUpdated(notificationMap); in HandleOnUpdated()273 void AnsSubscriberStub::OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) in OnUpdated() function in OHOS::Notification::AnsSubscriberStub
237 void AnsSubscriberProxy::OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) in OnUpdated() function in OHOS::Notification::AnsSubscriberProxy
93 void NotificationSubscriber::SubscriberImpl::OnUpdated(const sptr<NotificationSortingMap> ¬ifica… in OnUpdated() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl
334 proxy->OnUpdated(notificationMap);354 proxy->OnUpdated(notificationMap);372 proxy->OnUpdated(nullptr);
452 record->subscriber->OnUpdated(notificationMap); in NotifyUpdatedInner()