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

12

/external/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.h34 GetIdentifier () const;
H A DCFBundle.cpp81 CFBundle::GetIdentifier () const function in class:CFBundle
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.h31 GetIdentifier () const;
H A DCFCBundle.cpp75 CFCBundle::GetIdentifier () const function in class:CFCBundle
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc38 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
45 std::string BluetoothRemoteGattDescriptorChromeOS::GetIdentifier() const { function in class:chromeos::BluetoothRemoteGattDescriptorChromeOS
82 << "descriptor: " << GetIdentifier() << ", UUID: "
100 << "characteristic: " << GetIdentifier() << ", UUID: "
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc45 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
81 std::string BluetoothRemoteGattCharacteristicChromeOS::GetIdentifier() const { function in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS
197 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value()
215 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value()
252 service_->GetIdentifier(),
253 GetIdentifier(),
349 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
354 DCHECK(descriptor->GetIdentifier() == object_path.value());
371 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
423 service_->GetIdentifier(),
[all...]
H A Dbluetooth_gatt_chromeos_unittest.cc84 last_gatt_service_id_ = service->GetIdentifier();
101 last_gatt_service_id_ = service->GetIdentifier();
144 gatt_service_id_(service->GetIdentifier()),
164 ASSERT_EQ(gatt_service_id_, service->GetIdentifier());
173 ASSERT_EQ(gatt_service_id_, service->GetIdentifier());
176 last_gatt_characteristic_id_ = characteristic->GetIdentifier();
189 ASSERT_EQ(gatt_service_id_, service->GetIdentifier());
192 last_gatt_characteristic_id_ = characteristic->GetIdentifier();
206 ASSERT_EQ(gatt_service_id_, service->GetIdentifier());
209 last_gatt_characteristic_id_ = characteristic->GetIdentifier();
[all...]
H A Dbluetooth_gatt_descriptor.h140 virtual std::string GetIdentifier() const = 0;
H A Dbluetooth_remote_gatt_descriptor_chromeos.h33 virtual std::string GetIdentifier() const OVERRIDE;
H A Dbluetooth_remote_gatt_service_chromeos.cc74 std::string BluetoothRemoteGattServiceChromeOS::GetIdentifier() const { function in class:chromeos::BluetoothRemoteGattServiceChromeOS
228 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
233 DCHECK(characteristic->GetIdentifier() == object_path.value());
250 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
H A Dbluetooth_gatt_characteristic.h120 virtual std::string GetIdentifier() const = 0;
H A Dbluetooth_gatt_service.h241 virtual std::string GetIdentifier() const = 0;
H A Dbluetooth_remote_gatt_service_chromeos.h47 virtual std::string GetIdentifier() const OVERRIDE;
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_gatt_descriptor.cc20 ON_CALL(*this, GetIdentifier()).WillByDefault(Return(identifier));
H A Dmock_bluetooth_gatt_characteristic.cc22 ON_CALL(*this, GetIdentifier()).WillByDefault(Return(identifier));
H A Dmock_bluetooth_gatt_descriptor.h32 MOCK_CONST_METHOD0(GetIdentifier, std::string());
H A Dmock_bluetooth_gatt_service.cc20 ON_CALL(*this, GetIdentifier()).WillByDefault(Return(identifier));
H A Dmock_bluetooth_gatt_characteristic.h33 MOCK_CONST_METHOD0(GetIdentifier, std::string());
H A Dmock_bluetooth_gatt_service.h31 MOCK_CONST_METHOD0(GetIdentifier, std::string());
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc43 out->instance_id.reset(new std::string(service->GetIdentifier()));
97 out->instance_id.reset(new std::string(characteristic->GetIdentifier()));
116 out->instance_id.reset(new std::string(descriptor->GetIdentifier()));
846 VLOG(2) << "GATT service added: " << service->GetIdentifier();
848 DCHECK(observed_gatt_services_.find(service->GetIdentifier()) ==
850 DCHECK(service_id_to_device_address_.find(service->GetIdentifier()) ==
855 const std::string& service_id = service->GetIdentifier();
874 VLOG(2) << "GATT service removed: " << service->GetIdentifier();
876 DCHECK(observed_gatt_services_.find(service->GetIdentifier()) !=
878 DCHECK(service_id_to_device_address_.find(service->GetIdentifier()) !
[all...]
/external/chromium_org/device/nfc/
H A Dnfc_peer.h60 virtual std::string GetIdentifier() const = 0;
H A Dnfc_tag.h77 virtual std::string GetIdentifier() const = 0;
H A Dnfc_tag_chromeos.h28 virtual std::string GetIdentifier() const OVERRIDE;
H A Dnfc_peer_chromeos.h26 virtual std::string GetIdentifier() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnfc_debug_ui.cc317 VLOG(1) << "Found NFC tag: " << tag->GetIdentifier();
319 tag_identifier_ = tag->GetIdentifier();
326 VLOG(1) << "Lost NFC tag: " << tag->GetIdentifier();
335 VLOG(1) << "Found NFC peer device: " << peer->GetIdentifier();
337 peer_identifier_ = peer->GetIdentifier();
343 VLOG(1) << "Lost NFC peer device: " << peer->GetIdentifier();
353 if (tag->GetIdentifier() != tag_identifier_) {
355 << tag->GetIdentifier();
364 if (peer->GetIdentifier() != peer_identifier_) {
366 << peer->GetIdentifier();
[all...]

Completed in 579 milliseconds

12