Searched refs:PutDoNotDisturbDate (Results 1 – 5 of 5) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | notification_preferences_database_test.cpp | 222 EXPECT_TRUE(preferncesDB_->PutDoNotDisturbDate(userId, date)); 240 EXPECT_TRUE(preferncesDB_->PutDoNotDisturbDate(userId, date)); 259 EXPECT_TRUE(preferncesDB_->PutDoNotDisturbDate(userId, date)); 278 EXPECT_TRUE(preferncesDB_->PutDoNotDisturbDate(userId, date)); 856 EXPECT_EQ(preferncesDB_->PutDoNotDisturbDate(userId, nullptr), false);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
D | notification_preferences_database_branch_test.cpp | 261 EXPECT_EQ(preferncesDB_->PutDoNotDisturbDate(userId, date), false); 278 EXPECT_EQ(preferncesDB_->PutDoNotDisturbDate(userId, date), false);
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | notification_preferences_database.h | 107 bool PutDoNotDisturbDate(const int32_t &userId, const sptr<NotificationDoNotDisturbDate> &date);
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | notification_preferences_database.cpp | 467 bool NotificationPreferencesDatabase::PutDoNotDisturbDate( in PutDoNotDisturbDate() function in OHOS::Notification::NotificationPreferencesDatabase 1223 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbType() 1248 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbBeginDate() 1272 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbEndDate()
|
D | notification_preferences.cpp | 438 if (!preferncesDB_->PutDoNotDisturbDate(userId, date)) { in SetDoNotDisturbDate()
|