Searched refs:EventTimer (Results 1 – 5 of 5) sorted by relevance
147 class EventTimer {149 explicit EventTimer(EventMetric<AttributeType>* metric) in EventTimer() function153 virtual ~EventTimer() { in ~EventTimer()
101 class MockEventTimer : public EventTimer<AttributeType> {105 : EventTimer<AttributeType>(metric) { in MockEventTimer()
75 EventTimer<status_t> get_key_request_timer(&metrics.mGetKeyRequestTimeUs); in TEST_F()76 EventTimer<status_t> provide_key_response_timer( in TEST_F()139 EventTimer<status_t> get_key_request_timer(&metrics.mGetKeyRequestTimeUs); in TEST_F()140 EventTimer<status_t> provide_key_response_timer( in TEST_F()
587 EventTimer<status_t> keyRequestTimer(&mMetrics->mGetKeyRequestTimeUs); in getKeyRequest()628 EventTimer<status_t> keyResponseTimer(&mMetrics->mProvideKeyResponseTimeUs); in provideKeyResponse()
734 EventTimer<status_t> keyRequestTimer(&mMetrics.mGetKeyRequestTimeUs); in getKeyRequest()806 EventTimer<status_t> keyResponseTimer(&mMetrics.mProvideKeyResponseTimeUs); in provideKeyResponse()