Searched refs:RemoveAllSlotsFromDisturbeDB (Results 1 – 5 of 5) sorted by relevance
511 EXPECT_EQ(preferncesDB_->RemoveAllSlotsFromDisturbeDB(bundleKey), false);527 EXPECT_EQ(preferncesDB_->RemoveAllSlotsFromDisturbeDB(bundleKey), false);
147 bool RemoveAllSlotsFromDisturbeDB(const std::string &bundleKey);
435 EXPECT_EQ(preferncesDB_->RemoveAllSlotsFromDisturbeDB(bundleKey), true);868 EXPECT_EQ(preferncesDB_->RemoveAllSlotsFromDisturbeDB(bundleKey), false);
129 if (!preferncesDB_->RemoveAllSlotsFromDisturbeDB(GenerateBundleKey(bundleOption))) { in RemoveNotificationAllSlots()
694 bool NotificationPreferencesDatabase::RemoveAllSlotsFromDisturbeDB(const std::string &bundleKey) in RemoveAllSlotsFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase