Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h312 void RemoveNotificationEnable(const int32_t userId);
H A Dnotification_preferences_database.h228 bool RemoveNotificationEnable(const int32_t userId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp858 ASSERT_EQ(preferncesDB_->RemoveNotificationEnable(userId), false);
874 ASSERT_EQ(preferncesDB_->RemoveNotificationEnable(userId), false);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp397 void NotificationPreferencesInfo::RemoveNotificationEnable(const int32_t userId) in RemoveNotificationEnable() function in OHOS::Notification::NotificationPreferencesInfo
H A Dnotification_preferences.cpp1108 preferencesInfo_.RemoveNotificationEnable(userId); in RemoveSettings()
1111 preferncesDB_->RemoveNotificationEnable(userId); in RemoveSettings()
H A Dnotification_preferences_database.cpp1621 bool NotificationPreferencesDatabase::RemoveNotificationEnable(const int32_t userId) in RemoveNotificationEnable() function in OHOS::Notification::NotificationPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp439 ASSERT_EQ(preferncesDB_->RemoveNotificationEnable(userId), true);