Searched refs:JudgeNeedNotifyPrivacyInfo (Results 1 – 3 of 3) sorted by relevance
1191 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);
895 …bool JudgeNeedNotifyPrivacyInfo(DisplayId displayId, const std::unordered_set<std::string>& privac…
5695 bool SceneSessionManager::JudgeNeedNotifyPrivacyInfo(DisplayId displayId, in JudgeNeedNotifyPrivacyInfo() function in OHOS::Rosen::SceneSessionManager5751 if (isUserBackground_ || !JudgeNeedNotifyPrivacyInfo(displayId, privacyBundleList)) { in UpdatePrivateStateAndNotify()