Searched refs:OnUpdated (Results 1 – 11 of 11) sorted by relevance
80 virtual void OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) = 0;
72 void OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) override;
82 void OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) override;
50 ansSubscriberProxy.OnUpdated(notificationMap); in DoSomethingInterestingWithMyAPI()
64 ansSubscriberStub.OnUpdated(notificationMap); in DoSomethingInterestingWithMyAPI()
170 OnUpdated(notificationMap); in HandleOnUpdated()213 void AnsSubscriberStub::OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) in OnUpdated() function in OHOS::Notification::AnsSubscriberStub
202 void AnsSubscriberProxy::OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) in OnUpdated() function in OHOS::Notification::AnsSubscriberProxy
128 void OnUpdated(const sptr<NotificationSortingMap> ¬ificationMap) override;
85 void NotificationSubscriber::SubscriberImpl::OnUpdated(const sptr<NotificationSortingMap> ¬ifica… in OnUpdated() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl
392 proxy->OnUpdated(notificationMap);412 proxy->OnUpdated(notificationMap);430 proxy->OnUpdated(nullptr);
361 record->subscriber->OnUpdated(notificationMap); in NotifyUpdatedInner()