Searched refs:GLOBAL_ID (Results 1 – 3 of 3) sorted by relevance
43 int32_t ReminderRequest::GLOBAL_ID = 0; member in OHOS::Notification::ReminderRequest223 if (GLOBAL_ID < 0) { in InitReminderId()225 GLOBAL_ID = 0; in InitReminderId()227 reminderId_ = ++GLOBAL_ID; in InitReminderId()
643 static int32_t GLOBAL_ID; variable
1150 ReminderRequest::GLOBAL_ID = store_->GetMaxId() + 1; in LoadReminderFromDb()