// services/device/public/mojom/fingerprint.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_FINGERPRINT_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_FINGERPRINT_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace device::mojom {
namespace messages {


enum class FingerprintObserver : uint32_t {
// The 911777164 value is based on sha256(salt + "FingerprintObserver1").
  kOnRestarted = 911777164,
// The 122932643 value is based on sha256(salt + "FingerprintObserver2").
  kOnStatusChanged = 122932643,
// The 1827584964 value is based on sha256(salt + "FingerprintObserver3").
  kOnEnrollScanDone = 1827584964,
// The 1652632048 value is based on sha256(salt + "FingerprintObserver4").
  kOnAuthScanDone = 1652632048,
// The 320521060 value is based on sha256(salt + "FingerprintObserver5").
  kOnSessionFailed = 320521060,
};
enum class Fingerprint : uint32_t {
// The 974447574 value is based on sha256(salt + "Fingerprint1").
  kGetRecordsForUser = 974447574,
// The 681437367 value is based on sha256(salt + "Fingerprint2").
  kStartEnrollSession = 681437367,
// The 1352858799 value is based on sha256(salt + "Fingerprint3").
  kCancelCurrentEnrollSession = 1352858799,
// The 1535961085 value is based on sha256(salt + "Fingerprint4").
  kRequestRecordLabel = 1535961085,
// The 871113417 value is based on sha256(salt + "Fingerprint5").
  kSetRecordLabel = 871113417,
// The 1479962725 value is based on sha256(salt + "Fingerprint6").
  kRemoveRecord = 1479962725,
// The 690963101 value is based on sha256(salt + "Fingerprint7").
  kStartAuthSession = 690963101,
// The 718128892 value is based on sha256(salt + "Fingerprint8").
  kEndCurrentAuthSession = 718128892,
// The 1711616039 value is based on sha256(salt + "Fingerprint9").
  kDestroyAllRecords = 1711616039,
// The 1619874180 value is based on sha256(salt + "Fingerprint10").
  kAddFingerprintObserver = 1619874180,
// The 80057829 value is based on sha256(salt + "Fingerprint11").
  kRequestType = 80057829,
};

}  // namespace messages

}  // device::mojom

#endif  // SERVICES_DEVICE_PUBLIC_MOJOM_FINGERPRINT_MOJOM_SHARED_MESSAGE_IDS_H_