Lines Matching refs:mreport
46 MockMmMetricsReporter mreport; in TEST() local
67 mreport.setBasePath(data_path0); in TEST()
68 mreport.aggregatePixelMmMetricsPer5Min(); in TEST()
69 mreport.aggregatePixelMmMetricsPer5Min(); in TEST()
70 mreport.aggregatePixelMmMetricsPer5Min(); in TEST()
71 mreport.setBasePath(data_path1); in TEST()
72 mreport.aggregatePixelMmMetricsPer5Min(); in TEST()
73 mreport.aggregatePixelMmMetricsPer5Min(); in TEST()
74 mreport.aggregatePixelMmMetricsPer5Min(); in TEST()
77 mreport.setBasePath(data_path0); in TEST()
78 values = mreport.genPixelMmMetricsPerHour(); in TEST()
99 MockMmMetricsReporter mreport; in TEST() local
107 mreport.setBasePath(data_path0); in TEST()
108 values = mreport.genPixelMmMetricsPerDay(); in TEST()
115 mreport.setBasePath(data_path1); in TEST()
116 values = mreport.genPixelMmMetricsPerDay(); in TEST()