Searched refs:doNotDisturbDate_ (Results 1 – 2 of 2) sorted by relevance
273 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()
325 std::map<int32_t, sptr<NotificationDoNotDisturbDate>> doNotDisturbDate_; variable