Home
last modified time | relevance | path

Searched refs:privacyBundles (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test6.cpp573 std::unordered_set<std::string> privacyBundles; variable
574 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; variable
643 std::unordered_set<std::string> privacyBundles; variable
1194 std::unordered_set<std::string> privacyBundles; variable
1198 privacyBundles.insert("bundle1");
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h330 …eneSessionPrivacyModeBundles(DisplayId displayId, std::unordered_set<std::string>& privacyBundles);
895 …eNeedNotifyPrivacyInfo(DisplayId displayId, const std::unordered_set<std::string>& privacyBundles);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5696 const std::unordered_set<std::string>& privacyBundles) in JudgeNeedNotifyPrivacyInfo() argument
5704 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() argument
5812 privacyBundles.insert(sceneSession->GetSessionInfo().bundleName_); in GetSceneSessionPrivacyModeBundles()
5815 privacyBundles.insert(sceneSession->GetWindowName()); in GetSceneSessionPrivacyModeBundles()