Home
last modified time | relevance | path

Searched defs:deleteReason (Results 1 - 16 of 16) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
H A Dans_subscriber_proxy_branch_test.cpp73 int32_t deleteReason = 1; in HWTEST_F() local
97 int32_t deleteReason = 1; in HWTEST_F() local
121 int32_t deleteReason = 1; in HWTEST_F() local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp60 int32_t deleteReason = 1; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/anssubscriberproxy_fuzzer/
H A Danssubscriberproxy_fuzzer.cpp49 int32_t deleteReason = 1; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
H A Dans_subscriber_proxy_unit_test.cpp349 int32_t deleteReason = 0; in HWTEST_F() local
375 int32_t deleteReason = 0; in HWTEST_F() local
396 int32_t deleteReason = 0; in HWTEST_F() local
420 int32_t deleteReason = 0; in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_listener.cpp82 OnCanceled( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnCanceled() argument
100 OnBatchCanceled(const std::vector<sptr<Notification>> &notifications, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnBatchCanceled() argument
121 OnCanceledList(const std::vector<sptr<Notification>> &notifications, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnCanceledList() argument
H A Dans_subscriber_proxy.cpp177 OnCanceled( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnCanceled() argument
228 OnCanceledList(const std::vector<sptr<Notification>> &notifications, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnCanceledList() argument
H A Dans_subscriber_stub.cpp321 OnCanceled( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnCanceled() argument
325 OnCanceledList(const std::vector<sptr<Notification>> &notifications, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) OnCanceledList() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_extension_wrapper.cpp135 void ExtensionWrapper::UpdateByCancel(const std::vector<sptr<Notification>>& notifications, int deleteReason) in UpdateByCancel() argument
179 void ExtensionWrapper::UpdateByBundle(const std::string bundleName, int deleteReason) in UpdateByBundle() argument
188 int32_t ExtensionWrapper::convertToDelType(int32_t deleteReason) in convertToDelType() argument
H A Dreminder_event_manager.cpp311 OnCanceled( const std::shared_ptr<Notification> &notification, const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) OnCanceled() argument
357 OnBatchCanceled( const std::vector<std::shared_ptr<Notification>> &requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) OnBatchCanceled() argument
H A Dnotification_subscriber_manager.cpp179 NotifyCanceled( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) NotifyCanceled() argument
199 BatchNotifyCanceled(const std::vector<sptr<Notification>> &notifications, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) BatchNotifyCanceled() argument
486 NotifyCanceledInner( const sptr<Notification> &notification, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) NotifyCanceledInner() argument
540 BatchNotifyCanceledInner(const std::vector<sptr<Notification>> &notifications, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) BatchNotifyCanceledInner() argument
[all...]
H A Dadvanced_notification_utils.cpp1411 ErrCode AdvancedNotificationService::DeleteAllByUserInner(const int32_t &userId, int32_t deleteReason, in DeleteAllByUserInner() argument
1834 SendNotificationsOnCanceled(std::vector<sptr<Notification>> &notifications, const sptr<NotificationSortingMap> &notificationMap, int32_t deleteReason) SendNotificationsOnCanceled() argument
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_subscriber_manager_test.cpp173 int deleteReason = 0; in HWTEST_F() local
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp79 int32_t deleteReason = 1; in HWTEST_F() local
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h67 int32_t deleteReason = 0; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp64 int32_t deleteReason = 0; member
71 SetSubscribeCallbackData(const napi_env &env, const std::shared_ptr<OHOS::Notification::Notification> &request, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason, napi_value &result) SetSubscribeCallbackData() argument
211 OnCanceled(const std::shared_ptr<OHOS::Notification::Notification> &request, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) OnCanceled() argument
292 OnBatchCanceled(const std::vector<std::shared_ptr<OHOS::Notification::Notification>> &requestList, const std::shared_ptr<NotificationSortingMap> &sortingMap, int32_t deleteReason) OnBatchCanceled() argument
[all...]
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp203 OnOnCanceledWithSortingMapAndDeleteReasonEvent(const std::shared_ptr<Notification> &request, const std::shared_ptr<NotificationSortingMap> &sortingMap, int deleteReason) OnOnCanceledWithSortingMapAndDeleteReasonEvent() argument

Completed in 24 milliseconds