Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp223 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 Dnotification_preferences_database_branch_test.cpp263 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 Dnotification_preferences_database.h156 bool PutDoNotDisturbDate(const int32_t &userId, const sptr<NotificationDoNotDisturbDate> &date);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp452 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 Dnotification_preferences.cpp531 if (!preferncesDB_->PutDoNotDisturbDate(userId, date)) { in SetDoNotDisturbDate()