Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1231 ErrCode RemoveFromNotificationListForDeleteAll(const std::string &key,
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1309 ErrCode AdvancedNotificationService::RemoveFromNotificationListForDeleteAll( in RemoveFromNotificationListForDeleteAll() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_utils.cpp1437 *result = RemoveFromNotificationListForDeleteAll(key, userId, notification); in DeleteAllByUserInner()
H A Dadvanced_notification_publish_service.cpp706 result = RemoveFromNotificationListForDeleteAll(key, activeUserId, notification); in DeleteAll()