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

  /external/chromium_org/ipc/
file_descriptor_set_posix.h 72 void GetDescriptors(int* buffer) const;
74 // GetDescriptors. It marks all the descriptors as consumed and closes those
file_descriptor_set_posix_unittest.cc 96 TEST(FileDescriptorSet, GetDescriptors) {
99 set->GetDescriptors(NULL);
104 set->GetDescriptors(fds);
file_descriptor_set_posix.cc 99 void FileDescriptorSet::GetDescriptors(int* buffer) const {
ipc_channel_nacl.cc 277 msg->file_descriptor_set()->GetDescriptors(fds);
ipc_channel_posix.cc 435 msg->file_descriptor_set()->GetDescriptors(
    [all...]
  /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;
fake_bluetooth_gatt_descriptor_client.cc 73 FakeBluetoothGattDescriptorClient::GetDescriptors() {
bluetooth_gatt_descriptor_client.cc 66 virtual std::vector<dbus::ObjectPath> GetDescriptors() OVERRIDE {
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 150 GetDescriptors() const = 0;
bluetooth_gatt_chromeos_unittest.cc 693 EXPECT_TRUE(characteristic->GetDescriptors().empty());
699 EXPECT_TRUE(characteristic->GetDescriptors().empty());
705 EXPECT_EQ(1U, characteristic->GetDescriptors().size());
707 BluetoothGattDescriptor* descriptor = characteristic->GetDescriptors()[0];
719 EXPECT_TRUE(characteristic->GetDescriptors().empty());
733 EXPECT_EQ(1U, characteristic->GetDescriptors().size());
738 descriptor = characteristic->GetDescriptors()[0];
792 EXPECT_TRUE(characteristic->GetDescriptors().empty());
803 EXPECT_TRUE(characteristic->GetDescriptors().empty());
814 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/chrome/browser/extensions/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 490 BluetoothLowEnergyEventRouter::GetDescriptors(
520 characteristic->GetDescriptors();
    [all...]
bluetooth_low_energy_apitest.cc 756 IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTest, GetDescriptors) {
778 EXPECT_CALL(*chrc0_, GetDescriptors())
    [all...]

Completed in 901 milliseconds