Home
last modified time | relevance | path

Searched refs:support_labels (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/environment/
Dmanager_env.py167 support_labels = getattr(manager, "support_labels", [])
173 if not support_labels:
180 if support_labels and \
181 device_option.label not in support_labels:
211 support_labels = getattr(manager, "support_labels", [])
220 if support_labels and \
221 device_option.label not in support_labels:
Denv_pool.py150 support_labels = getattr(manager, "support_labels", [])
156 if not support_labels:
162 if support_labels and \
163 device_option.label not in support_labels:
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
Dmanager_lite.py51 self.support_labels = ["ipcamera", "wifiiot", "watchGT"]
Dmanager_device.py66 self.support_labels = ["phone", "watch", "car", "tv", "tablet", "ivi"]
/test/testfwk/xdevice/src/xdevice/_core/
Dinterface.py53 support_labels = [] variable in IDeviceManager