Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1886)

Unified Diff: device/bluetooth/bluetooth_device.h

Issue 2744243008: Add unit tests for BluetoothDevice::GetPrimaryServices() etc. (Closed)
Patch Set: Add unit tests for BluetoothDevice::GetPrimaryServices() etc. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_device.h
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
index 8a5d0638574d8b3596bf2b7b2c114cfc58cd824c..528be9a767dac376c603f17971df81e17093f3a2 100644
--- a/device/bluetooth/bluetooth_device.h
+++ b/device/bluetooth/bluetooth_device.h
@@ -579,6 +579,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
FRIEND_TEST_ALL_PREFIXES(BluetoothTest, GetName_NullName);
FRIEND_TEST_ALL_PREFIXES(BluetoothTest, RemoveOutdatedDevices);
FRIEND_TEST_ALL_PREFIXES(BluetoothTest, RemoveOutdatedDeviceGattConnect);
+ FRIEND_TEST_ALL_PREFIXES(BluetoothTest, GetPrimaryServices);
+ FRIEND_TEST_ALL_PREFIXES(BluetoothTest, GetPrimaryServicesByUUID);
+ FRIEND_TEST_ALL_PREFIXES(BluetoothTest, GetCharacteristicsByUUID);
// Helper class to easily update the sets of UUIDs and keep them in sync with
// the set of all the device's UUIDs.
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_device_unittest.cc » ('j') | device/bluetooth/bluetooth_device_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698