Searched refs:PutDoNotDisturbDate (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 223 EXPECT_TRUE(preferncesDB_->PutDoNotDisturbDate(userId, date)); 241 EXPECT_TRUE(preferncesDB_->PutDoNotDisturbDate(userId, date)); 260 EXPECT_TRUE(preferncesDB_->PutDoNotDisturbDate(userId, date)); 279 EXPECT_TRUE(preferncesDB_->PutDoNotDisturbDate(userId, date)); 848 ASSERT_EQ(preferncesDB_->PutDoNotDisturbDate(userId, nullptr), false);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | notification_preferences_database_branch_test.cpp | 263 ASSERT_EQ(preferncesDB_->PutDoNotDisturbDate(userId, date), false); 280 ASSERT_EQ(preferncesDB_->PutDoNotDisturbDate(userId, date), false);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_database.h | 156 bool PutDoNotDisturbDate(const int32_t &userId, const sptr<NotificationDoNotDisturbDate> &date);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 452 bool NotificationPreferencesDatabase::PutDoNotDisturbDate( in PutDoNotDisturbDate() function in OHOS::Notification::NotificationPreferencesDatabase 1502 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbType() 1531 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbBeginDate() 1559 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbEndDate()
|
H A D | notification_preferences.cpp | 531 if (!preferncesDB_->PutDoNotDisturbDate(userId, date)) { in SetDoNotDisturbDate()
|