Home
last modified time | relevance | path

Searched refs:DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp183 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in DestroyVirtualScreen()
210 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetVirtualScreenSurface()
246 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetOrientation()
317 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in GetScreenSupportedColorGamuts()
356 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in GetScreenColorGamut()
388 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetScreenColorGamut()
415 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in GetScreenGamutMap()
447 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetScreenGamutMap()
474 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetScreenColorTransform()
501 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in GetPixelFormat()
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_proxy.cpp66 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetScreenActiveMode()
93 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetVirtualPixelRatio()
120 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetVirtualPixelRatioSystem()
148 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetResolution()
176 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in GetDensityInCurResolution()
204 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in GetScreenColorGamut()
236 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetScreenColorGamut()
263 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in GetScreenGamutMap()
295 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetScreenGamutMap()
322 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in SetScreenColorTransform()
[all...]
H A Dscreen_session_manager_lite_proxy.cpp46 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in RegisterDisplayManagerAgent()
87 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in UnregisterDisplayManagerAgent()
/foundation/window/window_manager/previewer/include/
H A Ddm_common.h126 DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED = 140, member in OHOS::Rosen::DMError
164 {DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED, DmErrorCode::DM_ERROR_SYSTEM_INNORMAL }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h150 DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED = 140, member in OHOS::Rosen::DMError
188 {DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED, DmErrorCode::DM_ERROR_SYSTEM_INNORMAL }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite_proxy.cpp46 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in RegisterDisplayManagerAgent()
87 return DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED; in UnregisterDisplayManagerAgent()
/foundation/window/window_manager/interfaces/kits/napi/common/
H A Djs_err_utils.cpp160 {DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED, DM_ERROR_MSG_WRITE_INTERFACE_TOKEN_FAILED }, member in OHOS::Rosen::DMError
/foundation/window/window_manager/interfaces/kits/napi/screenshot/
H A Dnative_screenshot_module.cpp363 (int32_t)DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED, "DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED"); in ScreenshotModuleInit()
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp989 napi_set_named_property(env, objValue, "DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED", in InitDisplayError()
990 CreateJsValue(env, static_cast<int32_t>(DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED))); in InitDisplayError()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp1195 napi_set_named_property(env, objValue, "DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED", in InitDisplayError()
1196 CreateJsValue(env, static_cast<int32_t>(DMError::DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED))); in InitDisplayError()

Completed in 14 milliseconds