Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_info.cpp61 enabledWithoutApp_[userId] = enabled; in SetSyncEnabledWithoutApp()
66 auto iter = enabledWithoutApp_.find(userId); in GetSyncEnabledWithoutApp()
67 if (iter == enabledWithoutApp_.end()) { in GetSyncEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_info.h83 std::map<int32_t, bool> enabledWithoutApp_; variable