Home
last modified time | relevance | path

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

/test/xts/device_attest_lite/common/
Ddevattest_errno.h29 #define DEVATTEST_ERR_JS_PARAMETER_ERROR 401 macro
/test/xts/device_attest/common/
Ddevattest_errno.h31 DEVATTEST_ERR_JS_PARAMETER_ERROR = 401, enumerator
/test/xts/device_attest/interfaces/kits/napi/src/
Ddevattest_napi_error.cpp25 {DEVATTEST_ERR_JS_PARAMETER_ERROR, "Input paramters wrong"},
Ddevattest_napi.cpp151 napi_throw(env, GenerateBusinessError(env, DEVATTEST_ERR_JS_PARAMETER_ERROR)); in GetAttestResultInfo()
160 napi_throw(env, GenerateBusinessError(env, DEVATTEST_ERR_JS_PARAMETER_ERROR)); in GetAttestResultInfo()
/test/xts/device_attest_lite/interfaces/kit/js/src/
Dnative_device_attest.cpp30 {DEVATTEST_ERR_JS_PARAMETER_ERROR, "Input paramters wrong"},
95 return GetJsiErrorMessage(DEVATTEST_ERR_JS_PARAMETER_ERROR); in ExecuteAsyncWork()
98 FailCallBack(thisVal, *args, DEVATTEST_ERR_JS_PARAMETER_ERROR); in ExecuteAsyncWork()