Home
last modified time | relevance | path

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

/test/testfwk/xdevice/plugins/devicetest/controllers/tools/
H A Dscreen_agent.py34 class ScreenAgent: class
52 if instance_sn in ScreenAgent.SCREEN_AGENT_MAP:
53 return ScreenAgent.SCREEN_AGENT_MAP[instance_sn]
55 agent = ScreenAgent(_device)
56 ScreenAgent.SCREEN_AGENT_MAP[instance_sn] = agent
63 if _sn in ScreenAgent.SCREEN_AGENT_MAP:
64 ScreenAgent.SCREEN_AGENT_MAP[_sn].terminate()
65 del ScreenAgent.SCREEN_AGENT_MAP[_sn]
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py286 from devicetest.controllers.tools.screen_agent import ScreenAgent namespace
288 path, link = ScreenAgent.capture_step_picture(TimeHandler.get_now_datetime(), step_name, device)
H A Dtest_case.py59 from devicetest.controllers.tools.screen_agent import ScreenAgent namespace
142 ScreenAgent.screen_take_picture([device], False, "shot_on_fail")
858 ScreenAgent.screen_take_picture(args, False, func_name, is_raise_exception=is_raise_exception)
888 ScreenAgent.screen_take_picture(args, result, func.__name__, is_raise_exception=is_raise_exception)
904 ScreenAgent.screen_take_picture(args, result, func.__name__, is_raise_exception=is_raise_exception)

Completed in 4 milliseconds