Searched refs:BOOT_TIME_COLLECTION (Results 1 – 4 of 4) sorted by relevance
109 case EventType::BOOT_TIME_COLLECTION: in toString()144 case EventType::BOOT_TIME_COLLECTION: in toProtoEventType()145 return PerformanceProfilerDump::BOOT_TIME_COLLECTION; in toProtoEventType()228 .eventType = EventType::BOOT_TIME_COLLECTION, in start()267 mCurrCollectionEvent = EventType::BOOT_TIME_COLLECTION; in start()271 EventType::BOOT_TIME_COLLECTION); in start()347 if (EventType expected = EventType::BOOT_TIME_COLLECTION; mCurrCollectionEvent != expected) { in onBootFinished()369 if (mCurrCollectionEvent == EventType::BOOT_TIME_COLLECTION || in onUserStateChange()771 case static_cast<int>(EventType::BOOT_TIME_COLLECTION): in handleMessage()910 case EventType::BOOT_TIME_COLLECTION: in collectLocked()[all …]
162 BOOT_TIME_COLLECTION, enumerator
351 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::BOOT_TIME_COLLECTION) in TEST_F()401 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::BOOT_TIME_COLLECTION) in TEST_F()419 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::BOOT_TIME_COLLECTION) in TEST_F()444 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::BOOT_TIME_COLLECTION) in TEST_F()715 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::BOOT_TIME_COLLECTION) in TEST_F()731 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::BOOT_TIME_COLLECTION) in TEST_F()816 for (int eventInt = EventType::BOOT_TIME_COLLECTION; eventInt < EventType::PERIODIC_MONITOR; in TEST_F()1511 ASSERT_EQ(mServicePeer->getCurrCollectionEvent(), EventType::BOOT_TIME_COLLECTION) in TEST_F()
37 BOOT_TIME_COLLECTION = 3; enumerator