Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_dialog.cpp33 napi_value dialogErrorCode = nullptr; in CreateCmErrorCode() local
34 NAPI_CALL(env, napi_create_object(env, &dialogErrorCode)); in CreateCmErrorCode()
36 AddInt32Property(env, dialogErrorCode, "ERROR_GENERIC", DIALOG_ERROR_GENERIC); in CreateCmErrorCode()
37 …AddInt32Property(env, dialogErrorCode, "ERROR_OPERATION_CANCELED", DIALOG_ERROR_OPERATION_CANCELED… in CreateCmErrorCode()
38 AddInt32Property(env, dialogErrorCode, "ERROR_OPERATION_FAILED", DIALOG_ERROR_INSTALL_FAILED); in CreateCmErrorCode()
39 … AddInt32Property(env, dialogErrorCode, "ERROR_DEVICE_NOT_SUPPORTED", DIALOG_ERROR_NOT_SUPPORTED); in CreateCmErrorCode()
41 return dialogErrorCode; in CreateCmErrorCode()