Home
last modified time | relevance | path

Searched refs:OnUpdated (Results 1 – 11 of 11) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/include/
Dans_subscriber_interface.h77 virtual void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) = 0;
Dans_subscriber_proxy.h68 void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) override;
Dans_subscriber_stub.h79 void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) override;
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp48 ansSubscriberProxy.OnUpdated(notificationMap); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp60 ansSubscriberStub.OnUpdated(notificationMap); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_subscriber.h129 void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) override;
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp218 OnUpdated(notificationMap); in HandleOnUpdated()
273 void AnsSubscriberStub::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated() function in OHOS::Notification::AnsSubscriberStub
Dans_subscriber_proxy.cpp237 void AnsSubscriberProxy::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated() function in OHOS::Notification::AnsSubscriberProxy
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp93 void NotificationSubscriber::SubscriberImpl::OnUpdated(const sptr<NotificationSortingMap> &notifica… in OnUpdated() function in OHOS::Notification::NotificationSubscriber::SubscriberImpl
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
Dans_subscriber_proxy_unit_test.cpp334 proxy->OnUpdated(notificationMap);
354 proxy->OnUpdated(notificationMap);
372 proxy->OnUpdated(nullptr);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp452 record->subscriber->OnUpdated(notificationMap); in NotifyUpdatedInner()