Home
last modified time | relevance | path

Searched refs:BuildReminder (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h82 sptr<ReminderRequest> BuildReminder(const std::shared_ptr<NativeRdb::ResultSet>& resultBase);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp736 sptr<ReminderRequest> reminder = BuildReminder(queryResultSet); in GetReminders()
746 sptr<ReminderRequest> ReminderStore::BuildReminder(const std::shared_ptr<NativeRdb::ResultSet>& res… in BuildReminder() function in OHOS::Notification::ReminderStore