Home
last modified time | relevance | path

Searched refs:PERIODIC_COLLECTION (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp111 case EventType::PERIODIC_COLLECTION: in toString()
146 case EventType::PERIODIC_COLLECTION: in toProtoEventType()
147 return PerformanceProfilerDump::PERIODIC_COLLECTION; in toProtoEventType()
232 .eventType = EventType::PERIODIC_COLLECTION, in start()
388 if (mCurrCollectionEvent != EventType::PERIODIC_COLLECTION && in onUserStateChange()
399 if (mCurrCollectionEvent != EventType::PERIODIC_COLLECTION) { in onUserStateChange()
492 toString(EventType::PERIODIC_COLLECTION), toString(mCurrCollectionEvent)); in onShutdownEnter()
743 if (mCurrCollectionEvent == EventType::PERIODIC_COLLECTION) { in switchToPeriodicLocked()
750 mCurrCollectionEvent = EventType::PERIODIC_COLLECTION; in switchToPeriodicLocked()
753 mHandlerLooper->sendMessage(thiz, EventType::PERIODIC_COLLECTION); in switchToPeriodicLocked()
[all …]
DWatchdogPerfService.h163 PERIODIC_COLLECTION, enumerator
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp275 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in startPeriodicCollection()
455 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
516 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
613 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
630 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
749 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
806 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
929 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
989 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
1058 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::PERIODIC_COLLECTION) in TEST_F()
[all …]
/packages/services/Car/service/proto/android/car/watchdog/
Dcarwatchdog_daemon_dump.proto38 PERIODIC_COLLECTION = 4; enumerator