Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_preferences_info.cpp40 bundleEnable_[std::make_pair(bundleName, uid)] = enable; in SetDistributedBundleEnable()
45 auto iter = bundleEnable_.find(std::make_pair(bundleName, uid)); in GetDistributedBundleEnable()
46 if (iter == bundleEnable_.end()) { in GetDistributedBundleEnable()
56 bundleEnable_.erase(std::make_pair(bundleName, uid)); in DeleteDistributedBundleInfo()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_preferences_info.h82 std::map<std::pair<const std::string, int32_t>, bool> bundleEnable_; variable