Lines Matching refs:hardware

3 …capability of controlling distributed hardware, including pausing, resuming, and stopping the dist…
19 Represents the distributed hardware information.
25 …ardwareType](#distributedhardwaretype) | Yes | Type of the distributed hardware.<br>**Required pe…
30 Enumerates the types of the distributed hardware.
46 Enumerates the error codes used for the distributed hardware.
52 | ERR_CODE_DISTRIBUTED_HARDWARE_NOT_STARTED | 24200101 | The distributed hardware is not started. |
59 Pauses the distributed hardware service on the controlled device. This API uses a promise to return…
84 | 24200101 | The specified distributed hardware is not started. |
99 console.log('pause distributed hardware successfully');
101 console.error('pause distributed hardware failed, cause:' + error);
103 console.log('pause distributed hardware successfully');
105 console.error('pause distributed hardware failed:' + error);
113 Resumes the distributed hardware service on the controlled device. This API uses a promise to retur…
138 | 24200101 | The specified distributed hardware is not started. |
153 console.log('resume distributed hardware successfully');
155 console.error('resume distributed hardware failed, cause:' + error);
157 console.log('resume distributed hardware successfully');
159 console.error('resume distributed hardware failed:' + error);
169 Stops the distributed hardware service on the controlled device. This API uses a promise to return …
194 | 24200101 | The specified distributed hardware is not started. |
209 console.log('stop distributed hardware successfully');
211 console.error('stop distributed hardware failed, cause:' + error);
213 console.log('stop distributed hardware successfully');
215 console.error('stop distributed hardware failed:' + error);