Searched refs:aMetricName (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DPerformanceImpl.h76 STDMETHOD(COMGETTER(MetricName)) (BSTR *aMetricName);
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp848 STDMETHODIMP PerformanceMetric::COMGETTER(MetricName)(BSTR *aMetricName) argument
853 m.name.cloneTo(aMetricName);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h14695 #define IPerformanceMetric_get_MetricName(p, aMetricName) ((p)->lpVtbl->GetMetricName(p, aMetricName))
14696 #define IPerformanceMetric_GetMetricName(p, aMetricName) ((p)->lpVtbl->GetMetricName(p, aMetricName))

Completed in 2935 milliseconds