Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp394 auto result = NotificationPreferences::GetInstance()->DeleteKvFromDb(secureKey, userId); in DoubleDeleteNotificationFromDb()
405 auto result = NotificationPreferences::GetInstance()->DeleteKvFromDb(key, userId); in DeleteNotificationRequestFromDb()
412 result = NotificationPreferences::GetInstance()->DeleteKvFromDb(lockScreenPictureKey, userId); in DeleteNotificationRequestFromDb()
H A Dnotification_preferences.cpp1220 int32_t NotificationPreferences::DeleteKvFromDb(const std::string &key, const int32_t &userId) in DeleteKvFromDb() function in OHOS::Notification::NotificationPreferences
1225 return preferncesDB_->DeleteKvFromDb(key, userId); in DeleteKvFromDb()
H A Dnotification_preferences_database.cpp1825 int32_t NotificationPreferencesDatabase::DeleteKvFromDb(const std::string &key, const int32_t &user… in DeleteKvFromDb() function in OHOS::Notification::NotificationPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp993 ASSERT_EQ(preferncesDB_->DeleteKvFromDb(string("test"), -1), NativeRdb::E_ERROR);
995 ASSERT_EQ(preferncesDB_->DeleteKvFromDb(string("test"), -1), NativeRdb::E_OK);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h379 int32_t DeleteKvFromDb(const std::string &key, const int &userId);
H A Dnotification_preferences_database.h243 int32_t DeleteKvFromDb(const std::string &key, const int32_t &userId);