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

  /external/chromium_org/device/bluetooth/
bluetooth_device_win.h 36 virtual ServiceList GetServices() const OVERRIDE;
107 ServiceList service_uuids_;
bluetooth_device.cc 180 BluetoothDevice::ServiceList services = GetServices();
181 for (BluetoothDevice::ServiceList::const_iterator iter = services.begin();
bluetooth_device.h 225 typedef std::vector<std::string> ServiceList;
226 virtual ServiceList GetServices() const = 0;
bluetooth_device_mac.h 36 virtual ServiceList GetServices() const OVERRIDE;
bluetooth_device_win_unittest.cc 88 BluetoothDevice::ServiceList service_list = device_->GetServices();
bluetooth_device_win.cc 102 BluetoothDevice::ServiceList BluetoothDeviceWin::GetServices() const {
bluetooth_device_chromeos.h 37 virtual ServiceList GetServices() const OVERRIDE;
bluetooth_chromeos_unittest.cc 756 BluetoothDevice::ServiceList uuids = devices[0]->GetServices();
832 BluetoothDevice::ServiceList uuids = devices[0]->GetServices();
    [all...]
bluetooth_device_chromeos.cc 226 BluetoothDeviceChromeOS::ServiceList BluetoothDeviceChromeOS::GetServices()
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 41 MOCK_CONST_METHOD0(GetServices, ServiceList());
86 BluetoothDevice::ServiceList service_list_;
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.h 230 typedef std::set<std::string> ServiceList;
231 ServiceList services;
network_library_impl_base.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api.cc 237 BluetoothDevice::ServiceList service_list = device->GetServices();
240 for (BluetoothDevice::ServiceList::const_iterator iter = service_list.begin();
bluetooth_apitest.cc 516 BluetoothDevice::ServiceList service_list;

Completed in 149 milliseconds