Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test6.cpp1162 * @tc.name: JudgeNeedNotifyPrivacyInfo
1163 * @tc.desc: JudgeNeedNotifyPrivacyInfo
1166 HWTEST_F(SceneSessionManagerTest6, JudgeNeedNotifyPrivacyInfo, Function | SmallTest | Level3) in HWTEST_F()
1172 auto ret = ssm_->JudgeNeedNotifyPrivacyInfo(displayId, privacyBundles); in HWTEST_F()
1176 ret = ssm_->JudgeNeedNotifyPrivacyInfo(displayId, privacyBundles); in HWTEST_F()
1182 ret = ssm_->JudgeNeedNotifyPrivacyInfo(displayId, privacyBundles); in HWTEST_F()
1186 ret = ssm_->JudgeNeedNotifyPrivacyInfo(displayId, privacyBundles); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h910 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.cpp5467 bool SceneSessionManager::JudgeNeedNotifyPrivacyInfo(DisplayId displayId, in JudgeNeedNotifyPrivacyInfo() function in OHOS::Rosen::SceneSessionManager
5523 if (!JudgeNeedNotifyPrivacyInfo(displayId, privacyBundleList)) { in UpdatePrivateStateAndNotify()

Completed in 41 milliseconds