Home
last modified time | relevance | path

Searched refs:DropUserTable (Results 1 - 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dmock_notification_rdb_data_mgr.cpp155 int32_t NotificationDataMgr::DropUserTable(const int32_t userId) in DropUserTable() function in OHOS::Notification::NotificationDataMgr
H A Dnotification_preferences_database_branch_test.cpp1001 * @tc.desc : Test DropUserTable
1007 ASSERT_EQ(preferncesDB_->DropUserTable(-1), NativeRdb::E_OK); in HWTEST_F()
1013 * @tc.desc : Test DropUserTable
1019 ASSERT_EQ(preferncesDB_->DropUserTable(-1), NativeRdb::E_ERROR); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_rdb_data_mgr.h149 int32_t DropUserTable(const int32_t userId);
H A Dnotification_preferences_database.h234 int32_t DropUserTable(const int32_t userId);
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp744 ASSERT_EQ(notificationDataMgr->DropUserTable(-1), NativeRdb::E_OK); in HWTEST_F()
758 ASSERT_EQ(notificationDataMgr->DropUserTable(-1), NativeRdb::E_ERROR); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_rdb_data_mgr.cpp558 int32_t NotificationDataMgr::DropUserTable(const int32_t userId) in DropUserTable() function in OHOS::Notification::NotificationDataMgr
H A Dnotification_preferences.cpp1097 preferncesDB_->DropUserTable(userId); in RemoveSettings()
H A Dnotification_preferences_database.cpp1799 int32_t NotificationPreferencesDatabase::DropUserTable(const int32_t userId) in DropUserTable() function in OHOS::Notification::NotificationPreferencesDatabase
1806 int32_t result = rdbDataManager_->DropUserTable(userId); in DropUserTable()

Completed in 11 milliseconds