Home
last modified time | relevance | path

Searched refs:PARAMETERERRORMESSAGE (Results 1 – 4 of 4) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/js/napi/
Djs_error.h29 constexpr const char *PARAMETERERRORMESSAGE = "BusinessError 401: Parameter error."; variable
Djs_error.cpp39 errorObject.message = PARAMETERERRORMESSAGE; in ConvertErrorCode()
Dnapi_wallpaper_ability.cpp367 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in RestoreInner()
429 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in SendEventInner()
480 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in SetVideoInner()
515 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in SetImageInput()
598 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in GetImageInner()
741 context->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in SetCustomWallpaper()
920 ctx->SetErrInfo(ErrorThrowType::PARAMETER_ERROR, PARAMETERERRORMESSAGE); in CheckValidArgWallpaperType()
Dcall.cpp40 context->errMsg_ = PARAMETERERRORMESSAGE; in Call()