Home
last modified time | relevance | path

Searched refs:ERR_ANS_NOTIFICATION_NOT_EXISTS (Results 1 – 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_inner_errors.h62 ERR_ANS_NOTIFICATION_NOT_EXISTS, enumerator
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_test.cpp588 (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
718 …advancedNotificationService_->Cancel(notificationId, label), (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
908 (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
1681 int result = ERR_ANS_NOTIFICATION_NOT_EXISTS;
2205 int result = ERR_ANS_NOTIFICATION_NOT_EXISTS;
2392 …XPECT_EQ(advancedNotificationService_->Delete(key, removeReason), ERR_ANS_NOTIFICATION_NOT_EXISTS);
2420 key, removeReason), ERR_ANS_NOTIFICATION_NOT_EXISTS);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp754 …EQ(NotificationHelper::RemoveNotification(AN_NOT_EXIST_KEY), (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
763 EXPECT_EQ(NotificationHelper::RemoveNotification(key), (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
1035 …icationHelper::CancelNotification(NOTIFICATION_LABEL_0, id), (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
2404 EXPECT_EQ(NotificationHelper::CancelNotification(id), (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp457 EXPECT_EQ(ret, (int)ERR_ANS_NOTIFICATION_NOT_EXISTS);
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1396 return ERR_ANS_NOTIFICATION_NOT_EXISTS; in RemoveFromNotificationList()
1417 return ERR_ANS_NOTIFICATION_NOT_EXISTS; in RemoveFromNotificationList()
1437 return ERR_ANS_NOTIFICATION_NOT_EXISTS; in RemoveFromNotificationListForDeleteAll()
2538 ErrCode result = ERR_ANS_NOTIFICATION_NOT_EXISTS; in RemoveNotification()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp4850 case ERR_ANS_NOTIFICATION_NOT_EXISTS: in ErrorToExternal()