Searched refs:DM_ERROR_INIT_DMS_PROXY_LOCKED (Results 1 - 8 of 8) sorted by relevance
/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 75 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 D | display_manager_adapter_lite.cpp | 46 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 D | dm_common.h | 121 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 D | dm_common.h | 145 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 D | js_err_utils.cpp | 155 {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 D | native_screenshot_module.cpp | 353 (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 D | js_display_manager.cpp | 979 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 D | js_screen_manager.cpp | 1185 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