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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.h 55 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
56 PropertiesMap properties_map_;
fake_bluetooth_gatt_descriptor_client.cc 75 for (PropertiesMap::const_iterator iter = properties_.begin();
85 PropertiesMap::const_iterator iter = properties_.find(object_path);
95 PropertiesMap::iterator iter = properties_.find(object_path);
135 PropertiesMap::const_iterator iter = properties_.find(object_path);
163 PropertiesMap::iterator iter = properties_.find(descriptor_path);
fake_bluetooth_gatt_descriptor_client.h 88 typedef std::map<dbus::ObjectPath, DescriptorData*> PropertiesMap;
89 PropertiesMap properties_;
fake_bluetooth_input_client.cc 72 PropertiesMap::iterator iter = properties_map_.find(object_path);
111 PropertiesMap::iterator it = properties_map_.find(object_path);
fake_bluetooth_device_client.h 245 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
246 PropertiesMap properties_map_;
fake_bluetooth_device_client.cc 276 PropertiesMap::iterator iter = properties_map_.find(object_path);
647 PropertiesMap::iterator iter = properties_map_.find(device_path);
    [all...]
  /external/chromium_org/dbus/
object_manager.cc 64 for (Object::PropertiesMap::iterator piter = object->properties_map.begin();
103 Object::PropertiesMap::iterator piter =
128 Object::PropertiesMap::iterator piter =
252 Object::PropertiesMap::iterator piter =
277 Object::PropertiesMap::iterator piter =
306 // PropertiesMap is mutated by RemoveInterface, and also Object is
313 for (Object::PropertiesMap::iterator piter =
object_manager.h 303 typedef std::map<const std::string, PropertySet*> PropertiesMap;
304 PropertiesMap properties_map;
property.h 319 typedef std::map<const std::string, PropertyBase*> PropertiesMap;
320 PropertiesMap properties_map_;
property.cc 195 PropertiesMap::iterator it = properties_map_.find(name);

Completed in 120 milliseconds