/frameworks/base/cmds/statsd/tests/ |
D | LogEvent_test.cpp | 48 void createIntWithBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t annotationId, in createIntWithBoolAnnotationLogEvent() 63 void createIntWithIntAnnotationLogEvent(LogEvent* logEvent, uint8_t annotationId, in createIntWithIntAnnotationLogEvent() 92 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local 141 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local 178 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local 208 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local 244 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local 346 LogEvent logEvent(/*uid=*/0, /*pid=*/0); in TEST() local 389 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local 419 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local [all …]
|
D | statsd_test_util.cpp | 515 void parseStatsEventToLogEvent(AStatsEvent* statsEvent, LogEvent* logEvent) { in parseStatsEventToLogEvent() 525 void CreateTwoValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateTwoValueLogEvent() 539 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateTwoValueLogEvent() local 544 void CreateThreeValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, int32_t value1, in CreateThreeValueLogEvent() 559 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateThreeValueLogEvent() local 564 void CreateRepeatedValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, in CreateRepeatedValueLogEvent() 577 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateRepeatedValueLogEvent() local 582 void CreateNoValuesLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent() 591 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateNoValuesLogEvent() local 607 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in makeUidLogEvent() local [all …]
|
D | LogEntryMatcher_test.cpp | 47 void makeIntLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeIntLogEvent() 57 void makeFloatLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeFloatLogEvent() 67 void makeStringLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeStringLogEvent() 77 void makeIntWithBoolAnnotationLogEvent(LogEvent* logEvent, const int32_t atomId, in makeIntWithBoolAnnotationLogEvent() 88 void makeAttributionLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeAttributionLogEvent() 101 void makeBoolLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeBoolLogEvent()
|
D | FieldValue_test.cpp | 43 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeLogEvent() 56 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeLogEvent()
|
D | StatsLogProcessor_test.cpp | 1741 shared_ptr<LogEvent> logEvent = makeUidLogEvent(atomId, eventTimeNs, hostUid, field1, field2); in TEST() local 1765 shared_ptr<LogEvent> logEvent = in TEST() local 1790 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {hostUid, 200}, in TEST() local 1818 shared_ptr<LogEvent> logEvent = makeAttributionLogEvent(atomId, eventTimeNs, {isolatedUid, 200}, in TEST() local
|
/frameworks/base/core/java/android/net/ |
D | IIpConnectivityMetrics.aidl | 30 int logEvent(in ConnectivityMetricsEvent event); in logEvent() method
|
D | ICaptivePortal.aidl | 26 void logEvent(int eventId, String packageName); in logEvent() method
|
D | CaptivePortal.java | 187 public void logEvent(@EventId int eventId, @NonNull String packageName) { in logEvent() method in CaptivePortal
|
/frameworks/base/cmds/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 129 std::unique_ptr<LogEvent> logEvent = CreateScreenStateChangedEvent( in TEST() local 181 std::shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in makeCpuActiveTimeAtom() local
|
/frameworks/base/cmds/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
|
/frameworks/base/tests/net/common/java/android/net/ |
D | CaptivePortalTest.java | 59 public void logEvent(int eventId, String packageName) throws RemoteException { in logEvent() method in CaptivePortalTest.MyCaptivePortalImpl
|
/frameworks/base/cmds/statsd/src/socket/ |
D | StatsSocketListener.cpp | 129 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(uid, pid); in onDataAvailable() local
|
/frameworks/base/apex/statsd/framework/java/android/util/ |
D | StatsLog.java | 88 public static boolean logEvent(int label) { in logEvent() method in StatsLog
|
/frameworks/base/cmds/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
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/ |
D | NetworkWatchlistServiceTests.java | 92 public int logEvent(ConnectivityMetricsEvent connectivityMetricsEvent) in logEvent() method in NetworkWatchlistServiceTests.TestIIpConnectivityMetrics
|
/frameworks/base/cmds/statsd/tests/e2e/ |
D | GaugeMetric_e2e_push_test.cpp | 88 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateAppStartOccurredEvent() local
|
/frameworks/base/services/core/java/com/android/server/rollback/ |
D | WatchdogRollbackLogger.java | 192 public static void logEvent(@Nullable VersionedPackage logPackage, int type, in logEvent() method in WatchdogRollbackLogger
|
/frameworks/base/cmds/statsd/tests/metrics/ |
D | CountMetricProducer_test.cpp | 45 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) { in makeLogEvent() 53 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId, string uid) { in makeLogEvent()
|
D | EventMetricProducer_test.cpp | 42 void makeLogEvent(LogEvent* logEvent, int32_t atomId, int64_t timestampNs, string str) { in makeLogEvent()
|
D | DurationMetricProducer_test.cpp | 48 void makeLogEvent(LogEvent* logEvent, int64_t timestampNs, int atomId) { in makeLogEvent()
|
/frameworks/base/cmds/statsd/tests/external/ |
D | StatsPuller_test.cpp | 69 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in createSimpleEvent() local
|
/frameworks/base/cmds/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
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | IpConnectivityMetrics.java | 303 public int logEvent(ConnectivityMetricsEvent event) { in logEvent() method in IpConnectivityMetrics.Impl
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | SoundEffectsHelper.java | 153 private void logEvent(String msg) { in logEvent() method in SoundEffectsHelper
|
/frameworks/base/cmds/statsd/tests/condition/ |
D | SimpleConditionTracker_test.cpp | 63 void makeWakeLockEvent(LogEvent* logEvent, uint32_t atomId, uint64_t timestamp, in makeWakeLockEvent()
|