Searched refs:DropUserTable (Results 1 – 8 of 8) sorted by relevance
155 int32_t NotificationDataMgr::DropUserTable(const int32_t userId) in DropUserTable() function in OHOS::Notification::NotificationDataMgr
1007 ASSERT_EQ(preferncesDB_->DropUserTable(-1), NativeRdb::E_OK);1019 ASSERT_EQ(preferncesDB_->DropUserTable(-1), NativeRdb::E_ERROR);
149 int32_t DropUserTable(const int32_t userId);
245 int32_t DropUserTable(const int32_t userId);
744 ASSERT_EQ(notificationDataMgr->DropUserTable(-1), NativeRdb::E_OK);758 ASSERT_EQ(notificationDataMgr->DropUserTable(-1), NativeRdb::E_ERROR);
560 int32_t NotificationDataMgr::DropUserTable(const int32_t userId) in DropUserTable() function in OHOS::Notification::NotificationDataMgr
1860 int32_t NotificationPreferencesDatabase::DropUserTable(const int32_t userId) in DropUserTable() function in OHOS::Notification::NotificationPreferencesDatabase1867 int32_t result = rdbDataManager_->DropUserTable(userId); in DropUserTable()
1113 preferncesDB_->DropUserTable(userId); in RemoveSettings()