Searched refs:DM_ERROR_INVALID_PARAM (Results 1 – 7 of 7) sorted by relevance
/foundation/windowmanager/dm/test/unittest/ |
D | screen_manager_test.cpp | 64 …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/ |
D | display_manager_service.cpp | 134 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()
|
D | abstract_screen.cpp | 134 return DMError::DM_ERROR_INVALID_PARAM; in SetScreenColorGamut() 163 return DMError::DM_ERROR_INVALID_PARAM; in SetScreenGamutMap()
|
D | abstract_screen_controller.cpp | 595 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/ |
D | js_screen.cpp | 89 … 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/ |
D | dm_common.h | 63 DM_ERROR_INVALID_PARAM = 130, enumerator
|
/foundation/windowmanager/interfaces/kits/napi/display/ |
D | js_display_manager.cpp | 85 errCode = DMError::DM_ERROR_INVALID_PARAM; in OnGetDefaultDisplay() 119 errCode = DMError::DM_ERROR_INVALID_PARAM; in OnGetAllDisplay()
|