Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_store.h40 int32_t GetMaxId();
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_store_test.cpp174 int32_t ret = reminderStore.GetMaxId();
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_store.cpp281 int32_t ReminderStore::GetMaxId() in GetMaxId() function in OHOS::Notification::ReminderStore
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp1150 ReminderRequest::GLOBAL_ID = store_->GetMaxId() + 1; in LoadReminderFromDb()