Searched defs:reminderFlags (Results 1 – 4 of 4) sorted by relevance
101 std::shared_ptr<NotificationFlags> reminderFlags; in GetCurrentSlotReminder() local141 uint32_t reminderFlags = GetConfigSlotReminderModeByType(slotType); in GetConfigSlotReminderModeByType() local
171 auto reminderFlags = jsonObject.at("reminderFlags").get<uint32_t>(); in FromJson() local223 const std::string &strReminderFlags, std::shared_ptr<NotificationFlags> &reminderFlags) in GetReminderFlagsByString()
1347 uint32_t reminderFlags = flags->GetReminderFlags(); in SetNotificationFlags() local
3428 u_int32_t reminderFlags = flags->GetReminderFlags(); variable