Home
last modified time | relevance | path

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

/foundation/window/window_manager/utils/include/
Dwindow_helper.h271 static bool IsWindowModeSupported(uint32_t windowModeSupportType, WindowMode mode) in IsWindowModeSupported()
293 static WindowMode GetWindowModeFromWindowModeSupportType(uint32_t windowModeSupportType) in GetWindowModeFromWindowModeSupportType()
318 uint32_t windowModeSupportType = 0; in ConvertSupportModesToSupportType() local
332 …tor<AppExecFwk::SupportWindowMode> ConvertSupportTypeToSupportModes(uint32_t windowModeSupportType) in ConvertSupportTypeToSupportModes()
605 …tic bool IsOnlySupportSplitAndShowWhenLocked(bool isShowWhenLocked, uint32_t windowModeSupportType) in IsOnlySupportSplitAndShowWhenLocked()
624 static bool CheckSupportWindowMode(WindowMode winMode, uint32_t windowModeSupportType, in CheckSupportWindowMode()
/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/zidl/
Dwindow_stub.cpp102 uint32_t windowModeSupportType = 0; in OnRemoteRequest() local
Dwindow_proxy.cpp106 WMError WindowProxy::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
/foundation/window/window_manager/wm/src/
Dwindow_agent.cpp52 WMError WindowAgent::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
Dwindow_impl.cpp1298 …uint32_t windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(abilityInfo->windo… in GetConfigurationFromAbilityInfo() local
1338 auto windowModeSupportType = GetWindowModeSupportType(); in UpdateTitleButtonVisibility() local
2940 void WindowImpl::SetRequestWindowModeSupportType(uint32_t windowModeSupportType) in SetRequestWindowModeSupportType()
2946 void WindowImpl::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
3044 void WindowImpl::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
Dwindow_scene_session_impl.cpp1311 uint32_t windowModeSupportType = 0; in GetConfigurationFromAbilityInfo() local
3732 void WindowSceneSessionImpl::UpdateWindowModeWhenSupportTypeChange(uint32_t windowModeSupportType) in UpdateWindowModeWhenSupportTypeChange()
3763 …uint32_t windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(supportedWindowMod… in SetSupportedWindowModesInner() local
5484 auto windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(updateWindowModes); in UpdateSupportWindowModesWhenSwitchFreeMultiWindow() local
5527 uint32_t windowModeSupportType = pendingWindowModeSupportType_; in PendingUpdateSupportWindowModesWhenSwitchMultiWindow() local
Dwindow_session_impl.cpp1843 auto windowModeSupportType = property_->GetWindowModeSupportType(); in UpdateTitleButtonVisibility() local
/foundation/window/window_manager/utils/test/unittest/
Dwindow_property_test.cpp458 uint32_t windowModeSupportType = 1; variable
/foundation/window/window_manager/wmserver/src/
Dwindow_node.cpp134 void WindowNode::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
Dstarting_window.cpp202 …uint32_t windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(info->GetWindowSup… in CreateWindowNode() local
Dwindow_node_container.cpp2213 uint32_t windowModeSupportType; in UpdateWindowModeSupportTypeWhenKeyguardChange() local
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
Dwindow_fuzzer.cpp464 uint32_t windowModeSupportType; in CheckWindowImplFunctionsPart3() local
663 uint32_t windowModeSupportType; in CheckWindowImplFunctionsPart7() local
/foundation/window/window_manager/wm/test/unittest/
Dwindow_scene_session_impl_test2.cpp2297 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
2327 uint32_t windowModeSupportType = 1 | (1 << 1); variable
2355 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
Dwindow_session_impl_test4.cpp1298 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
1411 uint32_t windowModeSupportType = 1 | (1 << 1); variable
1440 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
Dwindow_test.cpp1652 uint32_t windowModeSupportType = 0; variable
/foundation/window/window_manager/wmserver/test/unittest/
Davoid_area_controller_test.cpp83 WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override in UpdateWindowModeSupportType()
Dwindow_node_test.cpp64 virtual WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override in UpdateWindowModeSupportType()
/foundation/window/window_manager/utils/src/
Dwindow_property.cpp494 void WindowProperty::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
/foundation/window/window_manager/window_scene/test/unittest/
Dwindow_session_property_test.cpp392 …uint32_t windowModeSupportType = static_cast<uint32_t>(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL); variable
/foundation/window/window_manager/previewer/src/
Dwindow_impl.cpp894 void WindowImpl::SetRequestWindowModeSupportType(uint32_t windowModeSupportType) in SetRequestWindowModeSupportType()
/foundation/window/window_manager/window_scene/common/src/
Dwindow_session_property.cpp714 void WindowSessionProperty::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
/foundation/window/window_manager/interfaces/innerkits/wm/
Dwindow.h2476 virtual void SetRequestWindowModeSupportType(uint32_t windowModeSupportType) {} in SetRequestWindowModeSupportType()
/foundation/window/window_manager/window_scene/session/host/src/
Dsession.cpp2994 auto windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(updateWindowModes); in UpdateWindowModeSupportType() local