/ohos5.0/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_stub.cpp | 213 std::vector<std::string> privacyWindowList; in ProcPrivateWindowList() local 214 data.ReadStringVector(&privacyWindowList); in ProcPrivateWindowList() 215 NotifyPrivateStateWindowListChanged(displayId, privacyWindowList); in ProcPrivateWindowList()
|
H A D | display_manager_agent_proxy.cpp | 344 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 D | display_manager_agent_stub_test.cpp | 283 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 D | display_manager_agent_proxy_test.cpp | 300 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 D | screen_session_manager_client_test.cpp | 39 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 D | screen_session_manager_test.cpp | 1333 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 D | screen_session_manager_proxy_test.cpp | 93 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable 101 screenSessionManagerProxy->SetScreenPrivacyWindowList(id, privacyWindowList); in __anonf2d903920302()
|
H A D | screen_session_manager_stub_test.cpp | 972 std::vector<std::string> privacyWindowList{"win0", "win1"}; variable 973 data.WriteStringVector(privacyWindowList);
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_agent_default.h | 42 …rivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) override {}; in NotifyPrivateStateWindowListChanged() argument
|
/ohos5.0/foundation/window/window_manager/dm/include/zidl/ |
H A D | display_manager_agent_proxy.h | 42 …fyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) override;
|
H A D | display_manager_agent_interface.h | 84 … NotifyPrivateStateWindowListChanged(DisplayId id, std::vector<std::string> privacyWindowList) = 0;
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager_client.h | 58 void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList);
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 382 …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 D | screen_session_manager_stub.cpp | 711 std::vector<std::string> privacyWindowList; in OnRemoteRequest() local 712 data.ReadStringVector(&privacyWindowList); in OnRemoteRequest() 713 SetScreenPrivacyWindowList(displayId, privacyWindowList); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 2557 …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 D | display_manager.h | 95 [[maybe_unused]]std::vector<std::string> privacyWindowList) {}
|
/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 …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 D | screen_session_manager_proxy.h | 163 …void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) override;
|
H A D | screen_session_manager_interface.h | 166 …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 D | screen_session_manager.h | 180 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 D | screen_session_manager.cpp | 4226 …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()
|