Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/
Dconstants.py31 SCHEDULER = "Scheduler" variable in SchedulerType
36 return SchedulerType.SCHEDULER
/test/testfwk/xdevice/src/xdevice/_core/
Dplugin.py71 SCHEDULER = "scheduler" variable in Plugin
82 SCHEDULER: [IScheduler],
/test/testfwk/developer_test/src/core/command/
Drun.py190 scheduler = get_plugin(plugin_type=Plugin.SCHEDULER,
191 plugin_id=SchedulerType.SCHEDULER)[0]
268 scheduler = get_plugin(plugin_type=Plugin.SCHEDULER,
269 plugin_id=SchedulerType.SCHEDULER)[0]
/test/testfwk/xdevice/src/xdevice/
D__init__.py278 plugins = [Plugin.SCHEDULER, Plugin.DRIVER, Plugin.DEVICE, Plugin.LOG,
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py518 scheduler = get_plugin(plugin_type=Plugin.SCHEDULER,
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dscheduler.py84 @Plugin(type=Plugin.SCHEDULER, id=SchedulerType.scheduler)