Home
last modified time | relevance | path

Searched refs:SetNotificationsEnabled (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_test.cpp825 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetNotificationsEnabled(100, true), (int)ERR_OK); in HWTEST_F()
835 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetNotificationsEnabled(TEST_SUBSCRIBE_USER_INIT, true), in HWTEST_F()
846 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetNotificationsEnabled(100, true), (int)ERR_OK); in HWTEST_F()
859 ASSERT_EQ((int)NotificationPreferences::GetInstance()->SetNotificationsEnabled(100, true), (int)ERR_OK); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences.h231 ErrCode SetNotificationsEnabled(const int32_t &userId, const bool &enabled);
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp442 ErrCode NotificationPreferences::SetNotificationsEnabled(const int32_t &userId, const bool &enabled) in SetNotificationsEnabled() function in OHOS::Notification::NotificationPreferences
H A Dadvanced_notification_publish_service.cpp932 result = NotificationPreferences::GetInstance()->SetNotificationsEnabled(userId, enabled); in SetNotificationsEnabledForAllBundles()
2108 result = NotificationPreferences::GetInstance()->SetNotificationsEnabled(userId, enabled); in SetNotificationsEnabledByUser()

Completed in 9 milliseconds