Home
last modified time | relevance | path

Searched defs:windowModeSupportType (Results 1 – 23 of 23) sorted by relevance

/foundation/window/window_manager/utils/include/
Dwindow_helper.h228 static bool IsWindowModeSupported(uint32_t windowModeSupportType, WindowMode mode) in IsWindowModeSupported()
248 static WindowMode GetWindowModeFromWindowModeSupportType(uint32_t windowModeSupportType) in GetWindowModeFromWindowModeSupportType()
271 uint32_t windowModeSupportType = 0; in ConvertSupportModesToSupportType() local
542 …tic bool IsOnlySupportSplitAndShowWhenLocked(bool isShowWhenLocked, uint32_t windowModeSupportType) in IsOnlySupportSplitAndShowWhenLocked()
561 static bool CheckSupportWindowMode(WindowMode winMode, uint32_t windowModeSupportType, in CheckSupportWindowMode()
/foundation/window/window_manager/wm/src/zidl/
Dwindow_stub.cpp66 uint32_t windowModeSupportType = 0; in OnRemoteRequest() local
Dwindow_proxy.cpp106 WMError WindowProxy::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
Dwindow_agent_fuzzer.cpp64 uint32_t windowModeSupportType; in CheckWindowAgentFunctionsPart1() local
/foundation/window/window_manager/wm/src/
Dwindow_agent.cpp52 WMError WindowAgent::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
Dwindow_impl.cpp1180 …uint32_t windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(abilityInfo->windo… in GetConfigurationFromAbilityInfo() local
1221 auto windowModeSupportType = GetWindowModeSupportType(); in UpdateTitleButtonVisibility() local
2731 void WindowImpl::SetRequestWindowModeSupportType(uint32_t windowModeSupportType) in SetRequestWindowModeSupportType()
2737 void WindowImpl::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
2834 void WindowImpl::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
Dwindow_scene_session_impl.cpp894 uint32_t windowModeSupportType = 0; in GetConfigurationFromAbilityInfo() local
2604 …uint32_t windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(supportedWindowMod… in SetSupportedWindowModesInner() local
Dwindow_session_impl.cpp1245 auto windowModeSupportType = property_->GetWindowModeSupportType(); in UpdateTitleButtonVisibility() local
/foundation/window/window_manager/wmserver/src/
Dstarting_window.cpp80 …uint32_t windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(info->GetWindowSup… in CreateWindowNode() local
Dwindow_node.cpp132 void WindowNode::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
Dwindow_node_container.cpp2224 uint32_t windowModeSupportType; in UpdateWindowModeSupportTypeWhenKeyguardChange() local
/foundation/window/window_manager/wm/test/unittest/
Dwindow_scene_session_impl_test2.cpp1687 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
1716 uint32_t windowModeSupportType = 1 | (1 << 1); variable
1745 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
Dwindow_session_impl_test4.cpp1051 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
1121 uint32_t windowModeSupportType = 1 | (1 << 1); variable
1154 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
Dwindow_test.cpp1518 uint32_t windowModeSupportType = 0; variable
/foundation/window/window_manager/utils/test/unittest/
Dwindow_property_test.cpp463 uint32_t windowModeSupportType = 1; variable
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
Dwindow_fuzzer.cpp473 uint32_t windowModeSupportType; in CheckWindowImplFunctionsPart3() local
684 uint32_t windowModeSupportType; in CheckWindowImplFunctionsPart7() local
/foundation/window/window_manager/wmserver/test/unittest/
Davoid_area_controller_test.cpp83 WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override in UpdateWindowModeSupportType()
Dwindow_node_test.cpp63 virtual WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override in UpdateWindowModeSupportType()
/foundation/window/window_manager/window_scene/test/unittest/
Dwindow_session_property_test.cpp412 uint32_t windowModeSupportType = 1234567890; variable
/foundation/window/window_manager/utils/src/
Dwindow_property.cpp484 void WindowProperty::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
/foundation/window/window_manager/previewer/src/
Dwindow_impl.cpp809 void WindowImpl::SetRequestWindowModeSupportType(uint32_t windowModeSupportType) in SetRequestWindowModeSupportType()
/foundation/window/window_manager/window_scene/common/src/
Dwindow_session_property.cpp560 void WindowSessionProperty::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow.h1594 virtual void SetRequestWindowModeSupportType(uint32_t windowModeSupportType) {} in SetRequestWindowModeSupportType()