Lines Matching refs:properties_map
67 for (Object::PropertiesMap::iterator piter = object->properties_map.begin(); in ~ObjectManager()
68 piter != object->properties_map.end(); ++piter) { in ~ObjectManager()
107 object->properties_map.find(interface_name); in GetObjectsWithInterface()
108 if (piter != object->properties_map.end()) in GetObjectsWithInterface()
132 object->properties_map.find(interface_name); in GetProperties()
133 if (piter == object->properties_map.end()) in GetProperties()
457 object->properties_map.find(interface_name); in AddInterface()
459 const bool interface_added = (piter == object->properties_map.end()); in AddInterface()
461 property_set = object->properties_map[interface_name] = in AddInterface()
481 object->properties_map.find(interface_name); in RemoveInterface()
482 if (piter == object->properties_map.end()) in RemoveInterface()
494 object->properties_map.erase(piter); in RemoveInterface()
496 if (object->properties_map.empty()) { in RemoveInterface()
520 object->properties_map.begin(); in NameOwnerChanged()
521 piter != object->properties_map.end(); ++piter) in NameOwnerChanged()