Searched refs:SetNotificationsEnabled (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_test.cpp | 825 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 D | notification_preferences.h | 231 ErrCode SetNotificationsEnabled(const int32_t &userId, const bool &enabled);
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 442 ErrCode NotificationPreferences::SetNotificationsEnabled(const int32_t &userId, const bool &enabled) in SetNotificationsEnabled() function in OHOS::Notification::NotificationPreferences
|
H A D | advanced_notification_publish_service.cpp | 932 result = NotificationPreferences::GetInstance()->SetNotificationsEnabled(userId, enabled); in SetNotificationsEnabledForAllBundles() 2108 result = NotificationPreferences::GetInstance()->SetNotificationsEnabled(userId, enabled); in SetNotificationsEnabledByUser()
|
Completed in 9 milliseconds