Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_store.h41 int32_t GetMaxId();
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp198 int32_t ret = reminderStore.GetMaxId();
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp396 int32_t ReminderStore::GetMaxId() in GetMaxId() function in OHOS::Notification::ReminderStore
H A Dreminder_data_manager.cpp1565 ReminderRequest::GLOBAL_ID = store_->GetMaxId() + 1; in LoadReminderFromDb()