Home
last modified time | relevance | path

Searched refs:NotifyPrivateStateWindowListChanged (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp296 HWTEST_F(DisplayManagerAgentProxyTest, NotifyPrivateStateWindowListChanged, Function | SmallTest | …
308 displayManagerAgentProxy->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in __anona9da5a5c0c02()
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h42 …void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList)… in NotifyPrivateStateWindowListChanged() function
/ohos5.0/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_proxy.h42 …virtual void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWin…
H A Ddisplay_manager_agent_interface.h84 …virtual void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWin…
/ohos5.0/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp215 NotifyPrivateStateWindowListChanged(displayId, privacyWindowList); in ProcPrivateWindowList()
H A Ddisplay_manager_agent_proxy.cpp343 void DisplayManagerAgentProxy::NotifyPrivateStateWindowListChanged(DisplayId id, in NotifyPrivateStateWindowListChanged() function in OHOS::Rosen::DisplayManagerAgentProxy
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp103 …void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList);
293 …virtual void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWin… in NotifyPrivateStateWindowListChanged() function in OHOS::Rosen::DisplayManager::Impl::DisplayManagerPrivateWindowListAgent
295 pImpl_->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in NotifyPrivateStateWindowListChanged()
1099 void DisplayManager::Impl::NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::strin… in NotifyPrivateStateWindowListChanged() function in OHOS::Rosen::DisplayManager::Impl
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4256 agent->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in NotifyPrivateWindowListChanged()