Home
last modified time | relevance | path

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

12

/packages/modules/StatsD/statsd/tests/
DSocketListener_test.cpp98 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 …]
DLogEvent_test.cpp51 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 …]
Dstatsd_test_util.cpp727 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 …]
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()
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()
DStatsLogProcessor_test.cpp1899 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/
DDbUtils_test.cpp77 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/
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
/packages/modules/StatsD/statsd/benchmark/
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
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/ime/
DWatchdog.java56 public void logEvent(String s) { in logEvent() method in Watchdog
/packages/modules/Connectivity/framework/src/android/net/
DCaptivePortal.java168 public void logEvent(int eventId, @NonNull String packageName) { in logEvent() method in CaptivePortal
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSStats.java53 public boolean logEvent(ONSStatsInfo info) { in logEvent() method in ONSStats
/packages/modules/StatsD/statsd/src/utils/
DDbUtils.cpp60 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/
DCaptivePortalTest.java59 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/
DWatchdog.java58 public void logEvent(String s) { in logEvent() method in Watchdog
/packages/modules/StatsD/statsd/tests/log_event/
DLogEventQueue_test.cpp42 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in makeLogEvent() local
/packages/modules/StatsD/statsd/src/socket/
DStatsSocketListener.cpp136 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(uid, pid); in processMessage() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DActiveGestureErrorDetector.java60 GestureEvent(boolean logEvent, boolean trackEvent) { in GestureEvent()
/packages/modules/StatsD/framework/java/android/util/
DStatsLog.java381 public static boolean logEvent(int label) { in logEvent() method in StatsLog
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
DPropertyListAdapter.java161 PropertyListEventListener(TextView logEvent, ScrollView scrollView) { in PropertyListEventListener()
/packages/modules/StatsD/statsd/tests/metrics/
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()
DRestrictedEventMetricProducer_test.cpp107 LogEvent logEvent(/*uid=*/0, /*pid=*/0); in TEST_F() local
/packages/modules/StatsD/statsd/tests/state/
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
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarNavButtonController.java266 private void logEvent(StatsLogManager.LauncherEvent event) { in logEvent() method in TaskbarNavButtonController
/packages/modules/StatsD/statsd/tests/external/
DStatsPuller_test.cpp69 std::unique_ptr<LogEvent> logEvent = std::make_unique<LogEvent>(/*uid=*/0, /*pid=*/0); in createSimpleEvent() local
/packages/modules/StatsD/statsd/tests/e2e/
DRestrictedEventMetric_e2e_test.cpp190 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

12