Home
last modified time | relevance | path

Searched defs:privacyWindowList (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp213 std::vector<std::string> privacyWindowList; in ProcPrivateWindowList() local
H A Ddisplay_manager_agent_proxy.cpp344 std::vector<std::string> privacyWindowList) in NotifyPrivateStateWindowListChanged()
/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()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_stub_test.cpp283 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
383 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
H A Ddisplay_manager_agent_proxy_test.cpp300 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp39 void OnPrivateWindowListChange(DisplayId displayId, std::vector<std::string> privacyWindowList) in OnPrivateWindowListChange()
347 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
H A Dscreen_session_manager_test.cpp1333 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
1385 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
H A Dscreen_session_manager_proxy_test.cpp93 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
H A Dscreen_session_manager_stub_test.cpp972 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp382 …ManagerClient::SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) in SetScreenPrivacyWindowList()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_interface.h166 …virtual void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) … in SetScreenPrivacyWindowList()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp711 std::vector<std::string> privacyWindowList; in OnRemoteRequest() local
H A Dscreen_session_manager_proxy.cpp2557 …nManagerProxy::SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) in SetScreenPrivacyWindowList()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp293 …void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList)… in NotifyPrivateStateWindowListChanged()
1099 …Impl::NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) in NotifyPrivateStateWindowListChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4226 …essionManager::SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) in SetScreenPrivacyWindowList()
4248 …onManager::NotifyPrivateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) in NotifyPrivateWindowListChanged()