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