Home
last modified time | relevance | path

Searched refs:APP_CANCEL_ALL_REASON_DELETE (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h172 static const int32_t APP_CANCEL_ALL_REASON_DELETE = 9; variable
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp69 constexpr int APP_CANCEL_ALL_REASON_DELETE = 9; variable
1099 EXPECT_EQ(eventParser.GetOnCanceledWithSortingMapDelRea()[0], APP_CANCEL_ALL_REASON_DELETE);
1111 EXPECT_EQ(eventParser.GetOnCanceledWithSortingMapDelRea()[1], APP_CANCEL_ALL_REASON_DELETE);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp668 NotificationConstant::APP_CANCEL_ALL_REASON_DELETE); in CancelAll()
674 int32_t reason = NotificationConstant::APP_CANCEL_ALL_REASON_DELETE; in CancelAll()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4406 case NotificationConstant::APP_CANCEL_ALL_REASON_DELETE: in ReasonCToJS()