Searched refs:desc_id_to_chrc_id_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc955 DCHECK(desc_id_to_chrc_id_.find(descriptor->GetIdentifier()) ==
956 desc_id_to_chrc_id_.end());
960 desc_id_to_chrc_id_[descriptor->GetIdentifier()] =
970 DCHECK(desc_id_to_chrc_id_.find(descriptor->GetIdentifier()) !=
971 desc_id_to_chrc_id_.end());
973 desc_id_to_chrc_id_[descriptor->GetIdentifier()]);
975 desc_id_to_chrc_id_.erase(descriptor->GetIdentifier());
1017 DCHECK(desc_id_to_chrc_id_.find(descriptor->GetIdentifier()) !=
1018 desc_id_to_chrc_id_.end());
1020 desc_id_to_chrc_id_[descripto
[all...]
H A Dbluetooth_low_energy_event_router.h393 InstanceIdMap desc_id_to_chrc_id_; member in class:extensions::BluetoothLowEnergyEventRouter

Completed in 226 milliseconds