Lines Matching refs:ReportMsg
24 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
84 self.report_msg = ReportMsg.TestReportMessage()
91 self.report_msg.test_type = ReportMsg.VTS_HOST_DRIVEN_STRUCTURAL
239 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
266 profiling_msg.type = ReportMsg.VTS_PROFILING_TYPE_TIMESTAMP
282 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
328 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
344 name, labels, values, ReportMsg.VTS_PROFILING_TYPE_LABELED_VECTOR,
354 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
369 name, None, values, ReportMsg.VTS_PROFILING_TYPE_UNLABELED_VECTOR,
441 msg.test_result = ReportMsg.TEST_CASE_RESULT_FAIL
457 post_msg = ReportMsg.DashboardPostMessage()