Home
last modified time | relevance | path

Searched defs:removeReason (Results 1 – 20 of 20) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp36 int32_t removeReason = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dremove.h35 int32_t removeReason = NotificationConstant::CANCEL_REASON_DELETE; member
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp183 ErrCode Delete(const std::string &key, int32_t removeReason) override in Delete()
189 const std::string &label, int32_t removeReason) override in RemoveNotification()
199 …ErrCode RemoveNotifications(const std::vector<std::string> &hashcodes, int32_t removeReason) overr… in RemoveNotifications()
628 int32_t removeReason = 1; variable
647 int32_t removeReason = 1; variable
667 int32_t removeReason = 1; variable
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp358 int32_t removeReason = fuzzData.GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp145 int32_t removeReason = 10; variable
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp241 ErrCode NotificationHelper::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification()
247 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
258 …ficationHelper::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t removeReason) in RemoveNotifications()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp457 int32_t removeReason = 1; variable
760 int32_t removeReason = 1; variable
779 int32_t removeReason = 1; variable
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_stub_invalid.cpp211 int notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
223 …ode AnsManagerStub::RemoveNotifications(const std::vector<std::string> &keys, int32_t removeReason) in RemoveNotifications()
229 ErrCode AnsManagerStub::Delete(const std::string &key, int32_t removeReason) in Delete()
Dans_manager_proxy.cpp771 int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
854 …de AnsManagerProxy::RemoveNotifications(const std::vector<std::string> &keys, int32_t removeReason) in RemoveNotifications()
898 ErrCode AnsManagerProxy::Delete(const std::string &key, int32_t removeReason) in Delete()
Dans_notification.cpp694 ErrCode AnsNotification::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification()
713 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
751 …nsNotification::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t removeReason) in RemoveNotifications()
Dans_manager_stub.cpp1168 int32_t removeReason = 0; in HandleRemoveNotification() local
1212 int32_t removeReason = 0; in HandleRemoveNotifications() local
1235 int32_t removeReason = 0; in HandleDelete() local
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_publish_service_test.cpp587 int removeReason = 1; variable
611 int removeReason = 1; variable
Dadvanced_notification_service_test.cpp1481 int32_t removeReason = 0; variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dremove.cpp41 int32_t removeReason = 0; in ParseRemoveReason() local
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_publish_service.cpp531 ErrCode AdvancedNotificationService::Delete(const std::string &key, int32_t removeReason) in Delete()
562 …rCode AdvancedNotificationService::ExcuteDelete(const std::string &key, const int32_t removeReason) in ExcuteDelete()
1510 int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
1728 const std::vector<std::string> &keys, int32_t removeReason) in RemoveNotifications()
Dadvanced_notification_service.cpp1295 const std::string &key, sptr<Notification> &notification, bool isCancel, int32_t removeReason) in RemoveFromNotificationList()
Dadvanced_notification_utils.cpp2044 int32_t removeReason = NotificationConstant::RECOVER_LIVE_VIEW_DELETE; in OnRecoverLiveView() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp481 int32_t removeReason = 2; variable
498 int32_t removeReason = 2; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp1361 int32_t removeReason = 2; variable
1388 int32_t removeReason = 2; variable
1414 int32_t removeReason = 2; variable
1440 int32_t removeReason = 2; variable
1532 int32_t removeReason = 2; variable
1555 int32_t removeReason = 2; variable
4178 int32_t removeReason = 2; variable
4205 int32_t removeReason = 2; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp696 int32_t removeReason = 10; variable