/packages/modules/StatsD/statsd/tests/metrics/ |
D | EventMetricProducer_test.cpp | 93 std::set<string> strSet; in TEST_F() local 95 true /*erase data*/, FAST, &strSet, &output); in TEST_F() 136 std::set<string> strSet; in TEST_F() local 138 true /*erase data*/, FAST, &strSet, &output); in TEST_F() 190 std::set<string> strSet; in TEST_F() local 192 true /*erase data*/, FAST, &strSet, &output); in TEST_F() 230 std::set<string> strSet; in TEST_F() local 232 true /*erase data*/, FAST, &strSet, &output); in TEST_F() 283 std::set<string> strSet; in TEST_F() local 285 true /*erase data*/, FAST, &strSet, &output); in TEST_F() [all …]
|
D | KllMetricProducer_test.cpp | 316 std::set<string> strSet; in TEST() local 319 NO_TIME_CONSTRAINTS /* dumpLatency */, &strSet, &output); in TEST() 354 std::set<string> strSet; in TEST() local 357 NO_TIME_CONSTRAINTS /* dumpLatency */, &strSet, &output); in TEST() 386 std::set<string> strSet; in TEST() local 389 NO_TIME_CONSTRAINTS /* dumpLatency */, &strSet, &output); in TEST() 422 std::set<string> strSet; in TEST() local 425 NO_TIME_CONSTRAINTS /* dumpLatency */, &strSet, &output); in TEST()
|
D | NumericValueMetricProducer_test.cpp | 2193 std::set<string> strSet; in TEST() local 2195 FAST /* dumpLatency */, &strSet, &output); in TEST() 2255 std::set<string> strSet; in TEST() local 2257 true, FAST /* dumpLatency */, &strSet, &output); in TEST() 2333 std::set<string> strSet; in TEST() local 2335 true, FAST /* dumpLatency */, &strSet, &output); in TEST() 2409 std::set<string> strSet; in TEST() local 2411 true, FAST /* dumpLatency */, &strSet, &output); in TEST() 2996 std::set<string> strSet; in TEST() local 2998 &strSet, &output); in TEST() [all …]
|
D | RestrictedEventMetricProducer_test.cpp | 177 std::set<string> strSet; in TEST_F() local 180 /*erase_data=*/true, FAST, &strSet, &output); in TEST_F() 183 ASSERT_EQ(strSet.size(), 0); in TEST_F()
|
D | GaugeMetricProducer_test.cpp | 916 std::set<string> strSet; in TEST() local 918 FAST /* dump_latency */, &strSet, &output); in TEST() 997 std::set<string> strSet; in TEST() local 1000 NO_TIME_CONSTRAINTS /* dumpLatency */, &strSet, &output); in TEST()
|
/packages/modules/StatsD/statsd/tests/ |
D | UidMap_test.cpp | 582 set<string> strSet; in TEST_F() local 585 /* omitSystemUids */ false, &strSet, &proto); in TEST_F() 596 EXPECT_THAT(strSet, IsSupersetOf(installersSet)); in TEST_F() 611 EXPECT_THAT(strSet, IsSupersetOf(kApps)); in TEST_F() 652 inline static set<string> strSet; member in android::os::statsd::__anon34be54ab0511::UidMapTestAppendUidMapHashStrings 656 strSet.clear(); in SetUp() 662 Values(nullptr, &(UidMapTestAppendUidMapHashStrings::strSet)),
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | ValueMetricProducer.cpp | 325 const DumpLatency dumpLatency, set<string>* strSet, ProtoOutputStream* protoOutput) { in onDumpReportLocked() argument 408 writeDimensionToProto(metricDimensionKey.getDimensionKeyInWhat(), strSet, protoOutput); in onDumpReportLocked() 412 FIELD_ID_DIMENSION_LEAF_IN_WHAT, strSet, protoOutput); in onDumpReportLocked()
|
D | ValueMetricProducer.h | 159 std::set<string>* strSet,
|