Home
last modified time | relevance | path

Searched refs:kTestUUIDDeviceName (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_remote_gatt_descriptor_unittest.cc51 SimulateGattCharacteristic(service_, kTestUUIDDeviceName, 0); in FakeDescriptorBoilerplate()
119 SimulateGattCharacteristic(service1, kTestUUIDDeviceName, /* properties */ 0);
120 SimulateGattCharacteristic(service1, kTestUUIDDeviceName, /* properties */ 0);
121 SimulateGattCharacteristic(service2, kTestUUIDDeviceName, /* properties */ 0);
122 SimulateGattCharacteristic(service2, kTestUUIDDeviceName, /* properties */ 0);
123 SimulateGattCharacteristic(service3, kTestUUIDDeviceName, /* properties */ 0);
124 SimulateGattCharacteristic(service3, kTestUUIDDeviceName, /* properties */ 0);
197 SimulateGattCharacteristic(service, kTestUUIDDeviceName,
H A Dbluetooth_remote_gatt_service_unittest.cc212 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 0);
275 SimulateGattCharacteristic(service1, kTestUUIDDeviceName,
286 service1->GetCharacteristicsByUUID(BluetoothUUID(kTestUUIDDeviceName));
288 EXPECT_EQ(kTestUUIDDeviceName,
344 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 0);
H A Dbluetooth_remote_gatt_characteristic_unittest.cc65 SimulateGattCharacteristic(service_, kTestUUIDDeviceName, properties); in FakeCharacteristicBoilerplate()
66 SimulateGattCharacteristic(service_, kTestUUIDDeviceName, properties); in FakeCharacteristicBoilerplate()
219 SimulateGattCharacteristic(service1, kTestUUIDDeviceName, /* properties */ 0);
220 SimulateGattCharacteristic(service1, kTestUUIDDeviceName, /* properties */ 0);
221 SimulateGattCharacteristic(service2, kTestUUIDDeviceName, /* properties */ 0);
222 SimulateGattCharacteristic(service2, kTestUUIDDeviceName, /* properties */ 0);
282 BluetoothUUID uuid1(kTestUUIDDeviceName);
284 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 0);
331 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 0);
332 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 7);
[all …]
H A Dbluetooth_adapter_mac_metrics_unittest.mm40 SimulateGattCharacteristic(service_, kTestUUIDDeviceName, property);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_remote_gatt_descriptor_unittest.cc50 SimulateGattCharacteristic(service_, kTestUUIDDeviceName, 0); in FakeDescriptorBoilerplate()
118 SimulateGattCharacteristic(service1, kTestUUIDDeviceName, /* properties */ 0);
119 SimulateGattCharacteristic(service1, kTestUUIDDeviceName, /* properties */ 0);
120 SimulateGattCharacteristic(service2, kTestUUIDDeviceName, /* properties */ 0);
121 SimulateGattCharacteristic(service2, kTestUUIDDeviceName, /* properties */ 0);
122 SimulateGattCharacteristic(service3, kTestUUIDDeviceName, /* properties */ 0);
123 SimulateGattCharacteristic(service3, kTestUUIDDeviceName, /* properties */ 0);
196 SimulateGattCharacteristic(service, kTestUUIDDeviceName,
H A Dbluetooth_remote_gatt_service_unittest.cc211 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 0);
274 SimulateGattCharacteristic(service1, kTestUUIDDeviceName,
285 service1->GetCharacteristicsByUUID(BluetoothUUID(kTestUUIDDeviceName));
287 EXPECT_EQ(kTestUUIDDeviceName,
343 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 0);
H A Dbluetooth_remote_gatt_characteristic_unittest.cc63 SimulateGattCharacteristic(service_, kTestUUIDDeviceName, properties); in FakeCharacteristicBoilerplate()
64 SimulateGattCharacteristic(service_, kTestUUIDDeviceName, properties); in FakeCharacteristicBoilerplate()
217 SimulateGattCharacteristic(service1, kTestUUIDDeviceName, /* properties */ 0);
218 SimulateGattCharacteristic(service1, kTestUUIDDeviceName, /* properties */ 0);
219 SimulateGattCharacteristic(service2, kTestUUIDDeviceName, /* properties */ 0);
220 SimulateGattCharacteristic(service2, kTestUUIDDeviceName, /* properties */ 0);
280 BluetoothUUID uuid1(kTestUUIDDeviceName);
282 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 0);
329 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 0);
330 SimulateGattCharacteristic(service, kTestUUIDDeviceName, /* properties */ 7);
[all …]
H A Dbluetooth_adapter_mac_metrics_unittest.mm39 SimulateGattCharacteristic(service_, kTestUUIDDeviceName, property);
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dbluetooth_test.h122 static const char kTestUUIDDeviceName[]; variable
H A Dbluetooth_test.cc54 const char BluetoothTestBase::kTestUUIDDeviceName[] = member in device::BluetoothTestBase