Searched refs:PERIODIC_COLLECTION (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogPerfService.cpp | 111 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 …]
|
D | WatchdogPerfService.h | 163 PERIODIC_COLLECTION, enumerator
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogPerfServiceTest.cpp | 275 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/ |
D | carwatchdog_daemon_dump.proto | 38 PERIODIC_COLLECTION = 4; enumerator
|