Lines Matching refs:GetKeyErrorCode
23 IGetKeyCallback::BnGetKeyCallback, IGetKeyCallback::ErrorCode::ErrorCode as GetKeyErrorCode,
170 fn onError(&self, error: GetKeyErrorCode, description: &str) -> binder::Result<()> { in onError() argument
174 GetKeyErrorCode::ERROR_UNKNOWN => ResponseCode::OUT_OF_KEYS_TRANSIENT_ERROR, in onError()
175 GetKeyErrorCode::ERROR_PERMANENT => ResponseCode::OUT_OF_KEYS_PERMANENT_ERROR, in onError()
176 GetKeyErrorCode::ERROR_PENDING_INTERNET_CONNECTIVITY => { in onError()
179 GetKeyErrorCode::ERROR_REQUIRES_SECURITY_PATCH => { in onError()
492 (GetKeyErrorCode::ERROR_UNKNOWN, ResponseCode::OUT_OF_KEYS_TRANSIENT_ERROR), in test_get_key_cb_error()
493 (GetKeyErrorCode::ERROR_PERMANENT, ResponseCode::OUT_OF_KEYS_PERMANENT_ERROR), in test_get_key_cb_error()
495 GetKeyErrorCode::ERROR_PENDING_INTERNET_CONNECTIVITY, in test_get_key_cb_error()
499 GetKeyErrorCode::ERROR_REQUIRES_SECURITY_PATCH, in test_get_key_cb_error()
506 for get_key_error in GetKeyErrorCode::enum_values() { in test_get_key_cb_error()