Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h313 void RemoveDoNotDisturbDate(const int32_t userId);
H A Dnotification_preferences_database.h229 bool RemoveDoNotDisturbDate(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.cpp888 ASSERT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), false);
904 ASSERT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), false);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp402 void NotificationPreferencesInfo::RemoveDoNotDisturbDate(const int32_t userId) in RemoveDoNotDisturbDate() function in OHOS::Notification::NotificationPreferencesInfo
H A Dnotification_preferences.cpp1109 preferencesInfo_.RemoveDoNotDisturbDate(userId); in RemoveSettings()
1112 preferncesDB_->RemoveDoNotDisturbDate(userId); in RemoveSettings()
H A Dnotification_preferences_database.cpp1641 bool NotificationPreferencesDatabase::RemoveDoNotDisturbDate(const int32_t userId) in RemoveDoNotDisturbDate() function in OHOS::Notification::NotificationPreferencesDatabase
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp451 ASSERT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), true);