Searched refs:DEVATTEST_ERR_JS_PARAMETER_ERROR (Results 1 – 5 of 5) sorted by relevance
/test/xts/device_attest_lite/common/ |
D | devattest_errno.h | 29 #define DEVATTEST_ERR_JS_PARAMETER_ERROR 401 macro
|
/test/xts/device_attest/common/ |
D | devattest_errno.h | 31 DEVATTEST_ERR_JS_PARAMETER_ERROR = 401, enumerator
|
/test/xts/device_attest/interfaces/kits/napi/src/ |
D | devattest_napi_error.cpp | 25 {DEVATTEST_ERR_JS_PARAMETER_ERROR, "Input paramters wrong"},
|
D | devattest_napi.cpp | 151 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/ |
D | native_device_attest.cpp | 30 {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()
|