Home
last modified time | relevance | path

Searched refs:interface_to_properties (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_dbus_objectmanager_proxy.cc131 InterfaceToProperties interface_to_properties; in InterfacesAdded() local
133 &interface_to_properties); in InterfacesAdded()
134 interfaces_added_callback_.Run(object_path.value(), interface_to_properties); in InterfacesAdded()
151 InterfaceToProperties interface_to_properties; in OnGetManagedObjectsSuccess() local
152 ConvertDBusInterfaceProperties(object.second, &interface_to_properties); in OnGetManagedObjectsSuccess()
154 interface_to_properties); in OnGetManagedObjectsSuccess()
169 InterfaceToProperties* interface_to_properties) { in ConvertDBusInterfaceProperties() argument
173 interface_to_properties->emplace(interface.first, properties); in ConvertDBusInterfaceProperties()
Dchromeos_dbus_objectmanager_proxy.h91 InterfaceToProperties* interface_to_properties);