Lines Matching defs:interface
75 Interface* interface) {
76 interface_map_[interface_name] = interface;
242 Interface* interface = iiter->second;
258 interface->CreateProperties(object->object_proxy,
267 interface->ObjectAdded(object_path, interface_name);
282 // Inform the interface before removing the properties structure or object
286 Interface* interface = iiter->second;
287 interface->ObjectRemoved(object_path, interface_name);
307 // destroyed; easier to collect the object path and interface names