Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp741 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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1474 std::map<int32_t, std::string> doNotDisturbEnableRecord_; variable