HomeSort by relevance Sort by last modified time
    Searched defs:GetIdentifier (Results 1 - 8 of 8) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
CFBundle.cpp 81 CFBundle::GetIdentifier () const
  /external/lldb/source/Host/macosx/cfcpp/
CFCBundle.cpp 75 CFCBundle::GetIdentifier () const
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_descriptor_chromeos.cc 38 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
45 std::string BluetoothRemoteGattDescriptorChromeOS::GetIdentifier() const {
82 << "descriptor: " << GetIdentifier() << ", UUID: "
100 << "characteristic: " << GetIdentifier() << ", UUID: "
bluetooth_remote_gatt_characteristic_chromeos.cc 45 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
81 std::string BluetoothRemoteGattCharacteristicChromeOS::GetIdentifier() const {
197 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value()
215 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value()
253 service_->GetIdentifier(),
254 GetIdentifier(),
350 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
355 DCHECK(descriptor->GetIdentifier() == object_path.value());
371 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
421 service_->GetIdentifier(),
    [all...]
bluetooth_remote_gatt_service_chromeos.cc 64 std::string BluetoothRemoteGattServiceChromeOS::GetIdentifier() const {
240 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
245 DCHECK(characteristic->GetIdentifier() == object_path.value());
261 << GetIdentifier() << ", UUID: " << GetUUID().canonical_value();
  /external/chromium_org/device/nfc/
nfc_tag_chromeos.cc 71 std::string NfcTagChromeOS::GetIdentifier() const {
nfc_peer_chromeos.cc 57 std::string NfcPeerChromeOS::GetIdentifier() const {
  /external/chromium_org/chrome/browser/plugins/
plugin_finder.cc 42 std::string GetIdentifier(const content::WebPluginInfo& plugin) {
286 std::string identifier = GetIdentifier(plugin);

Completed in 226 milliseconds