Searched refs:authRet (Results 1 – 1 of 1) sorted by relevance
45 int32_t authRet; in GetAttestStatus() local46 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()