Home
last modified time | relevance | path

Searched refs:CUSTOM_START (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/evs/manager/1.1/stats/
DStatsCollector.cpp69 case CollectionEvent::CUSTOM_START: in handleMessage()
75 if (mCurrentCollectionEvent != CollectionEvent::CUSTOM_START) { in handleMessage()
304 mCurrentCollectionEvent = CollectionEvent::CUSTOM_START; in startCustomCollection()
305 mLooper->sendMessage(this, CollectionEvent::CUSTOM_START); in startCustomCollection()
314 if (mCurrentCollectionEvent == CollectionEvent::CUSTOM_START) { in stopCustomCollection()
412 case CollectionEvent::CUSTOM_START: in toString()
DStatsCollector.h45 CUSTOM_START, enumerator