Home
last modified time | relevance | path

Searched refs:GetReminders (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderstoreannex_fuzzer/
H A Dreminderstoreannex_fuzzer.cpp29 reminderStore.GetReminders(queryCondition); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h81 std::vector<sptr<ReminderRequest>> GetReminders(const std::string& queryCondition);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp433 return GetReminders(sql); in GetAllValidReminders()
721 std::vector<sptr<ReminderRequest>> ReminderStore::GetReminders(const std::string& queryCondition) in GetReminders() function in OHOS::Notification::ReminderStore
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp225 std::vector<sptr<ReminderRequest>> ret = reminderStore.GetReminders(queryCondition);