Home
last modified time | relevance | path

Searched refs:DM_ERROR_INVALID_PARAM (Results 1 – 7 of 7) sorted by relevance

/foundation/windowmanager/dm/test/unittest/
Dscreen_manager_test.cpp64 …ALL(m->Mock(), DestroyVirtualScreen(_)).Times(1).WillOnce(Return(DMError::DM_ERROR_INVALID_PARAM));
68 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, ret);
168 …>Mock(), SetVirtualScreenSurface(_, _)).Times(1).WillOnce(Return(DMError::DM_ERROR_INVALID_PARAM));
169 …ALL(m->Mock(), DestroyVirtualScreen(_)).Times(1).WillOnce(Return(DMError::DM_ERROR_INVALID_PARAM));
174 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, surfaceRes);
175 ASSERT_EQ(DMError::DM_ERROR_INVALID_PARAM, destroyRes);
/foundation/windowmanager/dmserver/src/
Ddisplay_manager_service.cpp134 CHECK_SCREEN_AND_RETURN(DMError::DM_ERROR_INVALID_PARAM); in DestroyVirtualScreen()
156 CHECK_SCREEN_AND_RETURN(DMError::DM_ERROR_INVALID_PARAM); in SetVirtualScreenSurface()
192 CHECK_SCREEN_AND_RETURN(DMError::DM_ERROR_INVALID_PARAM); in GetScreenSupportedColorGamuts()
202 CHECK_SCREEN_AND_RETURN(DMError::DM_ERROR_INVALID_PARAM); in GetScreenColorGamut()
212 CHECK_SCREEN_AND_RETURN(DMError::DM_ERROR_INVALID_PARAM); in SetScreenColorGamut()
222 CHECK_SCREEN_AND_RETURN(DMError::DM_ERROR_INVALID_PARAM); in GetScreenGamutMap()
233 CHECK_SCREEN_AND_RETURN(DMError::DM_ERROR_INVALID_PARAM); in SetScreenGamutMap()
243 CHECK_SCREEN_AND_RETURN(DMError::DM_ERROR_INVALID_PARAM); in SetScreenColorTransform()
Dabstract_screen.cpp134 return DMError::DM_ERROR_INVALID_PARAM; in SetScreenColorGamut()
163 return DMError::DM_ERROR_INVALID_PARAM; in SetScreenGamutMap()
Dabstract_screen_controller.cpp595 return DMError::DM_ERROR_INVALID_PARAM; in GetScreenSupportedColorGamuts()
604 return DMError::DM_ERROR_INVALID_PARAM; in GetScreenColorGamut()
613 return DMError::DM_ERROR_INVALID_PARAM; in SetScreenColorGamut()
622 return DMError::DM_ERROR_INVALID_PARAM; in GetScreenGamutMap()
631 return DMError::DM_ERROR_INVALID_PARAM; in SetScreenGamutMap()
640 return DMError::DM_ERROR_INVALID_PARAM; in SetScreenColorTransform()
/foundation/windowmanager/interfaces/kits/napi/display_runtime/napi/
Djs_screen.cpp89 … task.Reject(engine, CreateJsError(engine, static_cast<int32_t>(DMError::DM_ERROR_INVALID_PARAM), in OnSetOrientation()
95 … task.Reject(engine, CreateJsError(engine, static_cast<int32_t>(DMError::DM_ERROR_INVALID_PARAM), in OnSetOrientation()
143 … task.Reject(engine, CreateJsError(engine, static_cast<int32_t>(DMError::DM_ERROR_INVALID_PARAM), in OnSetScreenActiveMode()
/foundation/windowmanager/interfaces/innerkits/dm/
Ddm_common.h63 DM_ERROR_INVALID_PARAM = 130, enumerator
/foundation/windowmanager/interfaces/kits/napi/display/
Djs_display_manager.cpp85 errCode = DMError::DM_ERROR_INVALID_PARAM; in OnGetDefaultDisplay()
119 errCode = DMError::DM_ERROR_INVALID_PARAM; in OnGetAllDisplay()