Home
last modified time | relevance | path

Searched refs:DeleteNotificationRequestFromDb (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp285 DeleteNotificationRequestFromDb(request->GetKey(), request->GetReceiverUserId()); in SetNotificationRequestToDb()
399 result = DeleteNotificationRequestFromDb(key, userId); in DoubleDeleteNotificationFromDb()
403 int32_t AdvancedNotificationService::DeleteNotificationRequestFromDb(const std::string &key, const … in DeleteNotificationRequestFromDb() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1360 static int32_t DeleteNotificationRequestFromDb(const std::string &key, const int32_t userId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2973 result = advancedNotificationService_->DeleteNotificationRequestFromDb(request->GetKey(), 0);