Searched refs:NotifySessionCallback (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/device/bluetooth/ |
D | bluetooth_remote_gatt_characteristic_chromeos.h | 64 virtual void StartNotifySession(const NotifySessionCallback& callback, 108 void OnStartNotifySuccess(const NotifySessionCallback& callback); 144 typedef std::pair<NotifySessionCallback, ErrorCallback>
|
D | bluetooth_gatt_characteristic.h | 90 NotifySessionCallback; typedef 180 virtual void StartNotifySession(const NotifySessionCallback& callback,
|
D | bluetooth_gatt_chromeos_unittest.cc | 356 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 …]
|
D | bluetooth_remote_gatt_characteristic_chromeos.cc | 228 const NotifySessionCallback& callback, in StartNotifySession() 405 const NotifySessionCallback& callback) { in OnStartNotifySuccess()
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_gatt_characteristic.h | 47 void(const NotifySessionCallback&, const ErrorCallback&));
|