Home
last modified time | relevance | path

Searched defs:peerDevice (Results 1 – 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
Da2dp_service_connection.cpp135 auto peerDevice = std::make_unique<A2dpDeviceInfo>(device); in AddDevice() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_adapter.cpp1206 RawAddress peerDevice(addr); in SavePeerDevices2BTM() local
1302 BlePeripheralDevice peerDevice; in LeConnectionCompleteTask() local
1362 RawAddress peerDevice(BleConfig::GetInstance().GetPeerIdentityAddr(device.GetAddress())); in LePairComplete() local
1413 BlePeripheralDevice peerDevice; in LePairingStatus() local
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_hichain_connector.cpp748 std::string peerDevice = "peerDeviceTest"; variable
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
Dhichain_connector.cpp567 …ol HiChainConnector::IsDevicesInGroup(const std::string &hostDevice, const std::string &peerDevice) in IsDevicesInGroup()