Home
last modified time | relevance | path

Searched refs:REPORTER (Results 1 – 6 of 6) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/
Dplugin.py79 REPORTER = "reporter" variable in Plugin
89 REPORTER: [IReporter]
/test/testfwk/developer_test/libs/benchmark/report/
Dbenchmark_reporter.py32 @Plugin(type=Plugin.REPORTER, id=TestType.benchmark)
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dlistener.py321 reporter = get_plugin(plugin_type=Plugin.REPORTER,
324 reporter = get_plugin(plugin_type=Plugin.REPORTER,
/test/testfwk/xdevice/src/xdevice/
D__init__.py280 Plugin.REPORTER]
/test/testfwk/developer_test/src/core/command/
Drun.py303 report = get_plugin(plugin_type=Plugin.REPORTER, plugin_id="ALL")[0]
/test/testfwk/xdevice/src/xdevice/_core/report/
Dresult_reporter.py90 @Plugin(type=Plugin.REPORTER, id=TestType.all)