Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h211 static bool IsWindowModeSupported(uint32_t windowModeSupportType, WindowMode mode) in IsWindowModeSupported()
231 static WindowMode GetWindowModeFromWindowModeSupportType(uint32_t windowModeSupportType) in GetWindowModeFromWindowModeSupportType()
254 uint32_t windowModeSupportType = 0; in ConvertSupportModesToSupportType() local
525 …tic bool IsOnlySupportSplitAndShowWhenLocked(bool isShowWhenLocked, uint32_t windowModeSupportType) in IsOnlySupportSplitAndShowWhenLocked()
544 static bool CheckSupportWindowMode(WindowMode winMode, uint32_t windowModeSupportType, in CheckSupportWindowMode()
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp66 uint32_t windowModeSupportType = 0; in OnRemoteRequest() local
H A Dwindow_proxy.cpp106 WMError WindowProxy::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp64 uint32_t windowModeSupportType; in CheckWindowAgentFunctionsPart1() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp52 WMError WindowAgent::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
H A Dwindow_impl.cpp1180 …uint32_t windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(abilityInfo->windo… in GetConfigurationFromAbilityInfo() local
1221 auto windowModeSupportType = GetWindowModeSupportType(); in UpdateTitleButtonVisibility() local
2720 void WindowImpl::SetRequestWindowModeSupportType(uint32_t windowModeSupportType) in SetRequestWindowModeSupportType()
2726 void WindowImpl::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
2823 void WindowImpl::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType()
H A Dwindow_scene_session_impl.cpp889 uint32_t windowModeSupportType = 0; in GetConfigurationFromAbilityInfo() local
H A Dwindow_session_impl.cpp1232 auto windowModeSupportType = property_->GetWindowModeSupportType(); in UpdateTitleButtonVisibility() local
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp1049 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
1119 uint32_t windowModeSupportType = 1 | (1 << 1); variable
1152 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
H A Dwindow_scene_session_impl_test2.cpp1563 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
1592 uint32_t windowModeSupportType = 1 | (1 << 1); variable
1621 uint32_t windowModeSupportType = 1 | (1 << 1) | (1 << 2); variable
H A Dwindow_test.cpp1518 uint32_t windowModeSupportType = 0; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp80 …uint32_t windowModeSupportType = WindowHelper::ConvertSupportModesToSupportType(info->GetWindowSup… in CreateWindowNode() local
H A Dwindow_node.cpp132 void WindowNode::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
H A Dwindow_node_container.cpp2224 uint32_t windowModeSupportType; in UpdateWindowModeSupportTypeWhenKeyguardChange() local
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp463 uint32_t windowModeSupportType = 1; variable
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp473 uint32_t windowModeSupportType; in CheckWindowImplFunctionsPart3() local
684 uint32_t windowModeSupportType; in CheckWindowImplFunctionsPart7() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp412 uint32_t windowModeSupportType = 1234567890; variable
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp83 WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override in UpdateWindowModeSupportType()
H A Dwindow_node_test.cpp63 virtual WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override in UpdateWindowModeSupportType()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp484 void WindowProperty::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp809 void WindowImpl::SetRequestWindowModeSupportType(uint32_t windowModeSupportType) in SetRequestWindowModeSupportType()
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp550 void WindowSessionProperty::SetWindowModeSupportType(uint32_t windowModeSupportType) in SetWindowModeSupportType()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1523 virtual void SetRequestWindowModeSupportType(uint32_t windowModeSupportType) {} in SetRequestWindowModeSupportType()