/aosp12/packages/modules/StatsD/statsd/tests/ |
H A D | LogEvent_test.cpp | 48 void createIntWithBoolAnnotationLogEvent(LogEvent* logEvent, uint8_t annotationId, in createIntWithBoolAnnotationLogEvent() 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 447 LogEvent logEvent(/*uid=*/1000, /*pid=*/1001); in TEST() local [all …]
|
H A D | statsd_test_util.cpp | 628 void parseStatsEventToLogEvent(AStatsEvent* statsEvent, LogEvent* logEvent) { in parseStatsEventToLogEvent() 652 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateTwoValueLogEvent() local 672 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateThreeValueLogEvent() local 677 void CreateRepeatedValueLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs, in CreateRepeatedValueLogEvent() 690 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateRepeatedValueLogEvent() local 695 void CreateNoValuesLogEvent(LogEvent* logEvent, int atomId, int64_t eventTimeNs) { in CreateNoValuesLogEvent() 704 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in CreateNoValuesLogEvent() local 720 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in makeUidLogEvent() local 736 shared_ptr<LogEvent> logEvent = std::make_shared<LogEvent>(/*uid=*/0, /*pid=*/0); in makeAttributionLogEvent() local 769 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(loggerUid, /*pid=*/0); in CreateScreenStateChangedEvent() local [all …]
|
H A 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()
|
H A D | FieldValue_test.cpp | 37 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeLogEvent() 50 void makeLogEvent(LogEvent* logEvent, const int32_t atomId, const int64_t timestamp, in makeLogEvent()
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/instrumentation/ |
H A 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
|
/aosp12/packages/modules/StatsD/statsd/tests/shell/ |
H A 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
|
/aosp12/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/ime/ |
H A D | Watchdog.java | 48 public void logEvent(String s) { in logEvent() method in Watchdog
|
/aosp12/packages/modules/StatsD/statsd/benchmark/ |
H A 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
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | IIpConnectivityMetrics.aidl | 33 int logEvent(in ConnectivityMetricsEvent event); in logEvent() method
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | CaptivePortal.java | 168 public void logEvent(int eventId, @NonNull String packageName) { in logEvent() method in CaptivePortal
|
/aosp12/packages/modules/StatsD/statsd/src/socket/ |
H A D | StatsSocketListener.cpp | 129 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(uid, pid); in onDataAvailable() local
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | CaptivePortalTest.java | 59 public void logEvent(int eventId, String packageName) throws RemoteException { in logEvent() method in CaptivePortalTest.MyCaptivePortalImpl
|
/aosp12/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
H A D | Watchdog.java | 53 public void logEvent(String s) { in logEvent() method in Watchdog
|
/aosp12/packages/modules/StatsD/statsd/tests/log_event/ |
H A D | LogEventQueue_test.cpp | 42 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in makeLogEvent() local
|
/aosp12/packages/modules/StatsD/framework/java/android/util/ |
H A D | StatsLog.java | 164 public static boolean logEvent(int label) { in logEvent() method in StatsLog
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/ |
H A D | NetworkWatchlistServiceTests.java | 95 public int logEvent(ConnectivityMetricsEvent connectivityMetricsEvent) in logEvent() method in NetworkWatchlistServiceTests.TestIIpConnectivityMetrics
|
/aosp12/packages/modules/StatsD/statsd/tests/metrics/ |
H A 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()
|
H A D | EventMetricProducer_test.cpp | 44 void makeLogEvent(LogEvent* logEvent, int32_t atomId, int64_t timestampNs, string str) { in makeLogEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | WatchdogRollbackLogger.java | 193 public static void logEvent(@Nullable VersionedPackage logPackage, int type, in logEvent() method in WatchdogRollbackLogger
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
H A D | PropertyListAdapter.java | 163 PropertyListEventListener(TextView logEvent, ScrollView scrollView) { in PropertyListEventListener()
|
/aosp12/packages/modules/StatsD/statsd/tests/state/ |
H A 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
|
/aosp12/packages/modules/StatsD/statsd/tests/external/ |
H A D | StatsPuller_test.cpp | 69 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in createSimpleEvent() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedUiEventLogger.java | 204 private void logEvent(int event) { in logEvent() method in OneHandedUiEventLogger
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/ |
H A D | InteractAcrossProfilesDetails.java | 161 private void logEvent(int eventId) { in logEvent() method in InteractAcrossProfilesDetails
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | IpConnectivityMetrics.java | 307 public int logEvent(ConnectivityMetricsEvent event) { in logEvent() method in IpConnectivityMetrics.Impl
|