Home
last modified time | relevance | path

Searched refs:CMErrorCode (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/color_manager/
H A Dcolor_manager_common.h31 enum class CMErrorCode : int32_t { enum
39 const std::map<CMError, CMErrorCode> JS_TO_ERROR_CODE_MAP {
40 { CMError::CM_OK, CMErrorCode::CM_OK },
41 { CMError::CM_ERROR_NULLPTR, CMErrorCode::CM_ERROR_INVALID_PARAM },
42 { CMError::CM_ERROR_INVALID_PARAM, CMErrorCode::CM_ERROR_INVALID_PARAM },
43 { CMError::CM_ERROR_INVALID_ENUM_USAGE, CMErrorCode::CM_ERROR_ABNORMAL_PARAM_VALUE },
63 NAPI_CALL_WITH_ERRCODE(env, theCall, CMErrorCode::CM_ERROR_INVALID_PARAM)
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/cj/color_manager/
H A Dcj_color_mgr_utils.h150 enum class CMErrorCode : int32_t { enum
158 const std::map<CMError, CMErrorCode> CJ_TO_ERROR_CODE_MAP {
159 { CMError::CM_OK, CMErrorCode::CM_OK },
160 { CMError::CM_ERROR_NULLPTR, CMErrorCode::CM_ERROR_INVALID_PARAM },
161 { CMError::CM_ERROR_INVALID_PARAM, CMErrorCode::CM_ERROR_INVALID_PARAM },
162 { CMError::CM_ERROR_INVALID_ENUM_USAGE, CMErrorCode::CM_ERROR_ABNORMAL_PARAM_VALUE },
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/ndk/
H A Dnative_color_space_manager.cpp86 …RS_LOGE("ColorSpaceName is invalid: %{public}d", OHOS::ColorManager::CMErrorCode::CM_ERROR_INVALID… in OH_NativeColorSpaceManager_CreateFromName()
91 OHOS::ColorManager::CMErrorCode::CM_ERROR_ABNORMAL_PARAM_VALUE); in OH_NativeColorSpaceManager_CreateFromName()
132 OHOS::ColorManager::CMErrorCode::CM_ERROR_INVALID_PARAM); in OH_NativeColorSpaceManager_GetColorSpaceName()
145 OHOS::ColorManager::CMErrorCode::CM_ERROR_INVALID_PARAM); in OH_NativeColorSpaceManager_GetWhitePoint()
161 OHOS::ColorManager::CMErrorCode::CM_ERROR_INVALID_PARAM); in OH_NativeColorSpaceManager_GetGamma()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/color_space_object_convertor/
H A Djs_color_space_utils.cpp123 …napi_value valueErrorNoPermission = CreateJsValue(env, static_cast<int32_t>(CMErrorCode::CM_ERROR_… in CMErrorCodeInit()
124 …napi_value valueErrorInvalidPara = CreateJsValue(env, static_cast<int32_t>(CMErrorCode::CM_ERROR_I… in CMErrorCodeInit()
126 static_cast<int32_t>(CMErrorCode::CM_ERROR_DEVICE_NOT_SUPPORT)); in CMErrorCodeInit()
128 static_cast<int32_t>(CMErrorCode::CM_ERROR_ABNORMAL_PARAM_VALUE)); in CMErrorCodeInit()
/ohos5.0/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/include/
H A Dcm_type.h168 enum CMErrorCode { /* temp use */ enum
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-certManager-sys.md16 ## CMErrorCode section
H A Djs-apis-certManager.md152 ## CMErrorCode section
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-certManager-sys.md16 ## CMErrorCode section
H A Djs-apis-certManager.md152 ## CMErrorCode section