Searched refs:doNotDisturbEnableRecord_ (Results 1 – 2 of 2) sorted by relevance
741 auto it = doNotDisturbEnableRecord_.find(userId); in ReportDoNotDisturbModeChanged()742 if (it != doNotDisturbEnableRecord_.end()) { in ReportDoNotDisturbModeChanged()747 doNotDisturbEnableRecord_.insert_or_assign(userId, enable); in ReportDoNotDisturbModeChanged()755 doNotDisturbEnableRecord_.insert_or_assign(userId, enable); in ReportDoNotDisturbModeChanged()
1474 std::map<int32_t, std::string> doNotDisturbEnableRecord_; variable