Home
last modified time | relevance | path

Searched refs:privacyWindowList (Results 1 – 21 of 21) 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
214 data.ReadStringVector(&privacyWindowList); in ProcPrivateWindowList()
215 NotifyPrivateStateWindowListChanged(displayId, privacyWindowList); in ProcPrivateWindowList()
H A Ddisplay_manager_agent_proxy.cpp344 std::vector<std::string> privacyWindowList) in NotifyPrivateStateWindowListChanged() argument
363 if (!data.WriteStringVector(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
284 data.WriteStringVector(privacyWindowList);
383 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
384 data.WriteStringVector(privacyWindowList);
H A Ddisplay_manager_agent_proxy_test.cpp300 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
308 displayManagerAgentProxy->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in __anona9da5a5c0c02()
/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() argument
43 std::vector<std::string> result = privacyWindowList; in OnPrivateWindowListChange()
49 callback_(privacyWindowList); in OnPrivateWindowListChange()
347 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
350 …listener_->setCallback([privacyWindowList, privacyWindowList2](std::vector<std::string> windowList)
352 EXPECT_EQ(windowList, privacyWindowList); in __anond1e6a52f0202()
357 screenSessionManagerClient_->SetScreenPrivacyWindowList(id, privacyWindowList);
H A Dscreen_session_manager_test.cpp1333 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
1336 ssm_->NotifyPrivateWindowListChanged(id, privacyWindowList);
1385 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
1388 ssm_->SetScreenPrivacyWindowList(id, privacyWindowList);
H A Dscreen_session_manager_proxy_test.cpp93 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
101 screenSessionManagerProxy->SetScreenPrivacyWindowList(id, privacyWindowList); in __anonf2d903920302()
H A Dscreen_session_manager_stub_test.cpp972 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable
973 data.WriteStringVector(privacyWindowList);
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h42 …rivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) override {}; in NotifyPrivateStateWindowListChanged() argument
/ohos5.0/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_proxy.h42 …fyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) override;
H A Ddisplay_manager_agent_interface.h84 … NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_client.h58 void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList);
/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() argument
389 screenSessionManager_->SetScreenPrivacyWindowList(id, 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
712 data.ReadStringVector(&privacyWindowList); in OnRemoteRequest()
713 SetScreenPrivacyWindowList(displayId, privacyWindowList); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2557 …nManagerProxy::SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) in SetScreenPrivacyWindowList() argument
2576 if (!data.WriteStringVector(privacyWindowList)) { in SetScreenPrivacyWindowList()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h95 [[maybe_unused]]std::vector<std::string> privacyWindowList) {}
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp103 …void NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList);
293 …ifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) override in NotifyPrivateStateWindowListChanged() argument
295 pImpl_->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in NotifyPrivateStateWindowListChanged()
1099 …Impl::NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) in NotifyPrivateStateWindowListChanged() argument
1107 listener->OnPrivateWindowListChange(id, privacyWindowList); in NotifyPrivateStateWindowListChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h163 …void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) override;
H A Dscreen_session_manager_interface.h166 …irtual void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) {} in SetScreenPrivacyWindowList() argument
/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);
269 …void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) override;
/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() argument
4245 NotifyPrivateWindowListChanged(id, privacyWindowList); in SetScreenPrivacyWindowList()
4248 …onManager::NotifyPrivateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) in NotifyPrivateWindowListChanged() argument
4256 agent->NotifyPrivateStateWindowListChanged(id, privacyWindowList); in NotifyPrivateWindowListChanged()