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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_characteristic.cc 31 ON_CALL(*this, GetDescriptors())
mock_bluetooth_gatt_characteristic.h 41 MOCK_CONST_METHOD0(GetDescriptors, std::vector<BluetoothGattDescriptor*>());
  /external/chromium_org/chromeos/dbus/
bluetooth_gatt_descriptor_client.h 73 virtual std::vector<dbus::ObjectPath> GetDescriptors() = 0;
fake_bluetooth_gatt_descriptor_client.h 46 virtual std::vector<dbus::ObjectPath> GetDescriptors() OVERRIDE;
bluetooth_gatt_descriptor_client.cc 66 virtual std::vector<dbus::ObjectPath> GetDescriptors() OVERRIDE {
fake_bluetooth_gatt_descriptor_client.cc 76 FakeBluetoothGattDescriptorClient::GetDescriptors() {
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 150 GetDescriptors() const = 0;
bluetooth_gatt_chromeos_unittest.cc 673 EXPECT_TRUE(characteristic->GetDescriptors().empty());
679 EXPECT_TRUE(characteristic->GetDescriptors().empty());
685 EXPECT_EQ(1U, characteristic->GetDescriptors().size());
687 BluetoothGattDescriptor* descriptor = characteristic->GetDescriptors()[0];
697 EXPECT_TRUE(characteristic->GetDescriptors().empty());
711 EXPECT_EQ(1U, characteristic->GetDescriptors().size());
716 descriptor = characteristic->GetDescriptors()[0];
769 EXPECT_TRUE(characteristic->GetDescriptors().empty());
780 EXPECT_TRUE(characteristic->GetDescriptors().empty());
791 EXPECT_EQ(1U, characteristic->GetDescriptors().size())
    [all...]
bluetooth_remote_gatt_characteristic_chromeos.h 51 GetDescriptors() const OVERRIDE;
bluetooth_remote_gatt_characteristic_chromeos.cc 54 GetDescriptors();
163 BluetoothRemoteGattCharacteristicChromeOS::GetDescriptors() const {
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_api.cc 451 scoped_ptr<apibtle::GetDescriptors::Params> params(
452 apibtle::GetDescriptors::Params::Create(*args_));
456 BluetoothLowEnergyEventRouter::Status status = event_router->GetDescriptors(
465 // apibtle::GetDescriptors::Result::Create as it doesn't convert lists of
bluetooth_low_energy_event_router.h 163 Status GetDescriptors(const Extension* extension,
bluetooth_low_energy_event_router.cc 470 BluetoothLowEnergyEventRouter::GetDescriptors(
500 characteristic->GetDescriptors();
    [all...]
bluetooth_low_energy_apitest.cc 771 IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTest, GetDescriptors) {
793 EXPECT_CALL(*chrc0_, GetDescriptors())
    [all...]
  /external/chromium_org/mojo/public/python/mojo/bindings/
descriptor.py 460 def GetDescriptors(self):
522 [getattr(obj, field.name) for field in self.GetDescriptors()])

Completed in 1065 milliseconds