]> git.saurik.com Git - apple/security.git/blob - keychain/analytics/awd/AWDMetricIds_Keychain.h
Security-58286.20.16.tar.gz
[apple/security.git] / keychain / analytics / awd / AWDMetricIds_Keychain.h
1 //
2 // AWDMetricIds_Keychain.h
3 // AppleWirelessDiagnostics
4 //
5 // WARNING :: DO NOT MODIFY THIS FILE!
6 //
7 // This file is auto-generated! Do not modify it or your changes will get overwritten!
8 //
9
10 #ifndef AWD_MetricId_HeaderGuard_Keychain
11 #define AWD_MetricId_HeaderGuard_Keychain
12
13 // Component Id:
14 // ---------------
15 // Use this value for any API requesting the "component id" for your component.
16 enum {
17 AWDComponentId_Keychain = 0x60
18 };
19
20
21 // Simple Metrics:
22 // ---------------
23 // The following metrics are compatible with the 'simple metric' API:
24 enum {
25
26 AWDMetricId_Keychain_SOSKeychainBackupFailed = 0x600004
27 };
28
29 // General Metrics:
30 // ----------------
31 enum {
32 AWDMetricId_Keychain_CKKSRateLimiterOverload = 0x600000,
33 AWDMetricId_Keychain_CKKSRateLimiterTopWriters = 0x600001,
34 AWDMetricId_Keychain_CKKSRateLimiterAggregatedScores = 0x600002,
35 AWDMetricId_Keychain_SecDbMarkedCorrupt = 0x600003
36 };
37
38 #endif // AWD_MetricId_HeaderGuard_Keychain