Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp397 auto result = NotificationPreferences::GetInstance()->DeleteKvFromDb(secureKey, userId); in DoubleDeleteNotificationFromDb()
408 auto result = NotificationPreferences::GetInstance()->DeleteKvFromDb(key, userId); in DeleteNotificationRequestFromDb()
415 result = NotificationPreferences::GetInstance()->DeleteKvFromDb(lockScreenPictureKey, userId); in DeleteNotificationRequestFromDb()
H A Dnotification_preferences.cpp1204 int32_t NotificationPreferences::DeleteKvFromDb(const std::string &key, const int32_t &userId) in DeleteKvFromDb() function in OHOS::Notification::NotificationPreferences
1209 return preferncesDB_->DeleteKvFromDb(key, userId); in DeleteKvFromDb()
H A Dnotification_preferences_database.cpp1781 int32_t NotificationPreferencesDatabase::DeleteKvFromDb(const std::string &key, const int32_t &userId) in DeleteKvFromDb() function in OHOS::Notification::NotificationPreferencesDatabase
/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); in HWTEST_F()
995 ASSERT_EQ(preferncesDB_->DeleteKvFromDb(string("test"), -1), NativeRdb::E_OK); in HWTEST_F()
/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.h233 int32_t DeleteKvFromDb(const std::string &key, const int32_t &userId);

Completed in 10 milliseconds