Home
last modified time | relevance | path

Searched refs:UpdateWindowModeSupportInfo (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/test/common/mock/
H A Dmock_IWindow.h34 MOCK_METHOD1(UpdateWindowModeSupportInfo, WMError(uint32_t modeSupportInfo));
/foundation/window/window_manager/wm/include/
H A Dwindow_agent.h33 WMError UpdateWindowModeSupportInfo(uint32_t modeSupportInfo) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp90 * @tc.name: UpdateWindowModeSupportInfo
91 * @tc.desc: UpdateWindowModeSupportInfo
94 HWTEST_F(WindowAgentTest, UpdateWindowModeSupportInfo, Function | SmallTest | Level2) in HWTEST_F()
96 WMError err = windowAgent_->UpdateWindowModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN); in HWTEST_F()
100 err = windowAgent_->UpdateWindowModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN); in HWTEST_F()
H A Dwindow_proxy_test.cpp85 WMError err = windowProxy_->UpdateWindowModeSupportInfo(WindowModeSupport::WINDOW_MODE_SUPPORT_SPLIT_PRIMARY); in HWTEST_F()
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_interface.h61 virtual WMError UpdateWindowModeSupportInfo(uint32_t modeSupportInfo) = 0;
H A Dwindow_proxy.h35 WMError UpdateWindowModeSupportInfo(uint32_t modeSupportInfo) override;
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp66 agent->UpdateWindowModeSupportInfo(modeSupportInfo); in CheckWindowAgentFunctionsPart1()
/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp52 WMError WindowAgent::UpdateWindowModeSupportInfo(uint32_t modeSupportInfo) in UpdateWindowModeSupportInfo() function in OHOS::Rosen::WindowAgent
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_stub.cpp102 UpdateWindowModeSupportInfo(modeSupportInfo); in OnRemoteRequest()
H A Dwindow_proxy.cpp106 WMError WindowProxy::UpdateWindowModeSupportInfo(uint32_t modeSupportInfo) in UpdateWindowModeSupportInfo() function in OHOS::Rosen::WindowProxy
/foundation/window/window_manager/wmserver/test/unittest/
H A Davoid_area_controller_test.cpp83 WMError UpdateWindowModeSupportInfo(uint32_t modeSupportInfo) override
H A Dwindow_node_test.cpp63 virtual WMError UpdateWindowModeSupportInfo(uint32_t modeSupportInfo) override
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2231 node->GetWindowToken()->UpdateWindowModeSupportInfo(modeSupportInfo); in UpdateModeSupportInfoWhenKeyguardChange()

Completed in 11 milliseconds