Searched refs:currentConfig (Results 1 – 1 of 1) sorted by relevance
1621 sptr<NotificationDoNotDisturbDate> currentConfig = nullptr; in GetDoNotDisturbDateByUser() local1622 result = NotificationPreferences::GetInstance()->GetDoNotDisturbDate(userId, currentConfig); in GetDoNotDisturbDateByUser()1625 switch (currentConfig->GetDoNotDisturbType()) { in GetDoNotDisturbDateByUser()1628 if (now >= currentConfig->GetEndDate()) { in GetDoNotDisturbDateByUser()1637 date = currentConfig; in GetDoNotDisturbDateByUser()1641 date = currentConfig; in GetDoNotDisturbDateByUser()