Home
last modified time | relevance | path

Searched refs:GetAttestResultInfo (Results 1 - 3 of 3) sorted by relevance

/test/xts/device_attest/interfaces/kits/napi/src/
H A Ddevattest_napi.cpp141 napi_value DevAttestNapi::GetAttestResultInfo(napi_env env, napi_callback_info info) in GetAttestResultInfo() function in DevAttestNapi
150 HILOGE("[GetAttestResultInfo] Input at most 1 paramter"); in GetAttestResultInfo()
159 HILOGE("[GetAttestResultInfo] the type of argv[0] is not function"); in GetAttestResultInfo()
180 napi_create_string_utf8(env, "GetAttestResultInfo", NAPI_AUTO_LENGTH, &resource); in GetAttestResultInfo()
208 DECLARE_NAPI_STATIC_FUNCTION("getAttestStatus", GetAttestResultInfo), in Init()
/test/xts/device_attest_lite/interfaces/kit/js/src/
H A Dnative_device_attest.cpp140 int32_t GetAttestResultInfo(JSIValue *result) in GetAttestResultInfo() function
146 HILOGE("[GetAttestResultInfo] Failed to GetAttestStatus"); in GetAttestResultInfo()
169 int32_t ret = GetAttestResultInfo(&result); in ExecuteGetAttestResult()
/test/xts/device_attest/interfaces/kits/napi/include/
H A Ddevattest_napi.h42 static napi_value GetAttestResultInfo(napi_env env, napi_callback_info info);

Completed in 1 milliseconds