Home
last modified time | relevance | path

Searched defs:logEvent (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/packages/modules/StatsD/statsd/tests/
H A DLogEvent_test.cpp48 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 Dstatsd_test_util.cpp628 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 DLogEntryMatcher_test.cpp44 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 DFieldValue_test.cpp37 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 DMetricsFeatureProvider.java82 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 DShellSubscriber_test.cpp129 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 DWatchdog.java48 public void logEvent(String s) { in logEvent() method in Watchdog
/aosp12/packages/modules/StatsD/statsd/benchmark/
H A Dmetric_util.cpp262 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 DIIpConnectivityMetrics.aidl33 int logEvent(in ConnectivityMetricsEvent event); in logEvent() method
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DCaptivePortal.java168 public void logEvent(int eventId, @NonNull String packageName) { in logEvent() method in CaptivePortal
/aosp12/packages/modules/StatsD/statsd/src/socket/
H A DStatsSocketListener.cpp129 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 DCaptivePortalTest.java59 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 DWatchdog.java53 public void logEvent(String s) { in logEvent() method in Watchdog
/aosp12/packages/modules/StatsD/statsd/tests/log_event/
H A DLogEventQueue_test.cpp42 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 DStatsLog.java164 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 DNetworkWatchlistServiceTests.java95 public int logEvent(ConnectivityMetricsEvent connectivityMetricsEvent) in logEvent() method in NetworkWatchlistServiceTests.TestIIpConnectivityMetrics
/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DCountMetricProducer_test.cpp46 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 DEventMetricProducer_test.cpp44 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 DWatchdogRollbackLogger.java193 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 DPropertyListAdapter.java163 PropertyListEventListener(TextView logEvent, ScrollView scrollView) { in PropertyListEventListener()
/aosp12/packages/modules/StatsD/statsd/tests/state/
H A DStateTracker_test.cpp79 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 DStatsPuller_test.cpp69 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 DOneHandedUiEventLogger.java204 private void logEvent(int event) { in logEvent() method in OneHandedUiEventLogger
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
H A DInteractAcrossProfilesDetails.java161 private void logEvent(int eventId) { in logEvent() method in InteractAcrossProfilesDetails
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityMetrics.java307 public int logEvent(ConnectivityMetricsEvent event) { in logEvent() method in IpConnectivityMetrics.Impl

12