Home
last modified time | relevance | path

Searched refs:SetScreenPrivacyWindowList (Results 1 – 12 of 12) sorted by relevance

/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 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 Dscreen_session_manager_proxy.h163 …void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) override;
H A Dscreen_session_manager_interface.h166 …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 Dscreen_session_manager_client_test.cpp339 HWTEST_F(ScreenSessionManagerClientTest, SetScreenPrivacyWindowList, Function | SmallTest | Level2)
357 screenSessionManagerClient_->SetScreenPrivacyWindowList(id, privacyWindowList);
H A Dscreen_session_manager_proxy_test.cpp89 HWTEST_F(ScreenSessionManagerProxyTest, SetScreenPrivacyWindowList, Function | SmallTest | Level1)
101 screenSessionManagerProxy->SetScreenPrivacyWindowList(id, privacyWindowList); in __anonf2d903920302()
H A Dscreen_session_manager_test.cpp1382 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 Dscreen_session_manager.h269 …void SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privacyWindowList) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp713 SetScreenPrivacyWindowList(displayId, privacyWindowList); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2557 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 Dscreen_session_manager.cpp4226 void ScreenSessionManager::SetScreenPrivacyWindowList(DisplayId id, std::vector<std::string> privac… in SetScreenPrivacyWindowList() function in OHOS::Rosen::ScreenSessionManager
H A Dscene_session_manager.cpp5758 …ScreenSessionManagerClient::GetInstance().SetScreenPrivacyWindowList(displayId, bundleListForNotif… in UpdatePrivateStateAndNotify()