Home
last modified time | relevance | path

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

/test/xts/device_attest/interfaces/innerkits/native_cpp/src/
H A Ddevattest_service_proxy.cpp45 int32_t authRet; in GetAttestStatus() local
46 if (!reply.ReadInt32(authRet)) { in GetAttestStatus()
47 HILOGE("[DevAttestServiceProxy] authRet failed %{public}d", authRet); in GetAttestStatus()
50 if (authRet != DEVATTEST_SUCCESS) { in GetAttestStatus()
51 HILOGE("[DevAttestServiceProxy] authRet failed code %{public}d", authRet); in GetAttestStatus()
52 return authRet; in GetAttestStatus()

Completed in 1 milliseconds