Home
last modified time | relevance | path

Searched refs:PutDoNotDisturbDate (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp222 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/
Dnotification_preferences_database_branch_test.cpp261 EXPECT_EQ(preferncesDB_->PutDoNotDisturbDate(userId, date), false);
278 EXPECT_EQ(preferncesDB_->PutDoNotDisturbDate(userId, date), false);
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_database.h107 bool PutDoNotDisturbDate(const int32_t &userId, const sptr<NotificationDoNotDisturbDate> &date);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp467 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()
Dnotification_preferences.cpp438 if (!preferncesDB_->PutDoNotDisturbDate(userId, date)) { in SetDoNotDisturbDate()