Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h180 void NotifyPrivateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList);
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1330 HWTEST_F(ScreenSessionManagerTest, NotifyPrivateWindowListChanged, Function | SmallTest | Level3)
1336 ssm_->NotifyPrivateWindowListChanged(id, privacyWindowList);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4245 NotifyPrivateWindowListChanged(id, privacyWindowList); in SetScreenPrivacyWindowList()
4248 void ScreenSessionManager::NotifyPrivateWindowListChanged(DisplayId id, std::vector<std::string> pr… in NotifyPrivateWindowListChanged() function in OHOS::Rosen::ScreenSessionManager