Home
last modified time | relevance | path

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

/ohos5.0/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.cpp1007 ASSERT_EQ(preferncesDB_->DropUserTable(-1), NativeRdb::E_OK);
1019 ASSERT_EQ(preferncesDB_->DropUserTable(-1), NativeRdb::E_ERROR);
/ohos5.0/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.h245 int32_t DropUserTable(const int32_t userId);
/ohos5.0/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);
758 ASSERT_EQ(notificationDataMgr->DropUserTable(-1), NativeRdb::E_ERROR);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_rdb_data_mgr.cpp560 int32_t NotificationDataMgr::DropUserTable(const int32_t userId) in DropUserTable() function in OHOS::Notification::NotificationDataMgr
H A Dnotification_preferences_database.cpp1860 int32_t NotificationPreferencesDatabase::DropUserTable(const int32_t userId) in DropUserTable() function in OHOS::Notification::NotificationPreferencesDatabase
1867 int32_t result = rdbDataManager_->DropUserTable(userId); in DropUserTable()
H A Dnotification_preferences.cpp1113 preferncesDB_->DropUserTable(userId); in RemoveSettings()