Home
last modified time | relevance | path

Searched defs:shouldHide (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dextension_window_impl.cpp43 WMError ExtensionWindowImpl::HideNonSecureWindows(bool shouldHide) in HideNonSecureWindows()
H A Dwindow_extension_session_impl.cpp835 WMError WindowExtensionSessionImpl::CheckHideNonSecureWindowsPermission(bool shouldHide) in CheckHideNonSecureWindowsPermission()
852 WMError WindowExtensionSessionImpl::HideNonSecureWindows(bool shouldHide) in HideNonSecureWindows()
H A Dwindow_adapter.cpp876 WMError WindowAdapter::AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession()
H A Dwindow_scene_session_impl.cpp3991 WMError WindowSceneSessionImpl::HideNonSecureWindows(bool shouldHide) in HideNonSecureWindows()
H A Dwindow_session_impl.cpp1680 WMError WindowSessionImpl::HideNonSystemFloatingWindows(bool shouldHide) in HideNonSystemFloatingWindows()
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h211 virtual WSError AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1785 …virtual WMError HideNonSystemFloatingWindows(bool shouldHide) { return WMError::WM_ERROR_DEVICE_NO… in HideNonSystemFloatingWindows()
2140 virtual WMError HideNonSecureWindows(bool shouldHide) in HideNonSecureWindows()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h249 WSError AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) override in AddOrRemoveSecureSession()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp1243 bool shouldHide = true; variable
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp865 bool shouldHide = false; in OnHideNonSecureWindows() local
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1135 WMError WindowImpl::HideNonSystemFloatingWindows(bool shouldHide) in HideNonSystemFloatingWindows()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp994 bool shouldHide = data.ReadBool(); in HandleAddOrRemoveSecureSession() local
H A Dscene_session_manager_proxy.cpp1980 WSError SceneSessionManagerProxy::AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10251 bool shouldHide = false; in HideNonSecureFloatingWindows() local
10288 bool shouldHide = sceneSession->GetCombinedExtWindowFlags().hideNonSecureWindowsFlag; in HideNonSecureSubWindows() local
10334 WSError SceneSessionManager::AddOrRemoveSecureSession(int32_t persistentId, bool shouldHide) in AddOrRemoveSecureSession()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4701 void SceneSession::SetShouldHideNonSecureWindows(bool shouldHide) in SetShouldHideNonSecureWindows()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp4255 bool shouldHide = false; in OnHideNonSystemFloatingWindows() local