Home
last modified time | relevance | path

Searched refs:NotifySessionCallback (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_remote_gatt_characteristic_chromeos.h64 virtual void StartNotifySession(const NotifySessionCallback& callback,
108 void OnStartNotifySuccess(const NotifySessionCallback& callback);
144 typedef std::pair<NotifySessionCallback, ErrorCallback>
Dbluetooth_gatt_characteristic.h90 NotifySessionCallback; typedef
180 virtual void StartNotifySession(const NotifySessionCallback& callback,
Dbluetooth_gatt_chromeos_unittest.cc356 void NotifySessionCallback(scoped_ptr<BluetoothGattNotifySession> session) { in NotifySessionCallback() function in chromeos::BluetoothGattChromeOSTest
1087 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
1101 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
1106 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
1159 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
1185 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
1236 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
1241 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
1246 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
1251 base::Bind(&BluetoothGattChromeOSTest::NotifySessionCallback, in TEST_F()
[all …]
Dbluetooth_remote_gatt_characteristic_chromeos.cc228 const NotifySessionCallback& callback, in StartNotifySession()
405 const NotifySessionCallback& callback) { in OnStartNotifySuccess()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_gatt_characteristic.h47 void(const NotifySessionCallback&, const ErrorCallback&));