/packages/modules/StatsD/statsd/tests/ |
D | SocketListener_test.cpp | 98 auto logEvent = mEventQueue->waitPop(); in TEST_P() local 117 auto logEvent = mEventQueue->waitPop(); in TEST_P() local 134 auto logEvent = eventQueue->waitPop(); in TEST() local 154 auto logEvent = eventQueue->waitPop(); in TEST() local 178 auto logEvent = eventQueue->waitPop(); in TEST() local 202 auto logEvent = eventQueue->waitPop(); in TEST() local 209 auto logEvent = eventQueue->waitPop(); in TEST() local 251 auto logEvent = eventQueue->waitPop(); in TEST() local 259 auto logEvent = eventQueue->waitPop(); in TEST() local 268 auto logEvent = eventQueue->waitPop(); in TEST() local [all …]
|
D | LogEvent_test.cpp | 51 bool createFieldWithBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createFieldWithBoolAnnotationLogEvent() 72 bool createFieldWithIntAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createFieldWithIntAnnotationLogEvent() 93 bool createAtomLevelIntAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createAtomLevelIntAnnotationLogEvent() 115 bool createAtomLevelBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createAtomLevelBoolAnnotationLogEvent() 177 bool ParseBuffer(LogEvent& logEvent, const uint8_t* buf, size_t size) { in ParseBuffer() 214 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST_P() local 270 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST_P() local 290 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local 315 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST_P() local 352 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST_P() local [all …]
|
D | statsd_test_util.cpp | 727 void parseStatsEventToLogEvent(AStatsEvent* statsEvent, LogEvent* logEvent) { in parseStatsEventToLogEvent() 737 void CreateTwoValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent() 751 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateTwoValueLogEvent() local 756 void CreateThreeValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent() 771 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateThreeValueLogEvent() local 776 void CreateRepeatedValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, in CreateRepeatedValueLogEvent() 789 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateRepeatedValueLogEvent() local 794 void CreateNoValuesLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent() 803 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateNoValuesLogEvent() local 838 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in makeUidLogEvent() local [all …]
|
D | LogEntryMatcher_test.cpp | 44 void makeIntLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeIntLogEvent() 54 void makeFloatLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeFloatLogEvent() 64 void makeStringLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeStringLogEvent() 74 void makeIntWithBoolAnnotationLogEvent(LogEvent* logEvent, const int32_t atomId, in makeIntWithBoolAnnotationLogEvent() 85 void makeAttributionLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeAttributionLogEvent() 98 void makeBoolLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeBoolLogEvent() 110 void makeRepeatedIntLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedIntLogEvent() 118 void makeRepeatedUidLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedUidLogEvent() 127 void makeRepeatedStringLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedStringLogEvent()
|
D | StatsLogProcessor_test.cpp | 1899 shared_ptr<LogEvent> logEvent = makeUidLogEvent(atomId, eventTimeNs, hostUid, field1, field2); in TEST() local 1924 shared_ptr<LogEvent> logEvent = in TEST() local 1954 shared_ptr<LogEvent> logEvent = makeExtraUidsLogEvent(atomId, eventTimeNs, isolatedUid, field1, in TEST() local 1982 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {hostUid, 200}, in TEST() local 2010 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {isolatedUid, 200}, in TEST() local 2052 shared_ptr<LogEvent> logEvent = makeRepeatedUidLogEvent(atomId, eventTimeNs, {}); in TEST() local
|
/packages/modules/StatsD/statsd/tests/utils/ |
D | DbUtils_test.cpp | 77 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 103 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 131 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 158 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 184 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 280 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 300 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 326 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 352 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 364 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local [all …]
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/instrumentation/ |
D | MetricsFeatureProvider.java | 82 public void logEvent(int eventType) { in logEvent() method in MetricsFeatureProvider 86 public void logEvent(int eventType, long latency) { in logEvent() method in MetricsFeatureProvider 93 private void logEvent(SettingsIntelligenceEvent event) { in logEvent() method in MetricsFeatureProvider
|
/packages/modules/StatsD/statsd/benchmark/ |
D | metric_util.cpp | 262 void parseStatsEventToLogEvent(AStatsEvent* statsEvent, LogEvent* logEvent) { in parseStatsEventToLogEvent() 279 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateScreenStateChangedEvent() local 295 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateScheduledJobStateChangedEvent() local 330 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateSyncStateChangedEvent() local
|
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/ime/ |
D | Watchdog.java | 56 public void logEvent(String s) { in logEvent() method in Watchdog
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | CaptivePortal.java | 168 public void logEvent(int eventId, @NonNull String packageName) { in logEvent() method in CaptivePortal
|
/packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
D | ONSStats.java | 53 public boolean logEvent(ONSStatsInfo info) { in logEvent() method in ONSStats
|
/packages/modules/StatsD/statsd/src/utils/ |
D | DbUtils.cpp | 60 static std::vector<std::string> getExpectedTableSchema(const LogEvent& logEvent) { in getExpectedTableSchema() 230 for (auto& logEvent : events) { in getInsertSqlStmt() local 253 for (auto& logEvent : events) { in getInsertSqlStmt() local
|
/packages/modules/Connectivity/tests/common/java/android/net/ |
D | CaptivePortalTest.java | 59 public void logEvent(int eventId, String packageName) throws RemoteException { in logEvent() method in CaptivePortalTest.MyCaptivePortalImpl
|
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
D | Watchdog.java | 58 public void logEvent(String s) { in logEvent() method in Watchdog
|
/packages/modules/StatsD/statsd/tests/log_event/ |
D | LogEventQueue_test.cpp | 42 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in makeLogEvent() local
|
/packages/modules/StatsD/statsd/src/socket/ |
D | StatsSocketListener.cpp | 136 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(uid, pid); in processMessage() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | ActiveGestureErrorDetector.java | 60 GestureEvent(boolean logEvent, boolean trackEvent) { in GestureEvent()
|
/packages/modules/StatsD/framework/java/android/util/ |
D | StatsLog.java | 381 public static boolean logEvent(int label) { in logEvent() method in StatsLog
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
D | PropertyListAdapter.java | 161 PropertyListEventListener(TextView logEvent, ScrollView scrollView) { in PropertyListEventListener()
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | CountMetricProducer_test.cpp | 46 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) { in makeLogEvent() 54 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId, string uid) { in makeLogEvent()
|
D | RestrictedEventMetricProducer_test.cpp | 107 LogEvent logEvent(/*uid=*/0, /*pid=*/0); in TEST_F() local
|
/packages/modules/StatsD/statsd/tests/state/ |
D | StateTracker_test.cpp | 79 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in buildIncorrectOverlayEvent() local 95 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in buildOverlayEventBadStateType() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarNavButtonController.java | 266 private void logEvent(StatsLogManager.LauncherEvent event) { in logEvent() method in TaskbarNavButtonController
|
/packages/modules/StatsD/statsd/tests/external/ |
D | StatsPuller_test.cpp | 69 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in createSimpleEvent() local
|
/packages/modules/StatsD/statsd/tests/e2e/ |
D | RestrictedEventMetric_e2e_test.cpp | 190 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in TEST_F() local 236 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in TEST_F() local 282 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in TEST_F() local
|