Home
last modified time | relevance | path

Searched refs:createCountMetric (Results 1 – 5 of 5) sorted by relevance

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2008 CountMetric count1 = createCountMetric("COUNT1", matcher1Id, predicate1Id, {state1Id}); in TEST_F()
2013 CountMetric count2 = createCountMetric("COUNT2", matcher2Id, nullopt, {}); in TEST_F()
2018 CountMetric count3 = createCountMetric("COUNT3", matcher3Id, nullopt, {}); in TEST_F()
2023 CountMetric count4 = createCountMetric("COUNT4", matcher4Id, nullopt, {state2Id}); in TEST_F()
2028 CountMetric count5 = createCountMetric("COUNT5", matcher5Id, nullopt, {}); in TEST_F()
2059 CountMetric count6 = createCountMetric("EVENT6", matcher2Id, predicate1Id, {state1Id}); in TEST_F()
3369 CountMetric countMetric = createCountMetric("COUNT1", matcher1Id, predicate1Id, {}); in TEST_F()
3548 *config.add_count_metric() = createCountMetric("VALUE1", whatMatcher.id(), nullopt, {}); in TEST_F()
3565 CountMetric metric = createCountMetric("VALUE1", whatMatcher.id(), nullopt, {}); in TEST_F()
3583 *config.add_count_metric() = createCountMetric("VALUE1", whatMatcher.id(), nullopt, {}); in TEST_F()
[all …]
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_test.cpp311 createCountMetric("CountSyncPerUidWhileScreenOnHoldingWLSliceProcessState", in TEST_F()
329 CountMetric countChange = createCountMetric("Count*WhileScreenOn", syncStartMatcher.id(), in TEST_F()
331 CountMetric countRemove = createCountMetric("CountSync", syncStartMatcher.id(), nullopt, {}); in TEST_F()
396 CountMetric countNew = createCountMetric("CountWlWhileScreenOn", wakelockAcquireMatcher.id(), in TEST_F()
1855 createCountMetric("ImmediateMetric", syncStartMatcher.id(), nullopt, {}); in TEST_F()
1856 CountMetric bootMetric = createCountMetric("BootMetric", syncStartMatcher.id(), nullopt, {}); in TEST_F()
1858 createCountMetric("CombinationMetric", syncStartMatcher.id(), nullopt, {}); in TEST_F()
2073 createCountMetric("CountWakelock", wakelockAcquireMatcher.id(), nullopt, {}); in TEST_F()
2077 CountMetric countSync = createCountMetric("CountSync", syncStartMatcher.id(), nullopt, {}); in TEST_F()
DCountMetric_e2e_test.cpp909 CountMetric countMetric = createCountMetric("COUNT", appCrashMatcher.id(), nullopt, {}); in TEST()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h256 CountMetric createCountMetric(const string& name, const int64_t what,
Dstatsd_test_util.cpp528 CountMetric createCountMetric(const string& name, const int64_t what, in createCountMetric() function