Home
last modified time | relevance | path

Searched refs:onLogEvent (Results 1 – 24 of 24) sorted by relevance

/packages/modules/StatsD/statsd/tests/state/
DStateTracker_test.cpp131 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/
DDataCorruptionReason_test.cpp210 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()
DStatsLogProcessor_test.cpp72 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/
DStateManager.cpp43 void StateManager::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::StateManager
51 mStateTrackers[event.GetTagId()]->onLogEvent(event); in onLogEvent()
DStateManager.h52 void onLogEvent(const LogEvent& event);
DStateTracker.h40 void onLogEvent(const LogEvent& event);
DStateTracker.cpp31 void StateTracker::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::StateTracker
/packages/modules/StatsD/statsd/tests/shell/
DShellSubscriber_test.cpp189 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/
DCombinationAtomMatchingTracker.cpp141 void CombinationAtomMatchingTracker::onLogEvent( in onLogEvent() function in android::os::statsd::CombinationAtomMatchingTracker
160 child->onLogEvent(event, childIndex, allAtomMatchingTrackers, matcherResults, in onLogEvent()
DEventMatcherWizard.cpp28 mAllEventMatchers[matcherIndex]->onLogEvent(event, matcherIndex, mAllEventMatchers, in matchLogEvent()
DCombinationAtomMatchingTracker.h45 void onLogEvent(const LogEvent& event, int matcherIndex,
DSimpleAtomMatchingTracker.h47 void onLogEvent(const LogEvent& event, int matcherIndex,
DAtomMatchingTracker.h79 virtual void onLogEvent(const LogEvent& event, int matcherIndex,
DSimpleAtomMatchingTracker.cpp78 void SimpleAtomMatchingTracker::onLogEvent( in onLogEvent() function in android::os::statsd::SimpleAtomMatchingTracker
/packages/modules/StatsD/statsd/src/shell/
DShellSubscriber.cpp129 void ShellSubscriber::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::ShellSubscriber
141 (*clientIt)->onLogEvent(event); in onLogEvent()
DShellSubscriber.h73 void onLogEvent(const LogEvent& event);
DShellSubscriberClient.h74 void onLogEvent(const LogEvent& event);
DShellSubscriberClient.cpp203 void ShellSubscriberClient::onLogEvent(const LogEvent& event) { in onLogEvent() function in android::os::statsd::ShellSubscriberClient
/packages/modules/StatsD/statsd/tests/metrics/
DNumericValueMetricProducer_test.cpp4067 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/
DMetricsManager.h60 virtual void onLogEvent(const LogEvent& event);
DMetricsManager.cpp548 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/
DStatsService.cpp259 mShellSubscriber->onLogEvent(*event); in readLogs()
1179 mShellSubscriber->onLogEvent(*event); in OnLogEvent()
DStatsLogProcessor.cpp436 StateManager::getInstance().onLogEvent(*event); in OnLogEvent()
481 pair.second->onLogEvent(*event); in OnLogEvent()
/packages/modules/StatsD/statsd/tests/metrics/parsing_utils/
Dconfig_update_utils_test.cpp2149 StateManager::getInstance().onLogEvent(*event); in TEST_F()