Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp731 auto it = doNotDisturbEnableRecord_.find(userId); in ReportDoNotDisturbModeChanged()
732 if (it != doNotDisturbEnableRecord_.end()) { in ReportDoNotDisturbModeChanged()
737 doNotDisturbEnableRecord_.insert_or_assign(userId, enable); in ReportDoNotDisturbModeChanged()
745 doNotDisturbEnableRecord_.insert_or_assign(userId, enable); in ReportDoNotDisturbModeChanged()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1471 std::map<int32_t, std::string> doNotDisturbEnableRecord_; member in OHOS::Notification::final

Completed in 6 milliseconds