Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_info.cpp195 doNotDisturbDate_.insert_or_assign(userId, doNotDisturbDate); in SetDoNotDisturbDate()
201 auto iter = doNotDisturbDate_.find(userId); in GetDoNotDisturbDate()
202 if (iter != doNotDisturbDate_.end()) { in GetDoNotDisturbDate()
231 doNotDisturbDate_.erase(userId); in RemoveDoNotDisturbDate()
/base/notification/distributed_notification_service/services/ans/include/
Dnotification_preferences_info.h279 std::map<int32_t, sptr<NotificationDoNotDisturbDate>> doNotDisturbDate_; variable