Lines Matching refs:inputDeviceId
188 activateCooperate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback<void&g…
201 | inputDeviceId | number | Yes | Identifier of the input device for screen ho…
220 let inputDeviceId = 0;
222 cooperate.activateCooperate(targetNetworkId, inputDeviceId, (error: BusinessError) => {
236 activateCooperate(targetNetworkId: string, inputDeviceId: number): Promise<void>;
249 | inputDeviceId | number | Yes | Identifier of the input device for screen hopping. |
273 let inputDeviceId = 0;
275 cooperate.activateCooperate(targetNetworkId, inputDeviceId).then(() => {
926 activate(targetNetworkId: string, inputDeviceId: number, callback: AsyncCallback<void>): void;
941 | inputDeviceId | number | Yes | Identifier of the input device for screen …
959 let inputDeviceId = 0;
961 cooperate.activate(targetNetworkId, inputDeviceId, (error: BusinessError) => {
975 activate(targetNetworkId: string, inputDeviceId: number): Promise<void>;
990 | inputDeviceId | number | Yes | Identifier of the input device for screen …
1015 let inputDeviceId = 0;
1017 cooperate.activate(targetNetworkId, inputDeviceId).then(() => {