Home
last modified time | relevance | path

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

/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp1554 createValueMetric("VALUE1", whatMatcher, 2, predicate.id(), {sliceState.id()}); in TEST_F()
1571 *config.add_value_metric() = createValueMetric("VALUE1", whatMatcher, 2, nullopt, {}); in TEST_F()
1591 *config.add_value_metric() = createValueMetric("VALUE1", whatMatcher, 2, nullopt, {}); in TEST_F()
1615 *config.add_value_metric() = createValueMetric("VALUE1", whatMatcher, 2, predicate.id(), {}); in TEST_F()
1636 createValueMetric("VALUE1", whatMatcher, 2, nullopt, {sliceState.id()}); in TEST_F()
2720 ValueMetric value1 = createValueMetric("VALUE1", matcher4, 2, predicate1Id, {state1Id}); in TEST_F()
2725 ValueMetric value2 = createValueMetric("VALUE2", matcher1, 2, nullopt, {}); in TEST_F()
2730 ValueMetric value3 = createValueMetric("VALUE3", matcher5, 2, predicate2Id, {}); in TEST_F()
2735 ValueMetric value4 = createValueMetric("VALUE4", matcher3, 2, nullopt, {state2Id}); in TEST_F()
2740 ValueMetric value5 = createValueMetric("VALUE5", matcher2, 2, nullopt, {}); in TEST_F()
[all …]
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_test.cpp1301 createValueMetric("SubsystemSleepWhileUnpluggedSliceScreen", subsystemSleepMatcher, 4, in TEST_F()
1306 ValueMetric valuePushPersist = createValueMetric( in TEST_F()
1311 createValueMetric("SubsystemSleep", subsystemSleepMatcher, 4, nullopt, {}); in TEST_F()
1316 createValueMetric("AvgScreenBrightness", brightnessMatcher, 1, nullopt, {}); in TEST_F()
1370 ValueMetric valueNew = createValueMetric("MaxScrBrightness", brightnessMatcher, 1, nullopt, {}); in TEST_F()
/packages/modules/StatsD/statsd/tests/
Dstatsd_test_util.h224 ValueMetric createValueMetric(const string& name, const AtomMatcher& what, const int valueField,
Dstatsd_test_util.cpp514 ValueMetric createValueMetric(const string& name, const AtomMatcher& what, const int valueField, in createValueMetric() function