Home
last modified time | relevance | path

Searched defs:removeReason (Results 1 – 13 of 13) 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.h34 int32_t removeReason = NotificationConstant::CANCEL_REASON_DELETE; member
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp154 int32_t removeReason = 1; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp199 ErrCode NotificationHelper::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification()
205 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dremove.cpp40 int32_t removeReason = 0; in ParseRemoveReason() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp475 int32_t removeReason = 2; variable
492 int32_t removeReason = 2; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp1060 int32_t removeReason = 2; variable
1087 int32_t removeReason = 2; variable
1113 int32_t removeReason = 2; variable
1139 int32_t removeReason = 2; variable
1231 int32_t removeReason = 2; variable
1254 int32_t removeReason = 2; variable
3689 int32_t removeReason = 2; variable
3716 int32_t removeReason = 2; variable
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp498 ErrCode AnsNotification::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification()
514 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
Dans_manager_stub.cpp820 int32_t removeReason = 0; in HandleRemoveNotification() local
858 int32_t removeReason = 0; in HandleDelete() local
1951 int notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
1963 ErrCode AnsManagerStub::Delete(const std::string &key, int32_t removeReason) in Delete()
Dans_manager_proxy.cpp839 int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
922 ErrCode AnsManagerProxy::Delete(const std::string &key, int32_t removeReason) in Delete()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp381 int32_t removeReason = 10; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp917 ErrCode AdvancedNotificationService::Delete(const std::string &key, int32_t removeReason) in Delete()
1233 const std::string &key, sptr<Notification> &notification, bool isCancel, int32_t removeReason) in RemoveFromNotificationList()
2231 int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp2400 int32_t removeReason = 0; variable