Searched refs:DM_ERROR_WRITE_INTERFACE_TOKEN_FAILED (Results 1 - 10 of 10) sorted by relevance
/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_proxy.cpp | 183 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 D | screen_session_manager_proxy.cpp | 66 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 D | screen_session_manager_lite_proxy.cpp | 46 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 D | dm_common.h | 126 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 D | dm_common.h | 150 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 D | display_manager_lite_proxy.cpp | 46 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 D | js_err_utils.cpp | 160 {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 D | native_screenshot_module.cpp | 363 (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 D | js_display_manager.cpp | 989 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 D | js_screen_manager.cpp | 1195 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