/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 void ScreenSessionManagerClient::SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> … in SetScreenPrivacyWindowList() function in OHOS::Rosen::ScreenSessionManagerClient 389 screenSessionManager_->SetScreenPrivacyWindowList(id, privacyWindowList); in SetScreenPrivacyWindowList()
|
/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 …virtual void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) … in SetScreenPrivacyWindowList() function
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_test.cpp | 339 HWTEST_F(ScreenSessionManagerClientTest, SetScreenPrivacyWindowList, Function | SmallTest | Level2) 357 screenSessionManagerClient_->SetScreenPrivacyWindowList(id, privacyWindowList);
|
H A D | screen_session_manager_proxy_test.cpp | 89 HWTEST_F(ScreenSessionManagerProxyTest, SetScreenPrivacyWindowList, Function | SmallTest | Level1) 101 screenSessionManagerProxy->SetScreenPrivacyWindowList(id, privacyWindowList); in __anonf2d903920302()
|
H A D | screen_session_manager_test.cpp | 1382 HWTEST_F(ScreenSessionManagerTest, SetScreenPrivacyWindowList, Function | SmallTest | Level3) 1388 ssm_->SetScreenPrivacyWindowList(id, privacyWindowList);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 269 …void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) override;
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 713 SetScreenPrivacyWindowList(displayId, privacyWindowList); in OnRemoteRequest()
|
H A D | screen_session_manager_proxy.cpp | 2557 void ScreenSessionManagerProxy::SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> p… in SetScreenPrivacyWindowList() function in OHOS::Rosen::ScreenSessionManagerProxy
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 4226 void ScreenSessionManager::SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privac… in SetScreenPrivacyWindowList() function in OHOS::Rosen::ScreenSessionManager
|
H A D | scene_session_manager.cpp | 5758 …ScreenSessionManagerClient::GetInstance().SetScreenPrivacyWindowList(displayId, bundleListForNotif… in UpdatePrivateStateAndNotify()
|