/frameworks/base/cmds/statsd/tests/metrics/ |
D | OringDurationTracker_test.cpp | 69 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 71 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 10, ConditionKey()); // overlapping wl in TEST() 101 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 102 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 10, ConditionKey()); // overlapping wl in TEST() 134 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 135 tracker.noteStart(kEventKey2, true, eventStartTimeNs + 10, ConditionKey()); // overlapping wl in TEST() 165 tracker.noteStart(kEventKey1, true, eventStartTimeNs, ConditionKey()); in TEST() 168 tracker.noteStart(kEventKey1, true, eventStartTimeNs + 2 * bucketSizeNs, ConditionKey()); in TEST() 210 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1); in TEST() 250 tracker.noteStart(kEventKey1, true, eventStartTimeNs, key1); in TEST() [all …]
|
D | MaxDurationTracker_test.cpp | 70 tracker.noteStart(key1, true, bucketStartTimeNs, ConditionKey()); in TEST() 72 tracker.noteStart(key1, true, bucketStartTimeNs + 3, ConditionKey()); in TEST() 77 tracker.noteStart(key2, true, bucketStartTimeNs + 20, ConditionKey()); in TEST() 106 tracker.noteStart(key1, true, bucketStartTimeNs + 1, ConditionKey()); in TEST() 109 tracker.noteStart(key2, true, bucketStartTimeNs + 20, ConditionKey()); in TEST() 143 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 1, ConditionKey()); in TEST() 146 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + bucketSizeNs + 1, in TEST() 184 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 1, ConditionKey()); in TEST() 185 tracker.noteStart(DEFAULT_DIMENSION_KEY, true, bucketStartTimeNs + 10, ConditionKey()); in TEST() 231 tracker.noteStart(key1, false, eventStartTimeNs, conditionKey1); in TEST() [all …]
|
/frameworks/base/cmds/statsd/src/metrics/duration_helper/ |
D | MaxDurationTracker.h | 43 void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime,
|
D | OringDurationTracker.h | 41 void noteStart(const HashableDimensionKey& key, bool condition, const int64_t eventTime,
|
D | DurationTracker.h | 88 virtual void noteStart(const HashableDimensionKey& key, bool condition,
|
D | MaxDurationTracker.cpp | 82 void MaxDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() function in android::os::statsd::MaxDurationTracker
|
D | OringDurationTracker.cpp | 71 void OringDurationTracker::noteStart(const HashableDimensionKey& key, bool condition, in noteStart() function in android::os::statsd::OringDurationTracker
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | DurationMetricProducer.cpp | 712 it->second->noteStart(whatKey, condition, in handleStartEvent() 718 it->second->noteStart(DEFAULT_DIMENSION_KEY, condition, in handleStartEvent() 723 it->second->noteStart( in handleStartEvent()
|