Home
last modified time | relevance | path

Searched refs:DM_ERROR_INIT_DMS_PROXY_LOCKED (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/dm/src/
H A Ddisplay_manager_adapter.cpp75 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in GetScreenSupportedColorGamuts()
82 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in GetScreenColorGamut()
89 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in SetScreenColorGamut()
96 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in GetScreenGamutMap()
103 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in SetScreenGamutMap()
110 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in SetScreenColorTransform()
117 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in GetPixelFormat()
125 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in SetPixelFormat()
134 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in GetSupportedHDRFormats()
142 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in GetScreenHDRFormat()
[all...]
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_adapter_lite.cpp46 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in RegisterDisplayManagerAgent()
54 INIT_PROXY_CHECK_RETURN(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED); in UnregisterDisplayManagerAgent()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h121 DM_ERROR_INIT_DMS_PROXY_LOCKED = 100, member in OHOS::Rosen::DMError
159 {DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED, DmErrorCode::DM_ERROR_SYSTEM_INNORMAL }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h145 DM_ERROR_INIT_DMS_PROXY_LOCKED = 100, member in OHOS::Rosen::DMError
183 {DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED, DmErrorCode::DM_ERROR_SYSTEM_INNORMAL }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp155 {DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED, DM_ERROR_MSG_INIT_DMS_PROXY_LOCKED }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp353 (int32_t)DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED, "DM_ERROR_INIT_DMS_PROXY_LOCKED"); in ScreenshotModuleInit()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp979 napi_set_named_property(env, objValue, "DM_ERROR_INIT_DMS_PROXY_LOCKED", in InitDisplayError()
980 CreateJsValue(env, static_cast<int32_t>(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED))); in InitDisplayError()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp1185 napi_set_named_property(env, objValue, "DM_ERROR_INIT_DMS_PROXY_LOCKED", in InitDisplayError()
1186 CreateJsValue(env, static_cast<int32_t>(DMError::DM_ERROR_INIT_DMS_PROXY_LOCKED))); in InitDisplayError()

Completed in 10 milliseconds