Home
last modified time | relevance | path

Searched refs:UpdateWindowModeSupportType (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp94 HWTEST_F(WindowAgentTest, UpdateWindowModeSupportType, Function | SmallTest | Level2)
96 …WMError err = windowAgent_->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FUL…
100 …err = windowAgent_->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN);
H A Dwindow_proxy_test.cpp85 …WMError err = windowProxy_->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_SPL…
H A Dwindow_impl_test2.cpp803 window->UpdateWindowModeSupportType(0);
806 window->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL);
971 window->UpdateWindowModeSupportType(0);
973 window->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL);
1029 window->UpdateWindowModeSupportType(0);
1031 window->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL);
1090 window->UpdateWindowModeSupportType(0);
1092 window->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL);
H A Dwindow_impl_test5.cpp930 window->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL);
1110 window->UpdateWindowModeSupportType(WindowModeSupport::WINDOW_MODE_SUPPORT_SPLIT_PRIMARY);
H A Dwindow_impl_test3.cpp1257 window->UpdateWindowModeSupportType(0);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp52 WMError WindowAgent::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType() function in OHOS::Rosen::WindowAgent
58 window_->UpdateWindowModeSupportType(windowModeSupportType); in UpdateWindowModeSupportType()
H A Dwindow_impl.cpp2823 void WindowImpl::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_IWindow.h34 MOCK_METHOD1(UpdateWindowModeSupportType, WMError(uint32_t windowModeSupportType));
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h33 WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override;
H A Dwindow_impl.h249 void UpdateWindowModeSupportType(uint32_t windowModeSupportType);
/ohos5.0/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_proxy.h35 WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override;
H A Dwindow_interface.h61 virtual WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) = 0;
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp71 UpdateWindowModeSupportType(windowModeSupportType); in OnRemoteRequest()
H A Dwindow_proxy.cpp106 WMError WindowProxy::UpdateWindowModeSupportType(uint32_t windowModeSupportType) in UpdateWindowModeSupportType() function in OHOS::Rosen::WindowProxy
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp66 agent->UpdateWindowModeSupportType(windowModeSupportType); in CheckWindowAgentFunctionsPart1()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp83 WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override in UpdateWindowModeSupportType() function in OHOS::Rosen::WindowListener
H A Dwindow_node_test.cpp63 virtual WMError UpdateWindowModeSupportType(uint32_t windowModeSupportType) override in UpdateWindowModeSupportType() function in OHOS::Rosen::WindowListener
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp475 window->UpdateWindowModeSupportType(windowModeSupportType); in CheckWindowImplFunctionsPart3()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2233 node->GetWindowToken()->UpdateWindowModeSupportType(windowModeSupportType); in UpdateWindowModeSupportTypeWhenKeyguardChange()