/packages/modules/StatsD/statsd/tests/state/ |
D | StateTracker_test.cpp | 131 mgr.onLogEvent(*event); in TEST() 141 mgr.onLogEvent(*event); in TEST() 151 mgr.onLogEvent(*event); in TEST() 161 mgr.onLogEvent(*event); in TEST() 260 mgr.onLogEvent(*event1); in TEST() 268 mgr.onLogEvent(*event2); in TEST() 273 mgr.onLogEvent(*event3); in TEST() 278 mgr.onLogEvent(*event4); in TEST() 302 mgr.onLogEvent(*event1); in TEST() 314 mgr.onLogEvent(*event2); in TEST() [all …]
|
/packages/modules/StatsD/statsd/tests/ |
D | DataCorruptionReason_test.cpp | 210 mMetricsManager->onLogEvent(*eventSocketLossReported.get()); in TEST_P() 228 mMetricsManager->onLogEvent(*eventSocketLossReported.get()); in TEST_P() 235 mMetricsManager->onLogEvent(*usedEventSocketLossReported.get()); in TEST_P() 251 mMetricsManager->onLogEvent(*usedEventSocketLossReported.get()); in TEST_P() 266 mMetricsManager->onLogEvent(*usedEventSocketLossReported.get()); in TEST_P() 282 mMetricsManager->onLogEvent(*usedEventSocketLossReported.get()); in TEST_P()
|
D | StatsLogProcessor_test.cpp | 72 MOCK_METHOD(void, onLogEvent, (const LogEvent& event), (override)); 213 MOCK_METHOD(void, onLogEvent, (const LogEvent& event), (override)); 2228 EXPECT_CALL(*metricsManager, onLogEvent).Times(0); in TEST_F() 2243 EXPECT_CALL(*metricsManager, onLogEvent).Times(1); in TEST_F()
|
/packages/modules/StatsD/statsd/src/state/ |
D | StateManager.cpp | 43 void StateManager::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::StateManager 51 mStateTrackers[event.GetTagId()]->onLogEvent(event); in onLogEvent()
|
D | StateManager.h | 52 void onLogEvent(const LogEvent& event);
|
D | StateTracker.h | 40 void onLogEvent(const LogEvent& event);
|
D | StateTracker.cpp | 31 void StateTracker::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::StateTracker
|
/packages/modules/StatsD/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 189 shellManager->onLogEvent(*event); in runShellTest() 415 shellSubscriber.onLogEvent(*CreateScreenStateChangedEvent( in TEST_F() 430 shellSubscriber.onLogEvent(*CreateScreenStateChangedEvent( in TEST_F() 437 shellSubscriber.onLogEvent(*createTestAtomReportedEvent(/*timestampNs=*/1100, in TEST_F() 471 shellSubscriber.onLogEvent(*CreateScreenStateChangedEvent( in TEST_F() 540 shellSubscriber.onLogEvent(*CreateScreenStateChangedEvent( in TEST_F() 563 shellSubscriber.onLogEvent(*CreateScreenStateChangedEvent( in TEST_F() 613 shellSubscriber.onLogEvent(*CreatePhoneSignalStrengthChangedEvent( in TEST_F() 932 shellManager->onLogEvent(*event); in TEST()
|
/packages/modules/StatsD/statsd/src/matchers/ |
D | CombinationAtomMatchingTracker.cpp | 141 void CombinationAtomMatchingTracker::onLogEvent( in onLogEvent() function in android::os::statsd::CombinationAtomMatchingTracker 160 child->onLogEvent(event, childIndex, allAtomMatchingTrackers, matcherResults, in onLogEvent()
|
D | EventMatcherWizard.cpp | 28 mAllEventMatchers[matcherIndex]->onLogEvent(event, matcherIndex, mAllEventMatchers, in matchLogEvent()
|
D | CombinationAtomMatchingTracker.h | 45 void onLogEvent(const LogEvent& event, int matcherIndex,
|
D | SimpleAtomMatchingTracker.h | 47 void onLogEvent(const LogEvent& event, int matcherIndex,
|
D | AtomMatchingTracker.h | 79 virtual void onLogEvent(const LogEvent& event, int matcherIndex,
|
D | SimpleAtomMatchingTracker.cpp | 78 void SimpleAtomMatchingTracker::onLogEvent( in onLogEvent() function in android::os::statsd::SimpleAtomMatchingTracker
|
/packages/modules/StatsD/statsd/src/shell/ |
D | ShellSubscriber.cpp | 129 void ShellSubscriber::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::ShellSubscriber 141 (*clientIt)->onLogEvent(event); in onLogEvent()
|
D | ShellSubscriber.h | 73 void onLogEvent(const LogEvent& event);
|
D | ShellSubscriberClient.h | 74 void onLogEvent(const LogEvent& event);
|
D | ShellSubscriberClient.cpp | 203 void ShellSubscriberClient::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::ShellSubscriberClient
|
/packages/modules/StatsD/statsd/tests/metrics/ |
D | NumericValueMetricProducer_test.cpp | 4067 StateManager::getInstance().onLogEvent(*screenEvent); in TEST() 4100 StateManager::getInstance().onLogEvent(*screenEvent); in TEST() 4142 StateManager::getInstance().onLogEvent(*screenEvent); in TEST() 4341 StateManager::getInstance().onLogEvent(*screenEvent); in TEST() 4374 StateManager::getInstance().onLogEvent(*screenEvent); in TEST() 4407 StateManager::getInstance().onLogEvent(*screenEvent); in TEST() 4439 StateManager::getInstance().onLogEvent(*screenEvent); in TEST() 4675 StateManager::getInstance().onLogEvent(*uidProcessEvent); in TEST() 4683 StateManager::getInstance().onLogEvent(*uidProcessEvent); in TEST() 4713 StateManager::getInstance().onLogEvent(*uidProcessEvent); in TEST() [all …]
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | MetricsManager.h | 60 virtual void onLogEvent(const LogEvent& event);
|
D | MetricsManager.cpp | 548 void MetricsManager::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::MetricsManager 612 mAllAtomMatchingTrackers[matcherIndex]->onLogEvent(event, matcherIndex, in onLogEvent()
|
/packages/modules/StatsD/statsd/src/ |
D | StatsService.cpp | 259 mShellSubscriber->onLogEvent(*event); in readLogs() 1179 mShellSubscriber->onLogEvent(*event); in OnLogEvent()
|
D | StatsLogProcessor.cpp | 436 StateManager::getInstance().onLogEvent(*event); in OnLogEvent() 481 pair.second->onLogEvent(*event); in OnLogEvent()
|
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/ |
D | config_update_utils_test.cpp | 2149 StateManager::getInstance().onLogEvent(*event); in TEST_F()
|