Searched refs:RemoveDoNotDisturbDate (Results 1 – 7 of 7) sorted by relevance
313 void RemoveDoNotDisturbDate(const int32_t userId);
229 bool RemoveDoNotDisturbDate(const int32_t userId);
888 ASSERT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), false);904 ASSERT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), false);
402 void NotificationPreferencesInfo::RemoveDoNotDisturbDate(const int32_t userId) in RemoveDoNotDisturbDate() function in OHOS::Notification::NotificationPreferencesInfo
1109 preferencesInfo_.RemoveDoNotDisturbDate(userId); in RemoveSettings()1112 preferncesDB_->RemoveDoNotDisturbDate(userId); in RemoveSettings()
1641 bool NotificationPreferencesDatabase::RemoveDoNotDisturbDate(const int32_t userId) in RemoveDoNotDisturbDate() function in OHOS::Notification::NotificationPreferencesDatabase
451 ASSERT_EQ(preferncesDB_->RemoveDoNotDisturbDate(userId), true);