Home
last modified time | relevance | path

Searched refs:remoteDevices (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp164 std::set<std::string> remoteDevices; in GetDeviceList() local
168 remoteDevices.insert(uuid); in GetDeviceList()
171 remoteDevices.insert(uuid); in GetDeviceList()
177 for (const auto &deviceId : remoteDevices) { in GetDeviceList()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp137 std::vector<BluetoothRemoteDevice> remoteDevices; in GetDevicesByStates() local
149 remoteDevices.push_back(remoteDevice); in GetDevicesByStates()
152 return remoteDevices; in GetDevicesByStates()
H A Dbluetooth_hfp_hf.cpp184 std::vector<BluetoothRemoteDevice> remoteDevices; in GetDevicesByStates() local
196 remoteDevices.push_back(remoteDevice); in GetDevicesByStates()
199 return remoteDevices; in GetDevicesByStates()