Searched refs:toIPerformanceMetric (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DPerformanceImpl.h191 HRESULT toIPerformanceMetric(pm::Metric *src, IPerformanceMetric **dst);
192 HRESULT toIPerformanceMetric(pm::BaseMetric *src, IPerformanceMetric **dst);
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp290 HRESULT PerformanceCollector::toIPerformanceMetric(pm::Metric *src, IPerformanceMetric **dst) function in class:PerformanceCollector
301 HRESULT PerformanceCollector::toIPerformanceMetric(pm::BaseMetric *src, IPerformanceMetric **dst) function in class:PerformanceCollector
407 rc = toIPerformanceMetric(*it, &retMetrics[i++]);
448 rc = toIPerformanceMetric(*it, &retMetrics[i++]);
489 rc = toIPerformanceMetric(*it, &retMetrics[i++]);

Completed in 2759 milliseconds