Searched refs:disturbDate (Results 1 – 1 of 1) sorted by relevance
1219 sptr<NotificationDoNotDisturbDate> disturbDate = in GetDoNotDisturbType() local1221 info.GetDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbType()1223 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbType()1226 if (disturbDate != nullptr) { in GetDoNotDisturbType()1227 disturbDate->SetDoNotDisturbType( in GetDoNotDisturbType()1234 info.SetDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbType()1244 sptr<NotificationDoNotDisturbDate> disturbDate = in GetDoNotDisturbBeginDate() local1246 info.GetDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbBeginDate()1248 PutDoNotDisturbDate(userId, disturbDate); in GetDoNotDisturbBeginDate()1251 if (disturbDate != nullptr) { in GetDoNotDisturbBeginDate()[all …]