Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1621 sptr<NotificationDoNotDisturbDate> currentConfig = nullptr; in GetDoNotDisturbDateByUser() local
1622 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()