Home
last modified time | relevance | path

Searched refs:StatsdRestrictionCategory (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/src/utils/
DRestrictedPolicyManager.h31 enum StatsdRestrictionCategory : int32_t { enum
49 int32_t getRestrictedCategoryTtl(StatsdRestrictionCategory categoryId) const;
52 std::map<StatsdRestrictionCategory, int32_t> mRestrictionCategoryTtlInDaysMap;
DRestrictedPolicyManager.cpp33 const StatsdRestrictionCategory categoryId) const { in getRestrictedCategoryTtl()
/packages/modules/StatsD/statsd/src/metrics/
DRestrictedEventMetricProducer.h36 inline StatsdRestrictionCategory getRestrictionCategory() { in getRestrictionCategory()
60 StatsdRestrictionCategory mRestrictedDataCategory;
DRestrictedEventMetricProducer.cpp146 static_cast<StatsdRestrictionCategory>(metricMetadata.restricted_category()); in loadMetricMetadataFromProto()
/packages/modules/StatsD/statsd/src/logd/
DLogEvent.h266 inline StatsdRestrictionCategory getRestrictionCategory() const { in getRestrictionCategory()
377 StatsdRestrictionCategory mRestrictionCategory = CATEGORY_NO_RESTRICTION;
DLogEvent.cpp407 mRestrictionCategory = static_cast<StatsdRestrictionCategory>(value); in parseRestrictionCategoryAnnotation()