Home
last modified time | relevance | path

Searched refs:GetModeChangeHotZones (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h43 MOCK_METHOD2(GetModeChangeHotZones, WMError(DisplayId displayId, ModeChangeHotZones& hotZones));
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h63 WMError GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones) override;
H A Dwindow_manager_interface.h125 virtual WMError GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones) = 0;
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h116 WMError GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones) in GetModeChangeHotZones() function
H A Dwindow_manager_proxy_test.cpp148 HWTEST_F(WindowManagerProxyTest, GetModeChangeHotZones, Function | SmallTest | Level2)
152 WMError err = windowManagerProxy_->GetModeChangeHotZones(displayId, hotZones);
H A Dwindow_manager_service_test.cpp293 ASSERT_EQ(WMError::WM_DO_NOTHING, wms->GetModeChangeHotZones(displayId, hotZone));
296 ASSERT_EQ(WMError::WM_ERROR_NULLPTR, wms->GetModeChangeHotZones(displayId, hotZone));
H A Dwindow_node_container_test.cpp194 HWTEST_F(WindowNodeContainerTest, GetModeChangeHotZones, Function | SmallTest | Level2)
198 container_->GetModeChangeHotZones(0, hotZones, hotZonesConfig);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h67 WMError GetModeChangeHotZones(DisplayId displayId,
H A Dwindow_root.h92 WMError GetModeChangeHotZones(DisplayId displayId,
H A Dwindow_manager_service.h131 WMError GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones) override;
H A Dwindow_node_container.h98 void GetModeChangeHotZones(DisplayId displayId,
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h61 virtual WMError GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones);
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp224 WMError errCode = GetModeChangeHotZones(displayId, hotZones); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp770 WMError WindowManagerProxy::GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones) in GetModeChangeHotZones() function in OHOS::Rosen::WindowManagerProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp271 WMError WindowAdapter::GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones) in GetModeChangeHotZones() function in OHOS::Rosen::WindowAdapter
277 return wmsProxy->GetModeChangeHotZones(displayId, hotZones); in GetModeChangeHotZones()
H A Dwindow_impl.cpp2948 …auto res = SingletonContainer::Get<WindowAdapter>().GetModeChangeHotZones(property_->GetDisplayId(… in HandleModeChangeHotZones()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h219 …WMError GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones) override { return… in GetModeChangeHotZones() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp398 auto ret = windowAdapter.GetModeChangeHotZones(displayId, hotZones);
H A Dwindow_impl_test3.cpp403 …EXPECT_CALL(m->Mock(), GetModeChangeHotZones(_, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHIN…
405 EXPECT_CALL(m->Mock(), GetModeChangeHotZones(_, _)).Times(1).WillOnce(Return(WMError::WM_OK));
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1488 WMError WindowManagerService::GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZon… in GetModeChangeHotZones() function in OHOS::Rosen::WindowManagerService
1494 return windowController_->GetModeChangeHotZones(displayId, hotZones, hotZonesConfig_); in GetModeChangeHotZones()
H A Dwindow_controller.cpp1705 WMError WindowController::GetModeChangeHotZones(DisplayId displayId, in GetModeChangeHotZones() function in OHOS::Rosen::WindowController
1708 return windowRoot_->GetModeChangeHotZones(displayId, hotZones, config); in GetModeChangeHotZones()
H A Dwindow_root.cpp1801 WMError WindowRoot::GetModeChangeHotZones(DisplayId displayId, in GetModeChangeHotZones() function in OHOS::Rosen::WindowRoot
1809 container->GetModeChangeHotZones(displayId, hotZones, config); in GetModeChangeHotZones()
H A Dwindow_node_container.cpp2567 void WindowNodeContainer::GetModeChangeHotZones(DisplayId displayId, ModeChangeHotZones& hotZones, in GetModeChangeHotZones() function in OHOS::Rosen::WindowNodeContainer