Lines Matching refs:ReportMsg
23 from vts.proto import VtsReportMessage_pb2 as ReportMsg
77 self.report_msg = ReportMsg.TestReportMessage()
80 self.report_msg.test_type = ReportMsg.VTS_HOST_DRIVEN_STRUCTURAL
117 result: ReportMsg.TestCaseResult, the result of the current test or None.
195 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
222 profiling_msg.type = ReportMsg.VTS_PROFILING_TYPE_TIMESTAMP
238 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
284 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
300 name, labels, values, ReportMsg.VTS_PROFILING_TYPE_LABELED_VECTOR,
310 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
325 name, None, values, ReportMsg.VTS_PROFILING_TYPE_UNLABELED_VECTOR,
388 msg.test_result = ReportMsg.TEST_CASE_RESULT_FAIL
401 post_msg = ReportMsg.DashboardPostMessage()