Searched refs:support_labels (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
D | manager_env.py | 167 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:
|
D | env_pool.py | 150 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/ |
D | manager_lite.py | 51 self.support_labels = ["ipcamera", "wifiiot", "watchGT"]
|
D | manager_device.py | 66 self.support_labels = ["phone", "watch", "car", "tv", "tablet", "ivi"]
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | interface.py | 53 support_labels = [] variable in IDeviceManager
|