Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp273 doNotDisturbDate_.insert_or_assign(userId, doNotDisturbDate); in SetDoNotDisturbDate()
374 auto iter = doNotDisturbDate_.find(userId); in GetDoNotDisturbDate()
375 if (iter != doNotDisturbDate_.end()) { in GetDoNotDisturbDate()
404 doNotDisturbDate_.erase(userId); in RemoveDoNotDisturbDate()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_info.h325 std::map<int32_t, sptr<NotificationDoNotDisturbDate>> doNotDisturbDate_; variable