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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_manager_client.cc 99 characteristic_map_.find(provider->object_path());
100 if (iter != characteristic_map_.end()) {
105 characteristic_map_[provider->object_path()] = provider;
131 characteristic_map_.erase(provider->object_path());
152 characteristic_map_.find(object_path);
153 if (iter == characteristic_map_.end())
fake_bluetooth_gatt_manager_client.h 94 CharacteristicMap characteristic_map_; member in class:chromeos::FakeBluetoothGattManagerClient

Completed in 205 milliseconds