Searched refs:NotifyPrivateStateWindowListChanged (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_agent_proxy_test.cpp | 296 HWTEST_F(DisplayManagerAgentProxyTest, NotifyPrivateStateWindowListChanged, Function | SmallTest | … 308 displayManagerAgentProxy->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in __anona9da5a5c0c02()
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_agent_default.h | 42 …void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList)… in NotifyPrivateStateWindowListChanged() function
|
/ohos5.0/foundation/window/window_manager/dm/include/zidl/ |
H A D | display_manager_agent_proxy.h | 42 …virtual void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWin…
|
H A D | display_manager_agent_interface.h | 84 …virtual void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWin…
|
/ohos5.0/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_stub.cpp | 215 NotifyPrivateStateWindowListChanged(displayId, privacyWindowList); in ProcPrivateWindowList()
|
H A D | display_manager_agent_proxy.cpp | 343 void DisplayManagerAgentProxy::NotifyPrivateStateWindowListChanged(DisplayId id, in NotifyPrivateStateWindowListChanged() function in OHOS::Rosen::DisplayManagerAgentProxy
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager.cpp | 103 …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 D | screen_session_manager.cpp | 4256 agent->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in NotifyPrivateWindowListChanged()
|