Home
last modified time | relevance | path

Searched refs:DM_ERROR_INVALID_SCREEN (Results 1 - 11 of 11) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_manager.cpp121 ret.code = static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN); in GetDefaultDisplaySync()
127 ret.code = static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN); in GetDefaultDisplaySync()
141 ret.code = static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN); in GetAllDisplays()
H A Dcj_display_impl.cpp291 result.code = static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN); in GetCutoutInfo()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h148 DM_ERROR_INVALID_SCREEN = 1400001, member in OHOS::Rosen::DmErrorCode
162 {DMError::DM_ERROR_NULLPTR, DmErrorCode::DM_ERROR_INVALID_SCREEN },
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h172 DM_ERROR_INVALID_SCREEN = 1400001, member in OHOS::Rosen::DmErrorCode
186 {DMError::DM_ERROR_NULLPTR, DmErrorCode::DM_ERROR_INVALID_SCREEN },
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.cpp436 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "JsDisplay::OnGetCutoutInfo failed.")); in OnGetCutoutInfo()
442 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in OnGetCutoutInfo()
495 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in OnGetAvailableArea()
530 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in OnHasImmersiveWindow()
599 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in OnGetSupportedColorSpaces()
668 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in OnGetSupportedHDRFormats()
H A Djs_display_manager.cpp197 napi_throw(env, CreateJsError(env, static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN))); in OnGetDefaultDisplaySync()
282 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in NapiSendDmsEvent()
381 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), in OnGetAllDisplays()
953 napi_set_named_property(env, objValue, "DM_ERROR_INVALID_SCREEN", in InitDisplayErrorCode()
954 CreateJsValue(env, static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN))); in InitDisplayErrorCode()
/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp200 param->wret = DmErrorCode::DM_ERROR_INVALID_SCREEN; in AsyncGetScreenshot()
386 (int32_t)DmErrorCode::DM_ERROR_INVALID_SCREEN, "DM_ERROR_INVALID_SCREEN"); in ScreenshotModuleInit()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp172 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), in OnGetAllScreens()
230 return DmErrorCode::DM_ERROR_INVALID_SCREEN; in RegisterScreenListenerWithType()
278 return DmErrorCode::DM_ERROR_INVALID_SCREEN; in UnRegisterScreenListenerWithType()
780 DmErrorCode ret = DmErrorCode::DM_ERROR_INVALID_SCREEN; in OnCreateVirtualScreen()
1049 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in NapiSendDmsEvent()
1160 napi_set_named_property(env, objValue, "DM_ERROR_INVALID_SCREEN", in InitDisplayErrorCode()
1161 CreateJsValue(env, static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN))); in InitDisplayErrorCode()
H A Djs_screen.cpp265 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in NapiSendDmsEvent()
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp188 {DmErrorCode::DM_ERROR_INVALID_SCREEN, DM_ERROR_CODE_MSG_INVALID_SCREEN }, member in OHOS::Rosen::DmErrorCode
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp222 static_cast<int32_t>(DmErrorCode::DM_ERROR_INVALID_SCREEN), "Send event failed!")); in OnSetScreenRotationLocked()

Completed in 14 milliseconds