Home
last modified time | relevance | path

Searched refs:GetIdentifier (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
Dbluetooth_low_energy_event_router.cc43 out->instance_id.reset(new std::string(service->GetIdentifier())); in PopulateService()
97 out->instance_id.reset(new std::string(characteristic->GetIdentifier())); in PopulateCharacteristic()
116 out->instance_id.reset(new std::string(descriptor->GetIdentifier())); in PopulateDescriptor()
846 VLOG(2) << "GATT service added: " << service->GetIdentifier(); in GattServiceAdded()
848 DCHECK(observed_gatt_services_.find(service->GetIdentifier()) == in GattServiceAdded()
850 DCHECK(service_id_to_device_address_.find(service->GetIdentifier()) == in GattServiceAdded()
855 const std::string& service_id = service->GetIdentifier(); in GattServiceAdded()
874 VLOG(2) << "GATT service removed: " << service->GetIdentifier(); in GattServiceRemoved()
876 DCHECK(observed_gatt_services_.find(service->GetIdentifier()) != in GattServiceRemoved()
878 DCHECK(service_id_to_device_address_.find(service->GetIdentifier()) != in GattServiceRemoved()
[all …]
/external/chromium_org/device/bluetooth/
Dbluetooth_remote_gatt_characteristic_chromeos.cc45 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value(); in BluetoothRemoteGattCharacteristicChromeOS()
81 std::string BluetoothRemoteGattCharacteristicChromeOS::GetIdentifier() const { in GetIdentifier() function in chromeos::BluetoothRemoteGattCharacteristicChromeOS
197 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value() in ReadRemoteCharacteristic()
215 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value() in WriteRemoteCharacteristic()
252 service_->GetIdentifier(), in StartNotifySession()
253 GetIdentifier(), in StartNotifySession()
349 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value(); in GattDescriptorAdded()
354 DCHECK(descriptor->GetIdentifier() == object_path.value()); in GattDescriptorAdded()
371 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value(); in GattDescriptorRemoved()
423 service_->GetIdentifier(), in OnStartNotifySuccess()
[all …]
Dbluetooth_remote_gatt_descriptor_chromeos.cc38 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value(); in BluetoothRemoteGattDescriptorChromeOS()
45 std::string BluetoothRemoteGattDescriptorChromeOS::GetIdentifier() const { in GetIdentifier() function in chromeos::BluetoothRemoteGattDescriptorChromeOS
82 << "descriptor: " << GetIdentifier() << ", UUID: " in ReadRemoteDescriptor()
100 << "characteristic: " << GetIdentifier() << ", UUID: " in WriteRemoteDescriptor()
Dbluetooth_gatt_chromeos_unittest.cc84 last_gatt_service_id_ = service->GetIdentifier(); in GattServiceAdded()
101 last_gatt_service_id_ = service->GetIdentifier(); in GattServiceRemoved()
144 gatt_service_id_(service->GetIdentifier()), in TestGattServiceObserver()
164 ASSERT_EQ(gatt_service_id_, service->GetIdentifier()); in GattServiceChanged()
173 ASSERT_EQ(gatt_service_id_, service->GetIdentifier()); in GattCharacteristicAdded()
176 last_gatt_characteristic_id_ = characteristic->GetIdentifier(); in GattCharacteristicAdded()
189 ASSERT_EQ(gatt_service_id_, service->GetIdentifier()); in GattCharacteristicRemoved()
192 last_gatt_characteristic_id_ = characteristic->GetIdentifier(); in GattCharacteristicRemoved()
206 ASSERT_EQ(gatt_service_id_, service->GetIdentifier()); in GattCharacteristicValueChanged()
209 last_gatt_characteristic_id_ = characteristic->GetIdentifier(); in GattCharacteristicValueChanged()
[all …]
Dbluetooth_remote_gatt_service_chromeos.cc74 std::string BluetoothRemoteGattServiceChromeOS::GetIdentifier() const { in GetIdentifier() function in chromeos::BluetoothRemoteGattServiceChromeOS
228 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value(); in GattCharacteristicAdded()
233 DCHECK(characteristic->GetIdentifier() == object_path.value()); in GattCharacteristicAdded()
250 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value(); in GattCharacteristicRemoved()
Dbluetooth_gatt_descriptor.h140 virtual std::string GetIdentifier() const = 0;
Dbluetooth_remote_gatt_descriptor_chromeos.h33 virtual std::string GetIdentifier() const OVERRIDE;
Dbluetooth_gatt_characteristic.h120 virtual std::string GetIdentifier() const = 0;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dnfc_debug_ui.cc317 VLOG(1) << "Found NFC tag: " << tag->GetIdentifier(); in TagFound()
319 tag_identifier_ = tag->GetIdentifier(); in TagFound()
326 VLOG(1) << "Lost NFC tag: " << tag->GetIdentifier(); in TagLost()
335 VLOG(1) << "Found NFC peer device: " << peer->GetIdentifier(); in PeerFound()
337 peer_identifier_ = peer->GetIdentifier(); in PeerFound()
343 VLOG(1) << "Lost NFC peer device: " << peer->GetIdentifier(); in PeerLost()
353 if (tag->GetIdentifier() != tag_identifier_) { in RecordReceived()
355 << tag->GetIdentifier(); in RecordReceived()
364 if (peer->GetIdentifier() != peer_identifier_) { in RecordReceived()
366 << peer->GetIdentifier(); in RecordReceived()
[all …]
/external/lldb/tools/debugserver/source/MacOSX/
DCFBundle.h34 GetIdentifier () const;
DCFBundle.cpp81 CFBundle::GetIdentifier () const in GetIdentifier() function in CFBundle
/external/lldb/source/Host/macosx/cfcpp/
DCFCBundle.h31 GetIdentifier () const;
DCFCBundle.cpp75 CFCBundle::GetIdentifier () const in GetIdentifier() function in CFCBundle
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_gatt_descriptor.cc20 ON_CALL(*this, GetIdentifier()).WillByDefault(Return(identifier)); in MockBluetoothGattDescriptor()
Dmock_bluetooth_gatt_descriptor.h32 MOCK_CONST_METHOD0(GetIdentifier, std::string());
Dmock_bluetooth_gatt_service.cc20 ON_CALL(*this, GetIdentifier()).WillByDefault(Return(identifier)); in MockBluetoothGattService()
Dmock_bluetooth_gatt_characteristic.cc22 ON_CALL(*this, GetIdentifier()).WillByDefault(Return(identifier)); in MockBluetoothGattCharacteristic()
Dmock_bluetooth_gatt_service.h31 MOCK_CONST_METHOD0(GetIdentifier, std::string());
Dmock_bluetooth_gatt_characteristic.h33 MOCK_CONST_METHOD0(GetIdentifier, std::string());
/external/chromium_org/device/nfc/
Dnfc_peer.h60 virtual std::string GetIdentifier() const = 0;
Dnfc_tag.h77 virtual std::string GetIdentifier() const = 0;
Dnfc_tag_chromeos.h28 virtual std::string GetIdentifier() const OVERRIDE;
Dnfc_chromeos_unittest.cc86 peer_identifier_ = peer->GetIdentifier(); in PeerFound()
92 EXPECT_EQ(peer_identifier_, peer->GetIdentifier()); in PeerLost()
101 tag_identifier_ = tag->GetIdentifier(); in TagFound()
107 EXPECT_EQ(tag_identifier_, tag->GetIdentifier()); in TagLost()
116 EXPECT_EQ(peer_identifier_, peer->GetIdentifier()); in RecordReceived()
124 EXPECT_EQ(tag_identifier_, tag->GetIdentifier()); in RecordReceived()
Dnfc_peer_chromeos.h26 virtual std::string GetIdentifier() const OVERRIDE;
/external/chromium_org/chrome/browser/plugins/
Dplugin_finder.cc42 std::string GetIdentifier(const content::WebPluginInfo& plugin) { in GetIdentifier() function
286 std::string identifier = GetIdentifier(plugin); in GetPluginMetadata()

12