Home
last modified time | relevance | path

Searched refs:PropertiesMap (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/dbus/
Dobject_manager.cc61 for (Object::PropertiesMap::iterator piter = object->properties_map.begin(); in ~ObjectManager()
100 Object::PropertiesMap::iterator piter = in GetObjectsWithInterface()
125 Object::PropertiesMap::iterator piter = in GetProperties()
249 Object::PropertiesMap::iterator piter = in AddInterface()
274 Object::PropertiesMap::iterator piter = in RemoveInterface()
Dobject_manager.h297 typedef std::map<const std::string, PropertySet*> PropertiesMap; typedef
298 PropertiesMap properties_map;
Dproperty.h319 typedef std::map<const std::string, PropertyBase*> PropertiesMap; typedef
320 PropertiesMap properties_map_;
Dproperty.cc195 PropertiesMap::iterator it = properties_map_.find(name); in UpdatePropertyFromReader()
/external/chromium_org/chromeos/dbus/
Dfake_bluetooth_input_client.h55 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap; typedef
56 PropertiesMap properties_map_;
Dfake_bluetooth_input_client.cc72 PropertiesMap::iterator iter = properties_map_.find(object_path); in GetProperties()
107 PropertiesMap::iterator it = properties_map_.find(object_path); in RemoveInputDevice()
Dfake_bluetooth_device_client.h205 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap; typedef
206 PropertiesMap properties_map_;
Dfake_bluetooth_device_client.cc246 PropertiesMap::iterator iter = properties_map_.find(object_path); in GetProperties()
545 PropertiesMap::iterator iter = properties_map_.find(device_path); in RemoveDevice()