Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test6.cpp544 std::unordered_set<std::string> privacyBundles; in HWTEST_F() local
545 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles); in HWTEST_F()
553 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles); in HWTEST_F()
558 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles); in HWTEST_F()
562 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles); in HWTEST_F()
565 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles); in HWTEST_F()
576 std::unordered_set<std::string> privacyBundles; in HWTEST_F() local
577 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles); in HWTEST_F()
599 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles); in HWTEST_F()
603 ssm_->GetSceneSessionPrivacyModeBundles(displayId, privacyBundles); in HWTEST_F()
614 std::unordered_set<std::string> privacyBundles; HWTEST_F() local
1169 std::unordered_set<std::string> privacyBundles; HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h347 void GetSceneSessionPrivacyModeBundles(DisplayId displayId, std::unordered_set<std::string>& privacyBundles);
910 bool JudgeNeedNotifyPrivacyInfo(DisplayId displayId, const std::unordered_set<std::string>& privacyBundles);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5468 const std::unordered_set<std::string>& privacyBundles) in JudgeNeedNotifyPrivacyInfo()
5476 needNotify = !privacyBundles.empty(); in JudgeNeedNotifyPrivacyInfo()
5480 if (lastPrivacyBundles.size() != privacyBundles.size()) { in JudgeNeedNotifyPrivacyInfo()
5482 lastPrivacyBundles.size(), privacyBundles.size()); in JudgeNeedNotifyPrivacyInfo()
5487 if (privacyBundles.find(bundle) == privacyBundles.end()) { in JudgeNeedNotifyPrivacyInfo()
5498 privacyBundleMap_[displayId] = privacyBundles; in JudgeNeedNotifyPrivacyInfo()
5502 privacyBundleMap_[displayId] = privacyBundles; in JudgeNeedNotifyPrivacyInfo()
5554 std::unordered_set<std::string>& privacyBundles) in GetSceneSessionPrivacyModeBundles()
5584 privacyBundles in GetSceneSessionPrivacyModeBundles()
5467 JudgeNeedNotifyPrivacyInfo(DisplayId displayId, const std::unordered_set<std::string>& privacyBundles) JudgeNeedNotifyPrivacyInfo() argument
5553 GetSceneSessionPrivacyModeBundles(DisplayId displayId, std::unordered_set<std::string>& privacyBundles) GetSceneSessionPrivacyModeBundles() argument
[all...]

Completed in 17 milliseconds