Home
last modified time | relevance | path

Searched refs:plugin_type (Results 1 – 9 of 9) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/
Dplugin.py95 self.plugin_type = str(args[0])
98 self.plugin_type = _param_dict.get("type")
136 interfaces = self._builtin_plugin.get(self.plugin_type, [])
144 _PLUGINS.setdefault((self.plugin_type, self.plugin_id), []).append(
147 _PLUGINS.setdefault((self.plugin_type, self.plugin_id), []).insert(
159 def get_plugin(plugin_type, plugin_id=None): argument
169 if key[0] != plugin_type:
173 if key[1] == plugin_type:
180 return _PLUGINS.get((plugin_type, plugin_id), [])
183 def set_plugin_params(plugin_type, plugin_id=None, **kwargs): argument
[all …]
Dutils.py558 if get_plugin(plugin_type=Plugin.TEST_KIT, plugin_id=kit_type):
560 get_plugin(plugin_type=Plugin.TEST_KIT, plugin_id=kit_type)[0]
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
Dmanager_lite.py55 device_lite = get_plugin(plugin_type=Plugin.DEVICE,
Dmanager_device.py225 plugin_type=Plugin.DEVICE,
/test/testfwk/developer_test/src/core/command/
Drun.py190 scheduler = get_plugin(plugin_type=Plugin.SCHEDULER,
268 scheduler = get_plugin(plugin_type=Plugin.SCHEDULER,
303 report = get_plugin(plugin_type=Plugin.REPORTER, plugin_id="ALL")[0]
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dlistener.py321 reporter = get_plugin(plugin_type=Plugin.REPORTER,
324 reporter = get_plugin(plugin_type=Plugin.REPORTER,
Drequest.py169 drivers = get_plugin(plugin_type=Plugin.DRIVER, plugin_id=plugin_id)
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py518 scheduler = get_plugin(plugin_type=Plugin.SCHEDULER,
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib.py226 device = get_plugin(plugin_type=Plugin.DEVICE, plugin_id=os_type)[0]