Searched refs:PutSlotsToDisturbeDB (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 | 55 EXPECT_TRUE(preferncesDB_->PutSlotsToDisturbeDB(bundleName_, bundleUid_, slots)); 70 EXPECT_FALSE(preferncesDB_->PutSlotsToDisturbeDB(std::string(), 0, slots)); 81 EXPECT_FALSE(preferncesDB_->PutSlotsToDisturbeDB(bundleName_, bundleUid_, slots)); 328 EXPECT_TRUE(preferncesDB_->PutSlotsToDisturbeDB(bundleName_, bundleUid_, slots)); 368 EXPECT_TRUE(preferncesDB_->PutSlotsToDisturbeDB(bundleName_, bundleUid_, slots));
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences_database.h | 42 bool PutSlotsToDisturbeDB(
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 89 …(!preferncesDB_->PutSlotsToDisturbeDB(bundleOption->GetBundleName(), bundleOption->GetUid(), slots… in AddNotificationSlots() 240 …(!preferncesDB_->PutSlotsToDisturbeDB(bundleOption->GetBundleName(), bundleOption->GetUid(), slots… in UpdateNotificationSlots()
|
H A D | notification_preferences_database.cpp | 250 bool NotificationPreferencesDatabase::PutSlotsToDisturbeDB( in PutSlotsToDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase
|
/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 | 723 ASSERT_EQ(preferncesDB_->PutSlotsToDisturbeDB(bundleName, bundleUid, slots), false);
|