/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_service.cpp | 64 auto paired = linkedPairedList_.begin(); in OnProcessRelease() local 69 if ((*paired).first == process) { in OnProcessRelease() 80 ret = UnlinkProcessToEndpoint((*paired).first, (*paired).second); in OnProcessRelease() 90 paired++; in OnProcessRelease() 592 for (auto paired = linkedPairedList_.begin(); paired != linkedPairedList_.end(); paired++) { in ResetAudioEndpoint() local 595 if (UnlinkProcessToEndpoint(paired->first, paired->second) != SUCCESS) { in ResetAudioEndpoint() 618 for (auto paired = linkedPairedList_.begin(); paired != linkedPairedList_.end(); paired++) { in ReLinkProcessToEndpoint() local 639 paired->second.reset(); in ReLinkProcessToEndpoint() 646 linkedPairedList_.erase(paired); in ReLinkProcessToEndpoint() 832 paired.first->Dump(dumpString); in Dump() [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-sys.md | 21 Cancels a paired remote device.
|
H A D | js-apis-bluetooth-baseProfile.md | 61 …ndom MAC address remains unchanged after a device is paired successfully. It changes when the pair…
|
H A D | errorcode-bluetoothManager.md | 95 Check whether the number of paired devices reaches the threshold.
|
H A D | js-apis-bluetooth-connection.md | 356 Obtains the paired devices. 368 …paired Bluetooth devices. For security purposes, the device addresses obtained are random MAC addr… 1085 …ndom MAC address remains unchanged after a device is paired successfully. It changes when the pair…
|
H A D | js-apis-bluetooth-baseProfile-sys.md | 28 …PORTED | 0 | Default connection strategy to use when the device is not paired.<br>This is a syst…
|
H A D | js-apis-bluetoothManager-sys.md | 24 Cancels a paired remote device.
|
H A D | js-apis-bluetooth-connection-sys.md | 130 Cancels a paired device. This API uses an asynchronous callback to return the result. 178 Cancels a paired device. This API uses a promise to return the result.
|
H A D | js-apis-bluetooth-ble.md | 99 …ndom MAC address remains unchanged after a device is paired successfully. It changes when the pair… 1426 // Before removeService is called, the server and the client must be paired and connected. 3871 …ndom MAC address remains unchanged after a device is paired successfully. It changes when the pair…
|
H A D | js-apis-bluetooth.md | 314 Obtains the paired devices. 327 | Array<string> | Addresses of the paired Bluetooth devices.|
|
H A D | js-apis-bluetoothManager.md | 464 Obtains the paired devices. 477 | Array<string> | Addresses of the paired Bluetooth devices.|
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTest/subBrTest/ |
H A D | deviceFound.ets | 162 // paired devices title 176 // paired devices list 222 * Goto paired device Info 488 // paired devices list
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subManualApiTestManager/subBrTestManager/ |
H A D | deviceFound.ets | 155 // paired devices title 169 // paired devices list 215 * Goto paired device Info 479 // paired devices list
|
/ohos5.0/docs/en/application-dev/media/avsession/ |
H A D | distributed-avsession-overview.md | 10 After the local device is paired with a distributed device, the controller on the local device proj…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v3.1.6-release.md | 140 …penharmony/ability_ability_runtime/issues/I6AF0Y) | When two windows are paired in split-screen mo…
|
H A D | OpenHarmony-v3.1.7-release.md | 118 | Ability framework| After two windows are paired in split-screen mode, if one window is closed, th…
|
H A D | OpenHarmony-v3.2.1-release.md | 113 …led, no prompt indicating successful pairing is displayed. The device is paired in silent mode, an…
|
H A D | OpenHarmony-v3.2-release.md | 636 …led, no prompt indicating successful pairing is displayed. The device is paired in silent mode, an…
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | gatt-development-guide.md | 6 … attribute data locally and provides data access to a remote GATT client paired via BLE. A GATT cl…
|