HomeSort by relevance Sort by last modified time
    Searched refs:GetServices (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_device_win_unittest.cc 87 TEST_F(BluetoothDeviceWinTest, GetServices) {
88 BluetoothDevice::ServiceList service_list = device_->GetServices();
bluetooth_device_mac.h 36 virtual ServiceList GetServices() const OVERRIDE;
bluetooth_device_win.h 36 virtual ServiceList GetServices() const OVERRIDE;
bluetooth_device.cc 180 BluetoothDevice::ServiceList services = GetServices();
bluetooth_device.h 226 virtual ServiceList GetServices() const = 0;
bluetooth_device_win.cc 102 BluetoothDevice::ServiceList BluetoothDeviceWin::GetServices() const {
bluetooth_chromeos_unittest.cc 762 BluetoothDevice::ServiceList uuids = devices[0]->GetServices();
838 BluetoothDevice::ServiceList uuids = devices[0]->GetServices();
862 uuids = devices[0]->GetServices();
    [all...]
bluetooth_device_chromeos.h 37 virtual ServiceList GetServices() const OVERRIDE;
bluetooth_device_chromeos.cc 226 BluetoothDeviceChromeOS::ServiceList BluetoothDeviceChromeOS::GetServices()
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.cc 43 ON_CALL(*this, GetServices())
mock_bluetooth_device.h 41 MOCK_CONST_METHOD0(GetServices, ServiceList());
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 71 namespace GetServices = extensions::api::bluetooth::GetServices;
236 BluetoothDevice::ServiceList service_list = device->GetServices();
347 scoped_ptr<GetServices::Params> params(GetServices::Params::Create(*args_));
bluetooth_apitest.cc 520 EXPECT_CALL(*device1_, GetServices())

Completed in 101 milliseconds