Home
last modified time | relevance | path

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

/external/autotest/client/cros/tendo/n_faced_peerd/
Dobject_manager.py60 interface2properties = dbus.Dictionary(
62 self.InterfacesAdded(dbus.ObjectPath(path), interface2properties)
/external/libbrillo/brillo/dbus/
Dexported_object_manager.cc95 const InterfaceProperties& interface2properties = path_pair.second; in HandleGetManagedObjects() local
96 for (const auto interface : interface2properties) { in HandleGetManagedObjects()