Searched refs:privacyBundles (Results 1 – 3 of 3) sorted by relevance
573 std::unordered_set<std::string> privacyBundles; variable574 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles);582 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles);587 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles);591 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles);594 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles);605 std::unordered_set<std::string> privacyBundles; variable643 std::unordered_set<std::string> privacyBundles; variable1194 std::unordered_set<std::string> privacyBundles; variable1198 privacyBundles.insert("bundle1");[all …]
330 …eneSessionPrivacyModeBundles(DisplayId displayId, std::unordered_set<std::string>& privacyBundles);895 …eNeedNotifyPrivacyInfo(DisplayId displayId, const std::unordered_set<std::string>& privacyBundles);
5696 const std::unordered_set<std::string>& privacyBundles) in JudgeNeedNotifyPrivacyInfo() argument5704 needNotify = !privacyBundles.empty(); in JudgeNeedNotifyPrivacyInfo()5708 if (lastPrivacyBundles.size() != privacyBundles.size()) { in JudgeNeedNotifyPrivacyInfo()5710 lastPrivacyBundles.size(), privacyBundles.size()); in JudgeNeedNotifyPrivacyInfo()5715 if (privacyBundles.find(bundle) == privacyBundles.end()) { in JudgeNeedNotifyPrivacyInfo()5726 privacyBundleMap_[displayId] = privacyBundles; in JudgeNeedNotifyPrivacyInfo()5730 privacyBundleMap_[displayId] = privacyBundles; in JudgeNeedNotifyPrivacyInfo()5782 std::unordered_set<std::string>& privacyBundles) in GetSceneSessionPrivacyModeBundles() argument5812 privacyBundles.insert(sceneSession->GetSessionInfo().bundleName_); in GetSceneSessionPrivacyModeBundles()5815 privacyBundles.insert(sceneSession->GetWindowName()); in GetSceneSessionPrivacyModeBundles()