Lines Matching refs:ItsSession
29 from its.device import ItsSession
138 with ItsSession(camera_id, hidden_physical_id) as cam:
175 with ItsSession(camera_id) as cam:
355 with ItsSession() as cam:
374 with its.device.ItsSession() as cam:
397 result_key = ItsSession.RESULT_KEY
399 results[s] = {result_key: ItsSession.RESULT_NOT_EXECUTED}
585 results[scene][result_key] = (ItsSession.RESULT_PASS if passed
586 else ItsSession.RESULT_FAIL)
587 results[scene][ItsSession.SUMMARY_KEY] = summary_path
588 results[scene][ItsSession.START_TIME_KEY] = scene_start_time
589 results[scene][ItsSession.END_TIME_KEY] = scene_end_time