Home
last modified time | relevance | path

Searched refs:SetScreenPrivacyState (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_client.h56 void SetScreenPrivacyState(bool hasPrivate);
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp360 void ScreenSessionManagerClient::SetScreenPrivacyState(bool hasPrivate) in SetScreenPrivacyState() function in OHOS::Rosen::ScreenSessionManagerClient
367 screenSessionManager_->SetScreenPrivacyState(hasPrivate); in SetScreenPrivacyState()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h161 void SetScreenPrivacyState(bool hasPrivate) override;
H A Dscreen_session_manager_interface.h164 virtual void SetScreenPrivacyState(bool hasPrivate) {} in SetScreenPrivacyState() function
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp867 screenSessionManagerClient_->SetScreenPrivacyState(hasPrivate);
882 screenSessionManagerClient_->SetScreenPrivacyState(hasPrivate);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h267 void SetScreenPrivacyState(bool hasPrivate) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp700 SetScreenPrivacyState(hasPrivate); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp2501 void ScreenSessionManagerProxy::SetScreenPrivacyState(bool hasPrivate) in SetScreenPrivacyState() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4185 void ScreenSessionManager::SetScreenPrivacyState(bool hasPrivate) in SetScreenPrivacyState() function in OHOS::Rosen::ScreenSessionManager