Home
last modified time | relevance | path

Searched refs:fieldsInWhat (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tests/e2e/
H A DValueMetric_pull_e2e_test.cpp595 auto fieldsInWhat = stateLink->mutable_fields_in_what(); in TEST() local
596 *fieldsInWhat = CreateDimensions(util::CPU_TIME_PER_UID, {1 /* uid */}); in TEST()
653 auto fieldsInWhat = stateLink->mutable_fields_in_what(); in TEST() local
654 *fieldsInWhat = CreateDimensions(util::CPU_TIME_PER_UID, {1 /* uid */}); in TEST()
H A DCountMetric_e2e_test.cpp474 auto fieldsInWhat = stateLink->mutable_fields_in_what(); in TEST() local
475 *fieldsInWhat = CreateDimensions(util::APP_CRASH_OCCURRED, {1 /*uid*/}); in TEST()
668 auto fieldsInWhat = stateLink->mutable_fields_in_what(); in TEST() local
669 *fieldsInWhat = CreateDimensions(util::APP_CRASH_OCCURRED, {1 /*uid*/}); in TEST()
H A DDurationMetric_e2e_test.cpp1203 auto fieldsInWhat = stateLink->mutable_fields_in_what(); in TEST() local
1204 *fieldsInWhat = CreateAttributionUidDimensions(util::WAKELOCK_STATE_CHANGED, {Position::FIRST}); in TEST()
1253 auto fieldsInWhat = stateLink->mutable_fields_in_what(); in TEST() local
1254 *fieldsInWhat = CreateAttributionUidDimensions(util::WAKELOCK_STATE_CHANGED, {Position::FIRST}); in TEST()
/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DValueMetricProducer_test.cpp4482 auto fieldsInWhat = stateLink->mutable_fields_in_what(); in TEST() local
4483 *fieldsInWhat = CreateDimensions(tagId, {1 /* uid */}); in TEST()
5766 auto fieldsInWhat = stateLink->mutable_fields_in_what(); in TEST() local
5767 *fieldsInWhat = CreateDimensions(tagId, {1 /* uid */}); in TEST()