Home
last modified time | relevance | path

Searched refs:RemoveNotificationEnable (Results 1 - 7 of 7) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h311 void RemoveNotificationEnable(const int32_t userId);
H A Dnotification_preferences_database.h218 bool RemoveNotificationEnable(const int32_t userId);
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp850 * @tc.desc : test RemoveNotificationEnable function and CheckRdbStore is false
856 // test RemoveNotificationEnable function in HWTEST_F()
858 ASSERT_EQ(preferncesDB_->RemoveNotificationEnable(userId), false); in HWTEST_F()
864 * @tc.desc : test RemoveNotificationEnable function and result != NativeRdb::E_OK
872 // test RemoveNotificationEnable function in HWTEST_F()
874 ASSERT_EQ(preferncesDB_->RemoveNotificationEnable(userId), false); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp396 void NotificationPreferencesInfo::RemoveNotificationEnable(const int32_t userId) in RemoveNotificationEnable() function in OHOS::Notification::NotificationPreferencesInfo
H A Dnotification_preferences.cpp1090 preferencesInfo_.RemoveNotificationEnable(userId); in RemoveSettings()
1095 preferncesDB_->RemoveNotificationEnable(userId); in RemoveSettings()
H A Dnotification_preferences_database.cpp1577 bool NotificationPreferencesDatabase::RemoveNotificationEnable(const int32_t userId) in RemoveNotificationEnable() function in OHOS::Notification::NotificationPreferencesDatabase
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp432 * @tc.name : RemoveNotificationEnable
433 * @tc.desc : Test RemoveNotificationEnable function when parameter is normal return is true
439 ASSERT_EQ(preferncesDB_->RemoveNotificationEnable(userId), true); in HWTEST_F()

Completed in 10 milliseconds