Home
last modified time | relevance | path

Searched refs:objects_with_properties (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_dbus_objectmanager_proxy.cc149 ObjectsWithProperties objects_with_properties; in OnGetManagedObjectsSuccess() local
153 objects_with_properties.emplace(object.first.value(), in OnGetManagedObjectsSuccess()
156 callback.Run(objects_with_properties, Error()); in OnGetManagedObjectsSuccess()
Dchromeos_dbus_objectmanager_proxy.h73 const DBusObjectsWithProperties& objects_with_properties);
/system/connectivity/shill/cellular/
Dmodem_manager_unittest.cc218 ObjectsWithProperties objects_with_properties; in GetModemWithProperties() local
219 objects_with_properties[kModemPath] = properties; in GetModemWithProperties()
221 return objects_with_properties; in GetModemWithProperties()
Dmodem_manager.h177 const ObjectsWithProperties& objects_with_properties,