Home
last modified time | relevance | path

Searched refs:OnConsumed (Results 1 - 25 of 28) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp52 void SubscriberListener::OnConsumed( in OnConsumed() function in OHOS::Notification::SubscriberListener
69 subscriber->OnConsumed( in OnConsumed()
78 OnConsumed(notification, notificationMap); in OnConsumedList()
H A Dans_subscriber_stub.cpp129 OnConsumed(notification, notificationMap); in HandleOnConsumedMap()
313 void AnsSubscriberStub::OnConsumed( in OnConsumed() function in OHOS::Notification::AnsSubscriberStub
H A Dans_subscriber_proxy.cpp90 void AnsSubscriberProxy::OnConsumed( in OnConsumed() function in OHOS::Notification::AnsSubscriberProxy
94 ANS_LOGE("[OnConsumed] fail: notification is nullptr."); in OnConsumed()
101 ANS_LOGE("[OnConsumed] fail: set max capacity failed."); in OnConsumed()
106 ANS_LOGE("[OnConsumed] fail: write interface token failed."); in OnConsumed()
111 ANS_LOGE("[OnConsumed] fail: write notification failed."); in OnConsumed()
116 ANS_LOGE("[OnConsumed] fail: write existMap failed"); in OnConsumed()
122 ANS_LOGE("[OnConsumed] fail: write notificationMap failed"); in OnConsumed()
131 ANS_LOGE("[OnConsumed] fail: transact ErrCode=ERR_ANS_TRANSACT_FAILED"); in OnConsumed()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_interface.h56 virtual void OnConsumed(
H A Dans_subscriber_listener.h37 void OnConsumed(
H A Dans_subscriber_proxy.h48 void OnConsumed(
H A Dans_subscriber_stub.h58 void OnConsumed(
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_ans_subscriber.h37 void OnConsumed(
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
H A Danssubscriberproxy_fuzzer.cpp47 ansSubscriberProxy.OnConsumed(notification, notificationMap); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_subscriber.h56 virtual void OnConsumed(
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_event_manager.h80 void OnConsumed(const std::shared_ptr<Notification> &request,
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp55 // test OnConsumed function in DoSomethingInterestingWithMyAPI()
58 ansSubscriberStub.OnConsumed(notification, notificationMap); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h47 virtual void OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request,
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
H A Dans_subscriber_proxy_unit_test.cpp148 * @tc.desc: test AnsSubscriberProxy's OnConsumed function
169 proxy->OnConsumed(notification, notificationMap); in HWTEST_F()
174 * @tc.desc: test AnsSubscriberProxy's OnConsumed function
195 proxy->OnConsumed(notification, notificationMap); in HWTEST_F()
200 * @tc.desc: test AnsSubscriberProxy's OnConsumed function
215 proxy->OnConsumed(nullptr, notificationMap); in HWTEST_F()
220 * @tc.desc: test AnsSubscriberProxy's OnConsumed function
239 proxy->OnConsumed(notification, nullptr); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_subscriber_manager.cpp437 record->subscriber->OnConsumed(notificationStub, notificationMap); in NotifyConsumedInner()
440 record->subscriber->OnConsumed(notification, notificationMap); in NotifyConsumedInner()
H A Dreminder_event_manager.cpp337 void ReminderEventManager::ReminderNotificationSubscriber::OnConsumed(const std::shared_ptr<Notification> &notification, in OnConsumed() function in OHOS::Notification::ReminderEventManager::ReminderNotificationSubscriber
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp54 void OnConsumed(const std::shared_ptr<Notification> &request,
H A Dadvanced_notification_utils_test.cpp114 void OnConsumed(const std::shared_ptr<Notification> &request,
H A Dadvanced_notification_service_branch_test.cpp123 void OnConsumed(const std::shared_ptr<Notification> &request,
/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/
H A Dnotification_service_test.cpp82 void OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request,
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp99 void OnConsumed(const std::shared_ptr<Notification> &request,
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp137 void OnConsumed(const std::shared_ptr<Notification> &request,
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp345 ANS_LOGI("OnConsumed thread safe start"); in ThreadSafeOnConsumed()
375 void SubscriberInstance::OnConsumed(const std::shared_ptr<OHOS::Notification::Notification> &request, in OnConsumed() function in OHOS::NotificationNapi::SubscriberInstance
401 ANS_LOGD("OnConsumed NotificGetAgentBundle = %{public}s", in OnConsumed()
404 ANS_LOGD("OnConsumed NotificGetAgentBundle = null"); in OnConsumed()
407 ANS_LOGI("OnConsumed Notification key = %{public}s, sortingMap size = %{public}zu, notificationFlag = %{public}s", in OnConsumed()
410 ANS_LOGD("OnConsumed Notification info is %{public}s", request->GetNotificationRequest().Dump().c_str()); in OnConsumed()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp144 void OnConsumed(const std::shared_ptr<Notification> &request,
150 GTEST_LOG_(INFO) << "OnConsumed notificationId : " << notificationRequest.GetNotificationId();
189 GTEST_LOG_(INFO) << "ANS_Interface_MT_Publish::OnConsumed do nothing!!!!!";
H A Dans_fw_module_test.cpp323 void OnConsumed(const std::shared_ptr<Notification> &request,
2016 * @tc.desc : distributed kvstore callback data, delete notification after OnConsumed.

Completed in 27 milliseconds

12