Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
Dnotification_preferences_database_branch_test.cpp511 EXPECT_EQ(preferncesDB_->RemoveAllSlotsFromDisturbeDB(bundleKey), false);
527 EXPECT_EQ(preferncesDB_->RemoveAllSlotsFromDisturbeDB(bundleKey), false);
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_database.h147 bool RemoveAllSlotsFromDisturbeDB(const std::string &bundleKey);
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dnotification_preferences_database_test.cpp435 EXPECT_EQ(preferncesDB_->RemoveAllSlotsFromDisturbeDB(bundleKey), true);
868 EXPECT_EQ(preferncesDB_->RemoveAllSlotsFromDisturbeDB(bundleKey), false);
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences.cpp129 if (!preferncesDB_->RemoveAllSlotsFromDisturbeDB(GenerateBundleKey(bundleOption))) { in RemoveNotificationAllSlots()
Dnotification_preferences_database.cpp694 bool NotificationPreferencesDatabase::RemoveAllSlotsFromDisturbeDB(const std::string &bundleKey) in RemoveAllSlotsFromDisturbeDB() function in OHOS::Notification::NotificationPreferencesDatabase