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.h80 virtual void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) = 0;
Dans_subscriber_proxy.h72 void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) override;
Dans_subscriber_stub.h82 void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) override;
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
Danssubscriberproxy_fuzzer.cpp50 ansSubscriberProxy.OnUpdated(notificationMap); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
Danssubscriberstub_fuzzer.cpp64 ansSubscriberStub.OnUpdated(notificationMap); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_stub.cpp170 OnUpdated(notificationMap); in HandleOnUpdated()
213 void AnsSubscriberStub::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated() function in OHOS::Notification::AnsSubscriberStub
Dans_subscriber_proxy.cpp202 void AnsSubscriberProxy::OnUpdated(const sptr<NotificationSortingMap> &notificationMap) in OnUpdated() function in OHOS::Notification::AnsSubscriberProxy
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_subscriber.h128 void OnUpdated(const sptr<NotificationSortingMap> &notificationMap) override;
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp85 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.cpp392 proxy->OnUpdated(notificationMap);
412 proxy->OnUpdated(notificationMap);
430 proxy->OnUpdated(nullptr);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp361 record->subscriber->OnUpdated(notificationMap); in NotifyUpdatedInner()