Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1496 if (disturbDate == nullptr) { in GetDoNotDisturbType()
1500 info.GetDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbType()
1502 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbType()
1505 if (disturbDate != nullptr) { in GetDoNotDisturbType()
1506 disturbDate->SetDoNotDisturbType( in GetDoNotDisturbType()
1525 if (disturbDate == nullptr) { in GetDoNotDisturbBeginDate()
1531 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbBeginDate()
1534 if (disturbDate != nullptr) { in GetDoNotDisturbBeginDate()
1553 if (disturbDate == nullptr) { in GetDoNotDisturbEndDate()
1559 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbEndDate()
[all …]