Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_info.h274 void RemoveDoNotDisturbDate(const int32_t userId);
Dnotification_preferences_database.h157 bool RemoveDoNotDisturbDate(const int32_t userId);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp229 void NotificationPreferencesInfo::RemoveDoNotDisturbDate(const int32_t userId) in RemoveDoNotDisturbDate() function in OHOS::Notification::NotificationPreferencesInfo
Dnotification_preferences.cpp675 preferencesInfo_.RemoveDoNotDisturbDate(userId); in RemoveSettings()
680 preferncesDB_->RemoveDoNotDisturbDate(userId); in RemoveSettings()
Dnotification_preferences_database.cpp1329 bool NotificationPreferencesDatabase::RemoveDoNotDisturbDate(const int32_t userId) in RemoveDoNotDisturbDate() function in OHOS::Notification::NotificationPreferencesDatabase
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
Dnotification_preferences_database_branch_test.cpp884 EXPECT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), false);
900 EXPECT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), false);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp459 EXPECT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), true);