Searched refs:authResult (Results 1 – 1 of 1) sorted by relevance
2473 int32_t authResult = getAuthToken(characteristics.get(), 0, purpose, &authToken, in begin() local2478 if (authResult != ::NO_ERROR && authResult != ::OP_AUTH_NEEDED) { in begin()2479 result->resultCode = authResult; in begin()2555 result->resultCode = authResult; in begin()2580 int32_t authResult = addOperationAuthTokenIfNeeded(token, &opParams); in update() local2581 if (authResult != ::NO_ERROR) { in update()2582 result->resultCode = authResult; in update()2632 int32_t authResult = addOperationAuthTokenIfNeeded(token, &opParams); in finish() local2633 if (authResult != ::NO_ERROR) { in finish()2634 result->resultCode = authResult; in finish()[all …]