Home
last modified time | relevance | path

Searched refs:LastNotifactionValueForCharacteristic (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_local_gatt_characteristic_unittest.cc230 EXPECT_EQ(kNotifyValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
237 EXPECT_EQ(kIndicateValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
253 EXPECT_NE(kNewValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
259 EXPECT_NE(kNewValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
266 EXPECT_NE(kNotifyValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
273 EXPECT_NE(kIndicateValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
292 EXPECT_NE(kNotifyValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_local_gatt_characteristic_unittest.cc230 EXPECT_EQ(kNotifyValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
237 EXPECT_EQ(kIndicateValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
253 EXPECT_NE(kNewValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
259 EXPECT_NE(kNewValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
266 EXPECT_NE(kNotifyValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
273 EXPECT_NE(kIndicateValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
292 EXPECT_NE(kNotifyValue, GetInteger(LastNotifactionValueForCharacteristic( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dbluetooth_test_bluez.h72 std::vector<uint8_t> LastNotifactionValueForCharacteristic(
H A Dbluetooth_test_bluez.cc351 std::vector<uint8_t> BluetoothTestBlueZ::LastNotifactionValueForCharacteristic( in LastNotifactionValueForCharacteristic() function in device::BluetoothTestBlueZ
H A Dbluetooth_test.h539 virtual std::vector<uint8_t> LastNotifactionValueForCharacteristic(
H A Dbluetooth_test.cc188 std::vector<uint8_t> BluetoothTestBase::LastNotifactionValueForCharacteristic( in LastNotifactionValueForCharacteristic() function in device::BluetoothTestBase