Home
last modified time | relevance | path

Searched refs:oldReminderId (Results 1 - 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp450 int32_t oldReminderId = 1; in HWTEST_F() local
465 manager->CloseRemindersByGroupId(oldReminderId, "test", "123"); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_data_manager.h369 * @param oldReminderId Indicates the reminderId that are currently bing showed.
373 void CloseRemindersByGroupId(const int32_t &oldReminderId, const std::string &packageName,
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp558 void ReminderDataManager::CloseRemindersByGroupId(const int32_t &oldReminderId, const std::string &packageName, in CloseRemindersByGroupId() argument
573 if (reminderId == oldReminderId) { in CloseRemindersByGroupId()

Completed in 6 milliseconds