Home
last modified time | relevance | path

Searched refs:USER_SWITCH_COLLECTION (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp113 case EventType::USER_SWITCH_COLLECTION: in toString()
148 case EventType::USER_SWITCH_COLLECTION: in toProtoEventType()
149 return PerformanceProfilerDump::USER_SWITCH_COLLECTION; in toProtoEventType()
236 .eventType = EventType::USER_SWITCH_COLLECTION, in start()
379 toString(EventType::USER_SWITCH_COLLECTION), toString(mCurrCollectionEvent)); in onUserStateChange()
389 mCurrCollectionEvent != EventType::USER_SWITCH_COLLECTION) { in onUserStateChange()
391 toString(EventType::USER_SWITCH_COLLECTION), toString(mCurrCollectionEvent)); in onUserStateChange()
400 if (mCurrCollectionEvent != EventType::USER_SWITCH_COLLECTION) { in onUserStateChange()
402 toString(EventType::USER_SWITCH_COLLECTION), in onUserStateChange()
414 if (mCurrCollectionEvent != EventType::USER_SWITCH_COLLECTION) { in onUserStateChange()
[all …]
DWatchdogPerfService.h164 USER_SWITCH_COLLECTION, enumerator
DPerformanceProfiler.cpp766 outProto.start(UserSwitchStatsCollection::USER_SWITCH_COLLECTION); in onDumpProto()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp877 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
894 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
918 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
956 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
978 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
1007 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
1024 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
1048 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
1085 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
1094 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::USER_SWITCH_COLLECTION) in TEST_F()
[all …]
/packages/services/Car/service/proto/android/car/watchdog/
Dcarwatchdog_daemon_dump.proto39 USER_SWITCH_COLLECTION = 5; enumerator