Home
last modified time | relevance | path

Searched refs:DeleteAllByUserInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1386 DeleteAllByUserInner(userId, NotificationConstant::USER_REMOVED_REASON_DELETE, true); in OnUserRemoved()
1391 return DeleteAllByUserInner(userId, NotificationConstant::APP_REMOVE_ALL_USER_REASON_DELETE); in DeleteAllByUser()
1394 ErrCode AdvancedNotificationService::DeleteAllByUserInner(const int32_t &userId, int32_t deleteReas… in DeleteAllByUserInner() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1427 ErrCode DeleteAllByUserInner(const int32_t &userId, int32_t reason, bool isAsync = false);