| /packages/modules/StatsD/statsd/tests/ |
| D | SocketListener_test.cpp | 95 auto logEvent = mEventQueue.waitPop(); in TEST_P() local 114 auto logEvent = mEventQueue.waitPop(); in TEST_P() local 137 auto logEvent = eventQueue.waitPop(); in TEST() local 161 auto logEvent = eventQueue.waitPop(); in TEST() local 168 auto logEvent = eventQueue.waitPop(); in TEST() local 210 auto logEvent = eventQueue.waitPop(); in TEST() local 218 auto logEvent = eventQueue.waitPop(); in TEST() local 227 auto logEvent = eventQueue.waitPop(); in TEST() local 236 auto logEvent = eventQueue.waitPop(); in TEST() local 245 auto logEvent = eventQueue.waitPop(); in TEST() local
|
| D | LogEvent_test.cpp | 50 bool createFieldWithBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createFieldWithBoolAnnotationLogEvent() 71 bool createFieldWithIntAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createFieldWithIntAnnotationLogEvent() 92 bool createAtomLevelIntAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createAtomLevelIntAnnotationLogEvent() 114 bool createAtomLevelBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t typeId, uint8_t annotationId, in createAtomLevelBoolAnnotationLogEvent() 176 bool ParseBuffer(LogEvent& logEvent, const uint8_t* buf, size_t size) { in ParseBuffer() 213 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST_P() local 269 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST_P() local 289 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local 314 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST_P() local 351 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST_P() local [all …]
|
| D | statsd_test_util.cpp | 727 bool parseStatsEventToLogEvent(AStatsEvent* statsEvent, LogEvent* logEvent) { in parseStatsEventToLogEvent() 739 void CreateTwoValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent() 753 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateTwoValueLogEvent() local 758 void CreateThreeValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent() 773 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateThreeValueLogEvent() local 778 void CreateRepeatedValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, in CreateRepeatedValueLogEvent() 791 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateRepeatedValueLogEvent() local 796 void CreateNoValuesLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent() 805 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateNoValuesLogEvent() local 840 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in makeUidLogEvent() local [all …]
|
| D | LogEntryMatcher_test.cpp | 45 void makeIntLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeIntLogEvent() 55 void makeFloatLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeFloatLogEvent() 65 void makeStringLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeStringLogEvent() 75 void makeIntWithBoolAnnotationLogEvent(LogEvent* logEvent, const int32_t atomId, in makeIntWithBoolAnnotationLogEvent() 86 void makeAttributionLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeAttributionLogEvent() 99 void makeBoolLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeBoolLogEvent() 111 void makeRepeatedIntLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedIntLogEvent() 119 void makeRepeatedUidLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedUidLogEvent() 128 void makeRepeatedStringLogEvent(LogEvent* logEvent, const int32_t atomId, in makeRepeatedStringLogEvent()
|
| D | StatsLogProcessor_test.cpp | 1894 shared_ptr<LogEvent> logEvent = makeUidLogEvent(atomId, eventTimeNs, hostUid, field1, field2); in TEST() local 1919 shared_ptr<LogEvent> logEvent = in TEST() local 1949 shared_ptr<LogEvent> logEvent = makeExtraUidsLogEvent(atomId, eventTimeNs, isolatedUid, field1, in TEST() local 1977 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {hostUid, 200}, in TEST() local 2005 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {isolatedUid, 200}, in TEST() local 2047 shared_ptr<LogEvent> logEvent = makeRepeatedUidLogEvent(atomId, eventTimeNs, {}); in TEST() local
|
| /packages/modules/StatsD/statsd/tests/utils/ |
| D | DbUtils_test.cpp | 75 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 101 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 129 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 156 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 182 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 278 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 298 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 324 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 350 LogEvent logEvent = makeLogEvent(statsEvent); in TEST_F() local 362 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/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/apps/Nfc/src/com/android/nfc/ |
| D | NfcEventLog.java | 143 public void logEvent(NfcEventProto.EventType eventType) { in logEvent() method in NfcEventLog
|
| /packages/modules/StatsD/framework/java/android/util/ |
| D | StatsLog.java | 381 public static boolean logEvent(int label) { in logEvent() method in StatsLog
|
| /packages/modules/StatsD/statsd/src/socket/ |
| D | StatsSocketListener.cpp | 183 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(uid, pid); in processStatsEventBuffer() local
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
| D | ActiveGestureErrorDetector.java | 62 GestureEvent(boolean logEvent, boolean trackEvent) { in GestureEvent()
|
| /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 | 106 LogEvent logEvent(/*uid=*/0, /*pid=*/0); in TEST_F() local
|
| /packages/modules/StatsD/statsd/tests/state/ |
| D | StateTracker_test.cpp | 80 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in buildIncorrectOverlayEvent() local 96 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in buildOverlayEventBadStateType() local
|
| /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/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
| D | TaskbarNavButtonController.java | 276 private void logEvent(StatsLogManager.LauncherEvent event) { in logEvent() method in TaskbarNavButtonController
|
| /packages/modules/StatsD/statsd/tests/log_event/ |
| D | LogEventQueue_test.cpp | 48 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in makeLogEvent() local
|
| /packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/ |
| D | TrainingEventLogger.java | 279 private void logEvent(TrainingEventReported.Builder event) { in logEvent() method in TrainingEventLogger
|
| /packages/modules/StatsD/statsd/tests/e2e/ |
| D | RestrictedEventMetric_e2e_test.cpp | 186 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in TEST_F() local 232 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in TEST_F() local 278 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in TEST_F() local
|