/ohos5.0/foundation/multimodalinput/input/test/fuzztest/getdisplaybindinfo_fuzzer/ |
H A D | getdisplaybindinfo_fuzzer.cpp | 65 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 D | changelogs-device-status.md | 29 …inputDeviceId: number, callback: AsyncCallback<void>): void; | 使用cooperate.activateCooperate… 30 …inputDeviceId: number): Promise<void>; | 使用cooperate.activateCooperate启动键鼠穿越。 …
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_display_bind_helper.h | 61 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 D | input_display_bind_helper.cpp | 177 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 D | js-apis-devicestatus-cooperate-sys.md | 220 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<void>; 990 | inputDeviceId | number | 是 | 待穿越输入设备标识符。 | 1015 let inputDeviceId = 0; [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.1/ |
H A D | changelogs-device-status.md | 29 …inputDeviceId: number, callback: AsyncCallback<void>): void; | **cooperate.activateCooperate… 30 …inputDeviceId: number): Promise<void>; | **cooperate.activateCooperate** is used to start sc…
|
/ohos5.0/foundation/multimodalinput/input/examples/input_device_display_bind/src/ |
H A D | input_device_display_bind.cpp | 71 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 D | js-apidiff-msdp.md | 16 …类名: 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 D | js-apidiff-msdp.md | 7 |新增|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 D | js-apis-devicestatus-cooperate-sys.md | 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(() => { 959 let inputDeviceId = 0; 961 cooperate.activate(targetNetworkId, inputDeviceId, (error: BusinessError) => { 975 activate(targetNetworkId: string, inputDeviceId: number): Promise<void>; 1015 let inputDeviceId = 0; [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/ |
H A D | searchProfileConnStateById.ets | 30 @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 D | searchProfileConnStateById.ets | 28 @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 D | sppClientBandWidthBenchmarkTest.ets | 46 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 D | sppClientVelocityBenchmarkTest.ets | 47 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 D | sppClientBandWidthBenchmarkTestManager.ets | 47 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 D | sppClientVelocityBenchmarkTestManager.ets | 49 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 D | distributed_input_source_manager.cpp | 280 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 D | js-apidiff-msdp.md | 16 …>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 D | js-apidiff-msdp.md | 7 …>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 D | window_info.h | 493 int32_t inputDeviceId { -1 };
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/ |
H A D | sppClientInterface.ets | 26 let deviceId: string = AppStorage.get('inputDeviceId') ! 62 let deviceId: string = AppStorage.get('inputDeviceId') !
|
H A D | sppClientManagerInterface.ets | 26 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 D | sppClientTest.ets | 69 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 D | sppClientManager.ets | 70 AppStorage.setOrCreate('inputDeviceId' , this.deviceId); 91 AppStorage.setOrCreate('inputDeviceId' , str)
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/ |
H A D | distributed_input_sourcemanager_test.cpp | 313 … 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);
|