Home
last modified time | relevance | path

Searched refs:inputDeviceId (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/multimodalinput/input/test/fuzztest/getdisplaybindinfo_fuzzer/
H A Dgetdisplaybindinfo_fuzzer.cpp65 int32_t inputDeviceId; in GetDisplayBindInfoFuzzTest() local
66 startPos += GetObject<int32_t>(inputDeviceId, data + startPos, size - startPos); in GetDisplayBindInfoFuzzTest()
67 displayBindInfo.inputDeviceId = inputDeviceId; in GetDisplayBindInfoFuzzTest()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.1/
H A Dchangelogs-device-status.md29inputDeviceId: number, callback: AsyncCallback&lt;void&gt;): void; | 使用cooperate.activateCooperate…
30inputDeviceId: number): Promise&lt;void&gt;; | 使用cooperate.activateCooperate启动键鼠穿越。 …
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_display_bind_helper.h61 int32_t GetBindDisplayIdByInputDevice(int32_t inputDeviceId) const;
62 std::string GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const;
77 std::string GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const;
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp177 int32_t BindInfos::GetBindDisplayIdByInputDevice(int32_t inputDeviceId) const in GetBindDisplayIdByInputDevice()
180 if (item.GetInputDeviceId() == inputDeviceId) { in GetBindDisplayIdByInputDevice()
189 std::string BindInfos::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const in GetBindDisplayNameByInputDevice()
192 if (item.GetInputDeviceId() == inputDeviceId) { in GetBindDisplayNameByInputDevice()
334 std::string InputDisplayBindHelper::GetBindDisplayNameByInputDevice(int32_t inputDeviceId) const in GetBindDisplayNameByInputDevice()
338 return infos_->GetBindDisplayNameByInputDevice(inputDeviceId); in GetBindDisplayNameByInputDevice()
570 .inputDeviceId = item.GetInputDeviceId(), in GetDisplayBindInfo()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-distributedservice-kit/
H A Djs-apis-devicestatus-cooperate-sys.md220 let inputDeviceId = 0;
249 | inputDeviceId | number | 是 | 待穿越输入设备标识符。 |
273 let inputDeviceId = 0;
275 cooperate.activateCooperate(targetNetworkId, inputDeviceId).then(() => {
941 | inputDeviceId | number | 是 | 待穿越输入设备标识符。 |
959 let inputDeviceId = 0;
961 cooperate.activate(targetNetworkId, inputDeviceId, (error: BusinessError) => {
975 activate(targetNetworkId: string, inputDeviceId: number): Promise&lt;void&gt;;
990 | inputDeviceId | number | 是 | 待穿越输入设备标识符。 |
1015 let inputDeviceId = 0;
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.1/
H A Dchangelogs-device-status.md29inputDeviceId: number, callback: AsyncCallback&lt;void&gt;): void; | **cooperate.activateCooperate…
30inputDeviceId: number): Promise&lt;void&gt;; | **cooperate.activateCooperate** is used to start sc…
/ohos5.0/foundation/multimodalinput/input/examples/input_device_display_bind/src/
H A Dinput_device_display_bind.cpp71 arr[1] = (info.inputDeviceId == -1) ? "" : std::to_string(info.inputDeviceId); in main()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-msdp.md16 …类名: cooperate<br>方法 or 属性: function activate(targetNetworkId: string, inputDeviceId: number, callb…
17 …类名: cooperate<br>方法 or 属性: function activate(targetNetworkId: string, inputDeviceId: number): Prom…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-msdp.md7 |新增|NA|类名:cooperate;<br>方法or属性:function activate(targetNetworkId: string, inputDeviceId: number, ca…
8 |新增|NA|类名:cooperate;<br>方法or属性:function activate(targetNetworkId: string, inputDeviceId: number): P…
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/
H A Djs-apis-devicestatus-cooperate-sys.md220 let inputDeviceId = 0;
222 cooperate.activateCooperate(targetNetworkId, inputDeviceId, (error: BusinessError) => {
236 activateCooperate(targetNetworkId: string, inputDeviceId: number): Promise&lt;void&gt;;
249 | inputDeviceId | number | Yes | Identifier of the input device for screen hopping. |
273 let inputDeviceId = 0;
275 cooperate.activateCooperate(targetNetworkId, inputDeviceId).then(() => {
959 let inputDeviceId = 0;
961 cooperate.activate(targetNetworkId, inputDeviceId, (error: BusinessError) => {
975 activate(targetNetworkId: string, inputDeviceId: number): Promise&lt;void&gt;;
1015 let inputDeviceId = 0;
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/
H A DsearchProfileConnStateById.ets30 @State deviceId: string = AppStorage.get('inputDeviceId') !;
41 AppStorage.setOrCreate('inputDeviceId' , str)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/
H A DsearchProfileConnStateById.ets28 @State deviceId: string = AppStorage.get('inputDeviceId');
39 AppStorage.setOrCreate('inputDeviceId' , str)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTest/
H A DsppClientBandWidthBenchmarkTest.ets46 AppStorage.setOrCreate('inputDeviceId' , this.deviceId);
81 AppStorage.setOrCreate('inputDeviceId' , str)
318 let deviceId: string = AppStorage.get('inputDeviceId') !
319 console.log('bluetoothModel sppConnect inputDeviceId: ' + deviceId);
H A DsppClientVelocityBenchmarkTest.ets47 AppStorage.setOrCreate('inputDeviceId' , this.deviceId);
82 AppStorage.setOrCreate('inputDeviceId' , str)
376 let deviceId: string = AppStorage.get('inputDeviceId') !
377 console.log('bluetoothModel sppConnect inputDeviceId: ' + deviceId);
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTestManager/
H A DsppClientBandWidthBenchmarkTestManager.ets47 AppStorage.setOrCreate('inputDeviceId' , this.deviceId);
82 AppStorage.setOrCreate('inputDeviceId' , str)
318 let deviceId: string = AppStorage.get('inputDeviceId') !
319 console.log('bluetoothModelManager sppConnect inputDeviceId: ' + deviceId);
H A DsppClientVelocityBenchmarkTestManager.ets49 AppStorage.setOrCreate('inputDeviceId' , this.deviceId);
84 AppStorage.setOrCreate('inputDeviceId' , str)
372 let deviceId: string = AppStorage.get('inputDeviceId') !
373 console.log('bluetoothModelManager sppConnect inputDeviceId: ' + deviceId);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp280 InputDeviceId inputDeviceId {devId, dhId, GetNodeDesc(parameters)}; in RegisterDistributedHardware() local
283 auto it = std::find(inputDevice_.begin(), inputDevice_.end(), inputDeviceId); in RegisterDistributedHardware()
307 …DHLOGI("inputDevice push deviceId: %{public}s, dhId: %{public}s", GetAnonyString(inputDeviceId.dev… in RegisterDistributedHardware()
308 GetAnonyString(inputDeviceId.dhId).c_str()); in RegisterDistributedHardware()
309 inputDevice_.push_back(inputDeviceId); in RegisterDistributedHardware()
386 const InputDeviceId &inputDeviceId, std::vector<InputDeviceId>::iterator &it) in CheckDeviceIsExists() argument
389 if (it->devId == inputDeviceId.devId && it->dhId == inputDeviceId.dhId) { in CheckDeviceIsExists()
452 InputDeviceId inputDeviceId {devId, dhId}; in UnregisterDistributedHardware() local
454 if (CheckDeviceIsExists(devId, dhId, inputDeviceId, it) != DH_SUCCESS) { in UnregisterDistributedHardware()
1493 InputDeviceId inputDeviceId {deviceId, dhId}; in RemoveInputDeviceId() local
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-msdp.md16 …>Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number, callb…
17 …>Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number): Prom…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-msdp.md7 …>Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number, callb…
8 …>Method or attribute name: function activate(targetNetworkId: string, inputDeviceId: number): Prom…
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dwindow_info.h493 int32_t inputDeviceId { -1 };
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DsppClientInterface.ets26 let deviceId: string = AppStorage.get('inputDeviceId') !
62 let deviceId: string = AppStorage.get('inputDeviceId') !
H A DsppClientManagerInterface.ets26 let deviceId: string = AppStorage.get('inputDeviceId') !
62 let deviceId: string = AppStorage.get('inputDeviceId') !
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subSppTest/
H A DsppClientTest.ets69 AppStorage.setOrCreate('inputDeviceId' , this.deviceId);
90 AppStorage.setOrCreate('inputDeviceId' , str)
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subSppTestManager/
H A DsppClientManager.ets70 AppStorage.setOrCreate('inputDeviceId' , this.deviceId);
91 AppStorage.setOrCreate('inputDeviceId' , str)
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp313 … DistributedInputSourceManager::InputDeviceId inputDeviceId {devId, dhId, GetNodeDesc(parameters)}; variable
314 sourceManager_->inputDevice_.push_back(inputDeviceId);
323 DistributedInputSourceManager::InputDeviceId inputDeviceId {devId, dhId}; variable
324 sourceManager_->inputDevice_.push_back(inputDeviceId);
389 DistributedInputSourceManager::InputDeviceId inputDeviceId {devId, dhId}; variable
390 sourceManager_->inputDevice_.push_back(inputDeviceId);
392 int32_t ret = sourceManager_->CheckDeviceIsExists(devId, dhId, inputDeviceId, it);
1605 DistributedInputSourceManager::InputDeviceId inputDeviceId {deviceId, dhId}; variable
1606 sourceManager_->inputDevice_.push_back(inputDeviceId);

12