Home
last modified time | relevance | path

Searched refs:ObjectsWithProperties (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/cellular/
Ddbus_objectmanager_proxy_interface.h34 ObjectsWithProperties; typedef
35 typedef base::Callback<void(const ObjectsWithProperties&, const Error&)>
Dmodem_manager_unittest.cc204 void Connect(const ObjectsWithProperties& expected_objects) { in Connect()
212 static ObjectsWithProperties GetModemWithProperties() { in GetModemWithProperties()
218 ObjectsWithProperties objects_with_properties; in GetModemWithProperties()
257 Connect(ObjectsWithProperties()); in TEST_F()
Dmodem_manager_1.cc136 const ObjectsWithProperties& objects, in OnGetManagedObjectsReply()
139 ObjectsWithProperties::const_iterator m; in OnGetManagedObjectsReply()
Dmodem_manager.h177 const ObjectsWithProperties& objects_with_properties,
/system/connectivity/shill/dbus/
Dchromeos_dbus_objectmanager_proxy.cc149 ObjectsWithProperties objects_with_properties; in OnGetManagedObjectsSuccess()
164 callback.Run(ObjectsWithProperties(), error); in OnGetManagedObjectsFailure()