Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test6.cpp1191 HWTEST_F(SceneSessionManagerTest6, JudgeNeedNotifyPrivacyInfo, Function | SmallTest | Level3)
1196 auto ret = ssm_->JudgeNeedNotifyPrivacyInfo(displayId, privacyBundles);
1200 ret = ssm_->JudgeNeedNotifyPrivacyInfo(displayId, privacyBundles);
1206 ret = ssm_->JudgeNeedNotifyPrivacyInfo(displayId, privacyBundles);
1210 ret = ssm_->JudgeNeedNotifyPrivacyInfo(displayId, privacyBundles);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h895 …bool JudgeNeedNotifyPrivacyInfo(DisplayId displayId, const std::unordered_set<std::string>& privac…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp5695 bool SceneSessionManager::JudgeNeedNotifyPrivacyInfo(DisplayId displayId, in JudgeNeedNotifyPrivacyInfo() function in OHOS::Rosen::SceneSessionManager
5751 if (isUserBackground_ || !JudgeNeedNotifyPrivacyInfo(displayId, privacyBundleList)) { in UpdatePrivateStateAndNotify()