Searched refs:CloseRemindersByGroupId (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderdatamanager_fuzzer/ |
H A D | reminderdatamanager_fuzzer.cpp | 94 manager->CloseRemindersByGroupId(reminderId, bundleName, bundleName); in DoSomethingInterestingWithReminder()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_data_manager.h | 373 void CloseRemindersByGroupId(const int32_t &oldReminderId, const std::string &packageName,
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | reminder_data_manager_test.cpp | 465 manager->CloseRemindersByGroupId(oldReminderId, "test", "123");
in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 550 CloseRemindersByGroupId(reminderId, packageName, groupId); in CloseReminder() 558 void ReminderDataManager::CloseRemindersByGroupId(const int32_t &oldReminderId, const std::string &packageName, in CloseRemindersByGroupId() function in OHOS::Notification::ReminderDataManager
|
Completed in 8 milliseconds