Searched refs:bundleEnable_ (Results 1 – 2 of 2) sorted by relevance
40 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()
82 std::map<std::pair<const std::string, int32_t>, bool> bundleEnable_; variable