Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/advanced_notification_manager/
Dadvanced_notification_cancel.cpp306 int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
354 int32_t notificationId, const std::string &label, int32_t &removeReason) in ExcuteRemoveNotification()
409 bool AdvancedNotificationService::IsReasonClickDelete(const int32_t removeReason) in IsReasonClickDelete()
547 const std::vector<std::string> &keys, int32_t removeReason) in RemoveNotifications()
571 …ationService::ExcuteRemoveNotifications(const std::vector<std::string> &keys, int32_t removeReason) in ExcuteRemoveNotifications()
720 ErrCode AdvancedNotificationService::Delete(const std::string &key, int32_t removeReason) in Delete()
751 …rCode AdvancedNotificationService::ExcuteDelete(const std::string &key, const int32_t removeReason) in ExcuteDelete()
924 const int32_t deleteTypeInt, const int32_t removeReason, const std::string& deviceId) in RemoveDistributedNotifications()
964 const std::string& deviceId, const int32_t removeReason) in RemoveDistributedNotificationsByDeviceId()
1014 const std::vector<std::string>& hashcodes, const int32_t removeReason) in RemoveDistributedNotifications()
[all …]
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice/serviceremovenotifications_fuzzer/
Dservice_removenotifications_fuzzer.cpp30 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice/serviceremovenotification_fuzzer/
Dservice_removenotification_fuzzer.cpp30 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); 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.cpp174 ErrCode Delete(const std::string &key, int32_t removeReason) override in Delete()
180 const std::string &label, int32_t removeReason) override in RemoveNotification()
190 …ErrCode RemoveNotifications(const std::vector<std::string> &hashcodes, int32_t removeReason) overr… in RemoveNotifications()
197 const int32_t removeReason, const std::string& deviceId) override in RemoveDistributedNotifications()
801 int32_t removeReason = 1; variable
820 int32_t removeReason = 1; variable
839 int32_t removeReason = 1; variable
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp142 int32_t removeReason = 10; variable
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp62 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
Dansmanagerstubannex_fuzzer.cpp59 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp90 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp485 int32_t removeReason = 1; variable
788 int32_t removeReason = 1; variable
807 int32_t removeReason = 1; variable
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp88 int32_t removeReason = fuzzData->ConsumeIntegral<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp279 ErrCode NotificationHelper::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification()
285 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
296 …ficationHelper::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t removeReason) in RemoveNotifications()
314 const int32_t removeReason, const std::string& deviceId) in RemoveDistributedNotifications()
/base/notification/distributed_notification_service/tools/test/mock/
Dmock_ans_manager_stub.h165 ErrCode Delete(const std::string& key, int32_t removeReason) override in Delete()
171 const std::string& label, int32_t removeReason) override in RemoveNotification()
188 …ErrCode RemoveNotifications(const std::vector<std::string>& hashcodes, int32_t removeReason) overr… in RemoveNotifications()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dremove.cpp41 int32_t removeReason = 0; in ParseRemoveReason() local
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp847 ErrCode AnsNotification::RemoveNotification(const std::string &key, int32_t removeReason) in RemoveNotification()
865 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification()
911 …nsNotification::RemoveNotifications(const std::vector<std::string> hashcodes, int32_t removeReason) in RemoveNotifications()
931 const int32_t removeReason, const std::string& deviceId) in RemoveDistributedNotifications()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp453 int32_t removeReason = 2; variable
470 int32_t removeReason = 2; variable
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_publish_service_test.cpp1193 int removeReason = 1; variable
1217 int removeReason = 1; variable
Dadvanced_notification_service_test.cpp1458 int32_t removeReason = 0; variable
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1335 …NotificationKey notificationKey, sptr<Notification> &notification, int32_t removeReason, bool isCa… in RemoveFromNotificationList()
1383 const std::string &key, sptr<Notification> &notification, bool isCancel, int32_t removeReason) in RemoveFromNotificationList()
Dadvanced_notification_utils.cpp1144 int32_t removeReason, bool isThirdParty) in TriggerRemoveWantAgent()
1929 int32_t removeReason = NotificationConstant::RECOVER_LIVE_VIEW_DELETE; in OnRecoverLiveView() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp751 int32_t removeReason = 10; variable